Remove all-packages.nix helperFunctions dependency.

This commit is contained in:
Nicolas B. Pierron
2016-03-20 16:41:20 +00:00
parent ae0471b737
commit 5cdaa7b907
3 changed files with 5 additions and 7 deletions
@@ -1,5 +1,5 @@
{ helperFunctions, mono, pkgconfig }:
helperFunctions.runCommand
{ runCommand, mono, pkgconfig }:
runCommand
"dotnetbuildhelpers"
{ preferLocalBuild = true; }
''