mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
cleanup from github suggestions
This commit is contained in:
parent
33e9bc9b43
commit
47c2be0ad0
@ -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
|
||||
@ -39,7 +38,7 @@ stdenv.mkDerivation rec {
|
||||
installCheckPhase = ''
|
||||
runHook preInstallCheck
|
||||
echo '# TEST' > test.md
|
||||
lowdown test.md
|
||||
$out/bin/lowdown test.md
|
||||
runHook postInstallCheck
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user