mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05: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