about summary refs log tree commit diff
path: root/pkgs/games/xsokoban
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-10-13 21:51:53 +0200
committerVladimír Čunát <vcunat@gmail.com>2015-10-14 14:27:07 +0200
commite25da7e5c8bceaccb15d25dd0fcce5a0104f376d (patch)
tree9a17a42d712b75a24df0aad9ac25ffe247c01d35 /pkgs/games/xsokoban
parent8c25f3ecaa204fb31a523b55c5be3d10a0c79f8e (diff)
downloadnixlib-e25da7e5c8bceaccb15d25dd0fcce5a0104f376d.tar
nixlib-e25da7e5c8bceaccb15d25dd0fcce5a0104f376d.tar.gz
nixlib-e25da7e5c8bceaccb15d25dd0fcce5a0104f376d.tar.bz2
nixlib-e25da7e5c8bceaccb15d25dd0fcce5a0104f376d.tar.lz
nixlib-e25da7e5c8bceaccb15d25dd0fcce5a0104f376d.tar.xz
nixlib-e25da7e5c8bceaccb15d25dd0fcce5a0104f376d.tar.zst
nixlib-e25da7e5c8bceaccb15d25dd0fcce5a0104f376d.zip
xorg: split outputs of various libs
Diffstat (limited to 'pkgs/games/xsokoban')
-rw-r--r--pkgs/games/xsokoban/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/xsokoban/default.nix b/pkgs/games/xsokoban/default.nix
index 9d442329a245..af432fdb8833 100644
--- a/pkgs/games/xsokoban/default.nix
+++ b/pkgs/games/xsokoban/default.nix
@@ -21,7 +21,7 @@ rec {
 
   preConfigure = a.fullDepEntry (''
     sed -e 's/getline/my_getline/' -i score.c
-    export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${a.libXpm}/include/X11"
+    export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${a.libXpm.dev}/include/X11"
     for i in  $NIX_CFLAGS_COMPILE; do echo $i; ls ''${i#-I}; done
     chmod a+rw config.h
     echo '#define HERE "@nixos-packaged"' >> config.h