buildNimPackages: fix configurePhase

This commit is contained in:
schnusch 2021-12-18 16:08:49 +01:00 committed by ehmry
parent 0b97e89049
commit 1da3af6bec

View File

@ -14,7 +14,7 @@ stdenv.mkDerivation (attrs // {
nim_builder --phase:configure
runHook postConfigure
'' else
buildPhase;
configurePhase;
buildPhase = if isNull buildPhase then ''
runHook preBuild