mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 23:51:03 +00:00
magma: respect the global isStatic
(cherry picked from commit 1e33c8819f)
This commit is contained in:
committed by
github-actions[bot]
parent
5f43325925
commit
cb1d60fa89
@@ -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
|
||||
}:
|
||||
|
||||
Reference in New Issue
Block a user