make unicode support the default (Eelco told me to do it! honest!)
svn path=/nixpkgs/trunk/; revision=5585
This commit is contained in:
parent
c7e4a07c07
commit
4377c4b1a9
@ -1,4 +1,4 @@
|
||||
{stdenv, fetchurl, pkgconfig, gtk, libXinerama, compat22 ? true, unicode ? false}:
|
||||
{stdenv, fetchurl, pkgconfig, gtk, libXinerama, compat22 ? true, unicode ? true}:
|
||||
|
||||
assert pkgconfig != null && gtk != null;
|
||||
assert gtk.libtiff != null;
|
||||
|
Loading…
Reference in New Issue
Block a user