mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-27 04:36:55 +01:00
gnu: mesa: Do not pass an empty string argument to the build system.
This is a follow-up to commit 301b2e74f9
.
* gnu/packages/gl.scm (mesa)[arguments]: Return the empty list instead of an
empty string for the non-matching case.
This commit is contained in:
parent
6e1f8d552b
commit
93ef8ca662
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ (define-public mesa
|
|||
((or "x86_64-linux" "i686-linux")
|
||||
'("-Dvulkan-overlay-layer=true"))
|
||||
(_
|
||||
'("")))
|
||||
'()))
|
||||
|
||||
;; Also enable the tests.
|
||||
"-Dbuild-tests=true"
|
||||
|
|
Loading…
Reference in a new issue