aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/misc/rxvt_unicode
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-05-27 15:37:04 +0200
committerVladimír Čunát <vcunat@gmail.com>2016-05-27 15:58:40 +0200
commite4832c754114c5660909546ac749475bf63ff06e (patch)
treefe77400566603caa218453ad5c7b6b9b5ea9715c /pkgs/applications/misc/rxvt_unicode
parent60a890e35bc94ace092a2ec278534979fe6ee361 (diff)
parentdc13593b9fad3ea3728e2fd32f90841d5ec7662d (diff)
Merge branch 'staging'
Includes a security update of libxml2.
Diffstat (limited to 'pkgs/applications/misc/rxvt_unicode')
-rw-r--r--pkgs/applications/misc/rxvt_unicode/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/rxvt_unicode/default.nix b/pkgs/applications/misc/rxvt_unicode/default.nix
index 5d1eda5ec06..8fbe021cc8f 100644
--- a/pkgs/applications/misc/rxvt_unicode/default.nix
+++ b/pkgs/applications/misc/rxvt_unicode/default.nix
@@ -35,7 +35,7 @@ stdenv.mkDerivation (rec {
mkdir -p $terminfo/share/terminfo
configureFlags="--with-terminfo=$terminfo/share/terminfo --enable-256-color ${if perlSupport then "--enable-perl" else "--disable-perl"} ${if unicode3Support then "--enable-unicode3" else "--disable-unicode3"}";
export TERMINFO=$terminfo/share/terminfo # without this the terminfo won't be compiled by tic, see man tic
- NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${freetype}/include/freetype2"
+ NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${freetype.dev}/include/freetype2"
NIX_LDFLAGS="$NIX_LDFLAGS -lfontconfig -lXrender "
''
# make urxvt find its perl file lib/perl5/site_perl is added to PERL5LIB automatically