summary refs log tree commit diff
path: root/pkgs/development/compilers/chicken/4/egg2nix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/chicken/4/egg2nix.nix')
-rw-r--r--pkgs/development/compilers/chicken/4/egg2nix.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/chicken/4/egg2nix.nix b/pkgs/development/compilers/chicken/4/egg2nix.nix
index 2775666f14c..d2f2805ed7f 100644
--- a/pkgs/development/compilers/chicken/4/egg2nix.nix
+++ b/pkgs/development/compilers/chicken/4/egg2nix.nix
@@ -1,4 +1,4 @@
-{ stdenv, eggDerivation, fetchurl, chickenEggs }:
+{ eggDerivation, fetchurl, chickenEggs }:
 
 # Note: This mostly reimplements the default.nix already contained in
 # the tarball. Is there a nicer way than duplicating code?