about summary refs log tree commit diff
path: root/pkgs/development/compilers/gambit/unstable.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/gambit/unstable.nix')
-rw-r--r--pkgs/development/compilers/gambit/unstable.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/compilers/gambit/unstable.nix b/pkgs/development/compilers/gambit/unstable.nix
index 85e940eea5703..41d0ee930bf0f 100644
--- a/pkgs/development/compilers/gambit/unstable.nix
+++ b/pkgs/development/compilers/gambit/unstable.nix
@@ -1,4 +1,4 @@
-{ callPackage, fetchgit }:
+{ stdenv, callPackage, fetchgit }:
 
 callPackage ./build.nix {
   version = "unstable-2018-08-06";
@@ -8,4 +8,5 @@ callPackage ./build.nix {
     rev = "91a4ad2c28375f067adedcaa61f9d66a4b536f4f";
     sha256 = "0px1ipvhh0hz8n38h6jv4y1nn163j8llvcy4l7p3hkdns5czwy1p";
   };
+  inherit stdenv;
 }