mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
Revert "gnu: pixman: Enable some features."
This reverts commit acc64de45b
.
This commit is contained in:
parent
6af3045f66
commit
12c3ff4a02
1 changed files with 1 additions and 5 deletions
|
@ -522,11 +522,7 @@ (define-public pixman
|
||||||
"pixman-CVE-2016-5296.patch"))))
|
"pixman-CVE-2016-5296.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
'(#:configure-flags '("--disable-static")))
|
||||||
(list
|
|
||||||
"--disable-static"
|
|
||||||
"--enable-timers"
|
|
||||||
"--enable-gnuplot")))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in a new issue