Updated Agda to 2.2.6.

svn path=/nixpkgs/trunk/; revision=19365
This commit is contained in:
Andres Löh
2010-01-12 10:18:00 +00:00
parent 662d29e61a
commit 55e2661690
4 changed files with 14 additions and 11 deletions

View File

@@ -97,6 +97,10 @@ attrs :
eval "$postInstall"
'';
# We inherit stdenv and ghc so that they can be used
# in Cabal derivations.
inherit (attrs) stdenv ghc;
};
in attrs.stdenv.mkDerivation ((rec { f = dtransform f // transform f; }).f);
}