1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

make unicode support the default (Eelco told me to do it! honest!)

svn path=/nixpkgs/trunk/; revision=5585
This commit is contained in:
Armijn Hemel 2006-07-04 23:48:18 +00:00
parent c7e4a07c07
commit 4377c4b1a9

View file

@ -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;