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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user