about summary refs log tree commit diff
path: root/pkgs/build-support/dotnetbuildhelpers
diff options
context:
space:
mode:
authorNicolas B. Pierron <nicolas.b.pierron@gmail.com>2016-03-20 16:41:20 +0000
committerNicolas B. Pierron <nicolas.b.pierron@gmail.com>2016-03-20 16:41:20 +0000
commit5cdaa7b90766f69e8fee9eb2a2ce1cbb1c22624a (patch)
tree45607563b9855dfebfa94943387622b2c8a9f40e /pkgs/build-support/dotnetbuildhelpers
parentae0471b737c28aa046934058fc8b984ecf87ba39 (diff)
Remove all-packages.nix helperFunctions dependency.
Diffstat (limited to 'pkgs/build-support/dotnetbuildhelpers')
-rw-r--r--pkgs/build-support/dotnetbuildhelpers/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/build-support/dotnetbuildhelpers/default.nix b/pkgs/build-support/dotnetbuildhelpers/default.nix
index ed0d4f790c810..0edfd0b467ab5 100644
--- a/pkgs/build-support/dotnetbuildhelpers/default.nix
+++ b/pkgs/build-support/dotnetbuildhelpers/default.nix
@@ -1,5 +1,5 @@
-{ helperFunctions, mono, pkgconfig }:
-  helperFunctions.runCommand
+{ runCommand, mono, pkgconfig }:
+  runCommand
     "dotnetbuildhelpers"
     { preferLocalBuild = true; }
     ''