Added an alias.

svn path=/nixpkgs/trunk/; revision=28420
This commit is contained in:
Andres Löh 2011-08-09 11:10:22 +00:00
parent d12e88df66
commit f5cb16f7b2

View File

@ -623,6 +623,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
};
gtk2hsBuildtools = callPackage ../development/libraries/haskell/gtk2hs-buildtools {};
gtk2hsC2hs = self.gtk2hsBuildtools;
gtksourceview2 = callPackage ../development/libraries/haskell/gtksourceview2 {
inherit (pkgs) pkgconfig glibc;