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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user