me
/
guix
Archived
1
0
Fork 0

gnu: pixman: Enable some features.

* gnu/packages/xdisorg.scm (pixman) [arguments] Pass --enable-timers and
--enable-gnuplot to #:configure-flags.

Signed-off-by: Leo Famulari <leo@famulari.name>
master
Raghav Gururajan 2020-09-24 10:29:13 -04:00 committed by Leo Famulari
parent ce5f9afcd1
commit 711316946f
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 5 additions and 1 deletions

View File

@ -523,7 +523,11 @@ following the mouse.")
"pixman-CVE-2016-5296.patch"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
`(#:configure-flags
(list
"--disable-static"
"--enable-timers"
"--enable-gnuplot")))
(native-inputs
`(("pkg-config" ,pkg-config)))
(inputs