mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-ipython-documentation: Remove patches.
* gnu/packages/python-xyz.scm (python-ipython-documentation)[source]: Remove upstreamed patches. * gnu/packages/patches/python-ipython-documentation-chars.patch, gnu/packages/patches/python-ipython-documentation-repro.patch: Delete files. * gnu/local.mk: Remove files. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
53c47c4f28
commit
f1af4fbeec
4 changed files with 0 additions and 52 deletions
|
@ -10457,13 +10457,6 @@ computing.")
|
|||
(inherit python-ipython)
|
||||
(name "python-ipython-documentation")
|
||||
(version (package-version python-ipython))
|
||||
(source
|
||||
(origin
|
||||
(inherit (package-source python-ipython))
|
||||
(patches (append (search-patches
|
||||
"python-ipython-documentation-chars.patch"
|
||||
"python-ipython-documentation-repro.patch")
|
||||
(origin-patches (package-source python-ipython))))))
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue