jflex: run correct hooks in installCheckPhase

This commit is contained in:
Jörg Thalheim 2018-11-19 10:56:36 +00:00
parent 350aea8932
commit 47b677e216
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

@ -23,9 +23,9 @@ stdenv.mkDerivation rec {
doInstallCheck = true; doInstallCheck = true;
installCheckPhase = '' installCheckPhase = ''
runHook preCheck runHook preInstallCheck
$out/bin/jflex --version $out/bin/jflex --version
runHook postCheck runHook postInstallCheck
''; '';
meta = { meta = {