mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
buildNimPackages: fix configurePhase
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user