mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
lowdown: fix preConfigure
This commit is contained in:
parent
33e9bc9b43
commit
05ddbbe148
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue