[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: mesa: Do not pass an empty string argument to the build syst
From: |
guix-commits |
Subject: |
02/06: gnu: mesa: Do not pass an empty string argument to the build system. |
Date: |
Sat, 29 Jun 2019 18:26:36 -0400 (EDT) |
mbakke pushed a commit to branch staging
in repository guix.
commit 93ef8ca662fc3dce4e15977347baa0b9c50dd29e
Author: Marius Bakke <address@hidden>
Date: Sat Jun 29 19:40:08 2019 +0200
gnu: mesa: Do not pass an empty string argument to the build system.
This is a follow-up to commit 301b2e74f986385664153e6e770e238b351f5cf0.
* gnu/packages/gl.scm (mesa)[arguments]: Return the empty list instead of an
empty string for the non-matching case.
---
gnu/packages/gl.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index cd82b17..9ed043c 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -318,7 +318,7 @@ also known as DXTn or DXTC) for Mesa.")
((or "x86_64-linux" "i686-linux")
'("-Dvulkan-overlay-layer=true"))
(_
- '("")))
+ '()))
;; Also enable the tests.
"-Dbuild-tests=true"
- branch staging updated (c24b896 -> 966e4be), guix-commits, 2019/06/29
- 02/06: gnu: mesa: Do not pass an empty string argument to the build system.,
guix-commits <=
- 05/06: gnu: gtk+: Update to 3.24.9., guix-commits, 2019/06/29
- 06/06: gnu: perl-net-ssleay: Update to 1.88., guix-commits, 2019/06/29
- 01/06: Merge branch 'master' into staging, guix-commits, 2019/06/29
- 04/06: gnu: libinput: Update to 1.13.4., guix-commits, 2019/06/29
- 03/06: gnu: nss, nss-certs: Update to 3.44.1., guix-commits, 2019/06/29