[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/16: gnu: pixman: Enable some features.
From: |
guix-commits |
Subject: |
13/16: gnu: pixman: Enable some features. |
Date: |
Tue, 1 Dec 2020 16:06:29 -0500 (EST) |
dannym pushed a commit to branch master
in repository guix.
commit acc64de45b7fdacd542c3428d60c1c0ed699b474
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Thu Sep 24 10:29:13 2020 -0400
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>
---
gnu/packages/xdisorg.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 344f1a4..08c6338 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -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
- branch master updated (af1225a -> 27866b7), guix-commits, 2020/12/01
- 01/16: gnu: yelp-xsl: Make some cosmetic changes., guix-commits, 2020/12/01
- 03/16: gnu: yelp-xsl: Enable documentation., guix-commits, 2020/12/01
- 02/16: gnu: yelp-xsl: Update to 3.36.0., guix-commits, 2020/12/01
- 05/16: gnu: yelp-xsl: Update license., guix-commits, 2020/12/01
- 06/16: gnu: yelp-tools: Make some cosmetic changes., guix-commits, 2020/12/01
- 09/16: gnu: gobject-introspection: Update to 1.64.1., guix-commits, 2020/12/01
- 15/16: gnu: openjpeg: Enable tests., guix-commits, 2020/12/01
- 13/16: gnu: pixman: Enable some features.,
guix-commits <=
- 07/16: gnu: yelp-tools: De-propagate some inputs., guix-commits, 2020/12/01
- 08/16: gnu: gobject-introspection: Make some cosmetic changes., guix-commits, 2020/12/01
- 16/16: gnu: openjpeg: Update synopsis and description., guix-commits, 2020/12/01
- 12/16: gnu: pixman: Update to 0.40.0., guix-commits, 2020/12/01
- 10/16: gnu: gobject-introspection: Update synopsis, description, home-page and license., guix-commits, 2020/12/01
- 11/16: gnu: pixman: Make some cosmetic changes., guix-commits, 2020/12/01
- 04/16: gnu: yelp-xsl: Update description., guix-commits, 2020/12/01
- 14/16: gnu: openjpeg: Make some cosmetic changes., guix-commits, 2020/12/01