me
/
guix
Archived
1
0
Fork 0

gnu: pixman: Enable some features.

* gnu/packages/xdisorg.scm (pixman) [arguments]<#:configure-flags>[--enable-timers]: New flag.
[--enable-gnuplot]: New flag.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
master
Raghav Gururajan 2020-09-24 10:29:13 -04:00 committed by Danny Milosavljevic
parent f6a00057f5
commit acc64de45b
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 5 additions and 1 deletions

View File

@ -522,7 +522,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