guix-commits
[Top][All Lists]
Advanced

[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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]