Commit cb1d60fa authored by Someone Serge's avatar Someone Serge Committed by github-actions[bot]
Browse files

magma: respect the global isStatic

(cherry picked from commit 1e33c881)
parent 5f433259
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
}: