me
/
guix
Archived
1
0
Fork 0

gnu: workrave: Use Guix's built-in bootstrap phase.

* gnu/packages/gnome.scm (workrave)[arguments]: Remove
'autoconf' phase.
master
Tobias Geerinckx-Rice 2018-09-21 20:24:51 +02:00
parent 899e1974a6
commit 2f7ad2a788
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 0 additions and 7 deletions

View File

@ -7244,13 +7244,6 @@ mp3, Ogg Vorbis and FLAC")
(base32
"150qca8c552fakjlzkgarsxgp87l1xcwn19svqsa9d0cygqxjgia"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
(add-after 'unpack 'autogen
(lambda _
(invoke "sh" "autogen.sh")
#t)))))
(propagated-inputs `(("glib" ,glib)
("gtk+" ,gtk+)
("gdk-pixbuf" ,gdk-pixbuf)