forked from mirrors/nixpkgs
buildDotnetGlobalTool: fix typo
This commit is contained in:
parent
450d6437ae
commit
9646cb5c49
|
@ -32,7 +32,7 @@ buildDotnetModule (args // {
|
|||
|
||||
useDotnetFromEnv = true;
|
||||
|
||||
dontBuld = true;
|
||||
dontBuild = true;
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
|
Loading…
Reference in a new issue