cleanup from github suggestions

This commit is contained in:
hlolli 2021-05-31 08:46:09 +02:00
parent 33e9bc9b43
commit 47c2be0ad0

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
@ -39,7 +38,7 @@ stdenv.mkDerivation rec {
installCheckPhase = ''
runHook preInstallCheck
echo '# TEST' > test.md
lowdown test.md
$out/bin/lowdown test.md
runHook postInstallCheck
'';