[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/62: gnu: libdrm: Use G-expressions.
From: |
guix-commits |
Subject: |
01/62: gnu: libdrm: Use G-expressions. |
Date: |
Sun, 26 Jun 2022 06:09:05 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit c44b5f89c97a0cb32b4f091cffd42ea3ff1c0e5e
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Jun 23 18:27:38 2022 +0200
gnu: libdrm: Use G-expressions.
* gnu/packages/xdisorg.scm (libdrm)[arguments]: Use G-expressions.
---
gnu/packages/xdisorg.scm | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index b8519e6347..99f8b40414 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -659,21 +659,21 @@ rasterisation.")
"0dwpry9m5l27dlhq48j4bsiqwm0247cxdqwv3b7ddmkynk2f9kpf"))))
(build-system meson-build-system)
(arguments
- `(#:configure-flags
- '(,@(match (%current-system)
+ (list #:configure-flags
+ (match (%current-system)
((or "armhf-linux" "aarch64-linux")
- '("-Dexynos=true"
- "-Domap=true"
- "-Detnaviv=true"
- "-Dtegra=true"
- "-Dfreedreno-kgsl=true"))
- (_ '())))
-
- #:phases (modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (invoke "meson" "test" "--timeout-multiplier"
"5")))))))
+ #~(list "-Dexynos=true"
+ "-Domap=true"
+ "-Detnaviv=true"
+ "-Dtegra=true"
+ "-Dfreedreno-kgsl=true"))
+ (_ ''()))
+ #:phases
+ #~(modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (invoke "meson" "test" "--timeout-multiplier" "5")))))))
(propagated-inputs
(list libpciaccess))
(native-inputs
- 02/62: gnu: libdrm: Update to 2.4.111., (continued)
- 02/62: gnu: libdrm: Update to 2.4.111., guix-commits, 2022/06/26
- 04/62: gnu: libatomic-ops: Update to 7.6.12., guix-commits, 2022/06/26
- 11/62: gnu: libffi: Update to 3.4.2., guix-commits, 2022/06/26
- 13/62: gnu: perl: Update to 5.36.0., guix-commits, 2022/06/26
- 12/62: gnu: expat: Update to 2.4.8., guix-commits, 2022/06/26
- 32/62: gnu: libmnl: Update to 1.0.5., guix-commits, 2022/06/26
- 34/62: gnu: iptables: Update to 1.8.8., guix-commits, 2022/06/26
- 36/62: gnu: iproute2: Remove input labels., guix-commits, 2022/06/26
- 40/62: gnu: libfaketime: Update to 0.9.10., guix-commits, 2022/06/26
- 29/62: gnu: libxcursor: Update to 1.2.1., guix-commits, 2022/06/26
- 01/62: gnu: libdrm: Use G-expressions.,
guix-commits <=
- 07/62: gnu: coreutils: Update to 9.1., guix-commits, 2022/06/26
- 16/62: gnu: libxml2: Update to 2.9.14., guix-commits, 2022/06/26
- 17/62: gnu: jansson: Update to 2.14., guix-commits, 2022/06/26
- 33/62: gnu: iptables: Add release-monitoring-url., guix-commits, 2022/06/26
- 20/62: gnu: libXft: Update to 2.3.4., guix-commits, 2022/06/26
- 23/62: gnu: xcb-proto: Remove input labels., guix-commits, 2022/06/26
- 26/62: gnu: libx11: Update to 1.8.1., guix-commits, 2022/06/26
- 06/62: gnu: linux-libre-headers: Update to 5.15.49., guix-commits, 2022/06/26
- 27/62: gnu: xorgproto: Update to 2022.1., guix-commits, 2022/06/26
- 22/62: gnu: xcb-proto: Update to 1.15.2., guix-commits, 2022/06/26