Merge pull request #315981 from Mynacol/leanify-check

leanify: add simple check
This commit is contained in:
h7x4
2024-06-02 15:13:31 +02:00
committed by GitHub
+8
View File
@@ -24,6 +24,14 @@ stdenv.mkDerivation rec {
buildInputs = lib.optionals stdenv.isDarwin [ libiconv ];
doCheck = true;
checkPhase = ''
runHook preCheck
./leanify /dev/null
runHook postCheck
'';
installPhase = ''
runHook preInstall