Updated Agda to 2.2.6.
svn path=/nixpkgs/trunk/; revision=19365
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user