about summary refs log tree commit diff
path: root/pkgs/applications/graphics/xfig
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/applications/graphics/xfig
parent8c25f3ecaa204fb31a523b55c5be3d10a0c79f8e (diff)
xorg: split outputs of various libs
Diffstat (limited to 'pkgs/applications/graphics/xfig')
-rw-r--r--pkgs/applications/graphics/xfig/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/xfig/default.nix b/pkgs/applications/graphics/xfig/default.nix
index 9e53fe3efe2c6..ca1d5345fb6ac 100644
--- a/pkgs/applications/graphics/xfig/default.nix
+++ b/pkgs/applications/graphics/xfig/default.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
 
   nativeBuildInputs = [ imake makeWrapper ];
 
-  NIX_CFLAGS_COMPILE = "-I${libXpm}/include/X11";
+  NIX_CFLAGS_COMPILE = "-I${libXpm.dev}/include/X11";
 
   patches =
     let