Giv wants the pcre with unicode support.

svn path=/nixpkgs/trunk/; revision=26722
This commit is contained in:
Lluís Batlle i Rossell 2011-04-06 15:18:14 +00:00
parent e9d435a195
commit b5577512de

View File

@ -6135,6 +6135,7 @@ let
giv = callPackage ../applications/graphics/giv {
inherit (gtkLibs) gdk_pixbuf gtk gob2;
pcre = pcre.override { unicodeSupport = true; };
};
gnucash = callPackage ../applications/office/gnucash {