summary refs log tree commit diff
path: root/pkgs/misc/emulators/pcsx2
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-04-16 20:34:51 +0300
committerVladimír Čunát <vcunat@gmail.com>2016-05-19 10:00:38 +0200
commitd1937cf11a70d6ad018fccfd27ff7676dc48d192 (patch)
tree04b9326c0575a6512d41ff6fecec7d793679cf25 /pkgs/misc/emulators/pcsx2
parent5bb34f241e5dafd48552eca24a591037ee107b86 (diff)
downloadnixpkgs-d1937cf11a70d6ad018fccfd27ff7676dc48d192.tar
nixpkgs-d1937cf11a70d6ad018fccfd27ff7676dc48d192.tar.gz
nixpkgs-d1937cf11a70d6ad018fccfd27ff7676dc48d192.tar.bz2
nixpkgs-d1937cf11a70d6ad018fccfd27ff7676dc48d192.tar.lz
nixpkgs-d1937cf11a70d6ad018fccfd27ff7676dc48d192.tar.xz
nixpkgs-d1937cf11a70d6ad018fccfd27ff7676dc48d192.tar.zst
nixpkgs-d1937cf11a70d6ad018fccfd27ff7676dc48d192.zip
treewide: Make explicit that 'dev' output of gtk2 is used
Diffstat (limited to 'pkgs/misc/emulators/pcsx2')
-rw-r--r--pkgs/misc/emulators/pcsx2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/misc/emulators/pcsx2/default.nix b/pkgs/misc/emulators/pcsx2/default.nix
index e6a7b9800d3..1b95bca643c 100644
--- a/pkgs/misc/emulators/pcsx2/default.nix
+++ b/pkgs/misc/emulators/pcsx2/default.nix
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
       -DGLSL_SHADER_DIR="$out/share/pcsx2" \
       -DGTK2_GLIBCONFIG_INCLUDE_DIR='${glib.out}/lib/glib-2.0/include' \
       -DGTK2_GDKCONFIG_INCLUDE_DIR='${gtk2.out}/lib/gtk-2.0/include' \
-      -DGTK2_INCLUDE_DIRS='${gtk2}/include/gtk-2.0' \
+      -DGTK2_INCLUDE_DIRS='${gtk2.dev}/include/gtk-2.0' \
       -DPACKAGE_MODE=TRUE \
       -DPLUGIN_DIR="$out/lib/pcsx2" \
       -DREBUILD_SHADER=TRUE \