mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-17 01:23:48 +00:00
jflex: run correct hooks in installCheckPhase
This commit is contained in:
parent
350aea8932
commit
47b677e216
|
@ -23,9 +23,9 @@ stdenv.mkDerivation rec {
|
|||
|
||||
doInstallCheck = true;
|
||||
installCheckPhase = ''
|
||||
runHook preCheck
|
||||
runHook preInstallCheck
|
||||
$out/bin/jflex --version
|
||||
runHook postCheck
|
||||
runHook postInstallCheck
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue