From 4afd41a6b69a558442e6bacaf540d38171af3c23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Mon, 14 Jun 2010 12:16:37 +0000 Subject: [PATCH] Fixing the stdenv-updates evaluation (a stdenv2 reference got in updating from trunk) svn path=/nixpkgs/branches/stdenv-updates/; revision=22257 --- pkgs/top-level/all-packages.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index d2449a50360..88106087be6 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -8552,8 +8552,7 @@ let }; simgrid = import ../applications/misc/simgrid { - inherit fetchurl cmake ruby; - stdenv = stdenv2; + inherit fetchurl stdenv cmake ruby; }; skype_linux = import ../applications/networking/skype {