lowdown: fix preConfigure
This commit is contained in:
@@ -16,8 +16,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
preConfigure = lib.optionalString (stdenv.isDarwin && stdenv.isAarch64) ''
|
||||
echo 'HAVE_SANDBOX_INIT=0' > configure.local
|
||||
''
|
||||
"echo 'HAVE_SANDBOX_INIT=0' > configure.local";
|
||||
'';
|
||||
|
||||
configurePhase = ''
|
||||
runHook preConfigure
|
||||
|
||||
Reference in New Issue
Block a user