diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-05-24 16:45:41 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-05-24 16:45:41 +0300 |
commit | c5e63e19ac672f9e63fc8ee98fa9a16f978ce19c (patch) | |
tree | ffed7d251459d23c2391f1fa7b4ecc6699bf8d4a | |
parent | 9901416233867233192b63fde7f616751127b189 (diff) | |
download | guix-c5e63e19ac672f9e63fc8ee98fa9a16f978ce19c.tar.gz guix-c5e63e19ac672f9e63fc8ee98fa9a16f978ce19c.zip |
gnu: gssdp-1.4: Fix building.
This is a follow-up to 9901416233867233192b63fde7f616751127b189.
* gnu/packages/gnome.scm (gssdp-1.4)[arguments]: Override inherited
arguments to set the configure-flags specifically.
Change-Id: Ifbdaf278a402a26b344b6dcd7a5e3d4e22148561
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index cb0f479a3f..6a22c0669e 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1404,6 +1404,9 @@ a debugging tool, @command{gssdp-device-sniffer}.") (sha256 (base32 "10hm8cgh2p8441xc83kswjgghrrqpzgblvc5523jp0pvayfq8xl6")))) + (arguments + (list #:configure-flags + #~(list "-Dgtk_doc=true"))) (propagated-inputs (modify-inputs (package-propagated-inputs gssdp) (replace "libsoup" libsoup-minimal-2))))) |