magma: respect the global isStatic

(cherry picked from commit 1e33c8819f)
This commit is contained in:
Someone Serge
2023-11-21 10:47:07 +00:00
committed by github-actions[bot]
parent 5f43325925
commit cb1d60fa89

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
}: