mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: gssdp-1.4: Fix building.
This is a follow-up to 9901416233
.
* gnu/packages/gnome.scm (gssdp-1.4)[arguments]: Override inherited
arguments to set the configure-flags specifically.
Change-Id: Ifbdaf278a402a26b344b6dcd7a5e3d4e22148561
This commit is contained in:
parent
9901416233
commit
c5e63e19ac
1 changed files with 3 additions and 0 deletions
|
@ -1404,6 +1404,9 @@ (define-public gssdp-1.4
|
|||
(sha256
|
||||
(base32
|
||||
"10hm8cgh2p8441xc83kswjgghrrqpzgblvc5523jp0pvayfq8xl6"))))
|
||||
(arguments
|
||||
(list #:configure-flags
|
||||
#~(list "-Dgtk_doc=true")))
|
||||
(propagated-inputs (modify-inputs (package-propagated-inputs gssdp)
|
||||
(replace "libsoup" libsoup-minimal-2)))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue