summary refs log tree commit diff
path: root/pkgs/build-support/fetchgx/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/build-support/fetchgx/default.nix')
-rw-r--r--pkgs/build-support/fetchgx/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/build-support/fetchgx/default.nix b/pkgs/build-support/fetchgx/default.nix
index 6930ca6734a..c8c64318223 100644
--- a/pkgs/build-support/fetchgx/default.nix
+++ b/pkgs/build-support/fetchgx/default.nix
@@ -1,8 +1,8 @@
-{ stdenv, gx, gx-go, go, cacert }:
+{ stdenvNoCC, gx, gx-go, go, cacert }:
 
 { name, src, sha256 }:
 
-stdenv.mkDerivation {
+stdenvNoCC.mkDerivation {
   name = "${name}-gxdeps";
   inherit src;