lowdown: fix preConfigure

This commit is contained in:
Dmitry Kalinkin 2021-05-31 02:43:09 -04:00 committed by GitHub
parent 33e9bc9b43
commit 05ddbbe148
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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