mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
Giv wants the pcre with unicode support.
svn path=/nixpkgs/trunk/; revision=26722
This commit is contained in:
parent
e9d435a195
commit
b5577512de
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user