updated ghc pakcages (now contains gtk2hs and hdbc-postgresql)

introduced .meta.sourceWithTags (insteod of .passthru.sourceWithTags)
hack to get back all tags :-)

svn path=/nixpkgs/trunk/; revision=11092
This commit is contained in:
Marc Weber
2008-03-13 09:46:12 +00:00
parent 9d5e5ddc9e
commit 68e08a006a
5 changed files with 262 additions and 151 deletions
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
inherit suffix name ghc readline ncurses;
buildInputs = (libraries ++ [ghcPkgUtil]);
tags = map (x : sourceWithTagsDerivation (x.passthru.sourceWithTags))
tags = map (x : sourceWithTagsDerivation (sourceWithTagsFromDerivation x))
(uniqList { inputList= filter annotatedWithSourceAndTagInfo libraries; } );
phases="installPhase";