magma: respect the global isStatic

This commit is contained in:
Someone Serge 2023-11-21 10:47:07 +00:00
parent 643464269f
commit 1e33c8819f
No known key found for this signature in database
GPG Key ID: 7B0E3B1390D61DA4

View File

@ -23,7 +23,7 @@
# At least one back-end has to be enabled,
# and we can't default to CUDA since it's unfree
, rocmSupport ? !cudaSupport
, static ? false
, static ? stdenv.hostPlatform.isStatic
, stdenv
, symlinkJoin
}: