ma: fix build on non-gcc stdenvs
Notably fixes Darwin support, which this package originally advertised when it didn't actually build.
This commit is contained in:
@@ -14,6 +14,10 @@ stdenv.mkDerivation {
|
||||
hash = "sha256-1UVxXbN2jSNm13BjyoN3jbKtkO3DUEEHaDOC2Ibbxf4=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace ./build --replace-fail gcc ${lib.getExe stdenv.cc}
|
||||
'';
|
||||
|
||||
buildInputs = [
|
||||
tclPackages.tk
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user