me
/
guix
Archived
1
0
Fork 0

gnu: libgsf: Remove unused input.

* gnu/packages/gnome.scm (libgsf)[inputs]: Remove PYTHON.
master
Marius Bakke 2020-03-17 11:24:03 +01:00
parent 23904adbbb
commit 4ffa9f6b75
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 2 deletions

View File

@ -2075,8 +2075,7 @@ XML/CSS rendering engine.")
("perl" ,perl)
("perl-xml-parser" ,perl-xml-parser)))
(inputs
`(("python" ,python)
("zlib" ,zlib)
`(("zlib" ,zlib)
("bzip2" ,bzip2)))
(propagated-inputs
`(("gdk-pixbuf" ,gdk-pixbuf)