1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02: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:
Marius Bakke
2019-06-29 19:40:08 +02:00
parent 6e1f8d552b
commit 93ef8ca662

View File

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