buildNimPackages: fix configurePhase

This commit is contained in:
schnusch
2021-12-18 15:27:21 +00:00
committed by ehmry
parent 0b97e89049
commit 1da3af6bec
@@ -14,7 +14,7 @@ stdenv.mkDerivation (attrs // {
nim_builder --phase:configure
runHook postConfigure
'' else
buildPhase;
configurePhase;
buildPhase = if isNull buildPhase then ''
runHook preBuild