Unverified Commit 1e33c881 authored by Someone Serge's avatar Someone Serge
Browse files

magma: respect the global isStatic

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