mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: libgsf: Remove unused input.
* gnu/packages/gnome.scm (libgsf)[inputs]: Remove PYTHON.
This commit is contained in:
parent
23904adbbb
commit
4ffa9f6b75
1 changed files with 1 additions and 2 deletions
|
@ -2075,8 +2075,7 @@ (define-public libgsf
|
|||
("perl" ,perl)
|
||||
("perl-xml-parser" ,perl-xml-parser)))
|
||||
(inputs
|
||||
`(("python" ,python)
|
||||
("zlib" ,zlib)
|
||||
`(("zlib" ,zlib)
|
||||
("bzip2" ,bzip2)))
|
||||
(propagated-inputs
|
||||
`(("gdk-pixbuf" ,gdk-pixbuf)
|
||||
|
|
Loading…
Reference in a new issue