summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-04-16 20:45:33 +0300
committerVladimír Čunát <vcunat@gmail.com>2016-05-19 10:02:29 +0200
commitebf6b3cd51f4fd95d9effe2ae60a54549337f165 (patch)
treeed1e78c6ff2037b84aeb4a2017001ac2f24c2fbd /pkgs/applications/editors
parentd42e94472db40583c78a31e5673353d4d6c3aa2a (diff)
downloadnixpkgs-ebf6b3cd51f4fd95d9effe2ae60a54549337f165.tar
nixpkgs-ebf6b3cd51f4fd95d9effe2ae60a54549337f165.tar.gz
nixpkgs-ebf6b3cd51f4fd95d9effe2ae60a54549337f165.tar.bz2
nixpkgs-ebf6b3cd51f4fd95d9effe2ae60a54549337f165.tar.lz
nixpkgs-ebf6b3cd51f4fd95d9effe2ae60a54549337f165.tar.xz
nixpkgs-ebf6b3cd51f4fd95d9effe2ae60a54549337f165.tar.zst
nixpkgs-ebf6b3cd51f4fd95d9effe2ae60a54549337f165.zip
treewide: Make explicit that 'dev' output of poppler is used
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/texmaker/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/texmaker/default.nix b/pkgs/applications/editors/texmaker/default.nix
index 83165f0a505..f4d9d4ccdd5 100644
--- a/pkgs/applications/editors/texmaker/default.nix
+++ b/pkgs/applications/editors/texmaker/default.nix
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
 
   buildInputs = [ qt4 poppler_qt4 zlib ];
   nativeBuildInputs = [ pkgconfig poppler qmake4Hook ];
-  NIX_CFLAGS_COMPILE="-I${poppler}/include/poppler";
+  NIX_CFLAGS_COMPILE="-I${poppler.dev}/include/poppler";
 
   preConfigure = ''
     qmakeFlags="$qmakeFlags DESKTOPDIR=$out/share/applications ICONDIR=$out/share/pixmaps"