Merge pull request #2368 from Chaddai/texmaker

TeXmaker
This commit is contained in:
Peter Simons
2014-04-28 22:42:47 +02:00
4 changed files with 42 additions and 1 deletions

View File

@@ -66,7 +66,11 @@ let
propagatedBuildInputs = [ qt4 poppler_glib ];
patches = qtcairo_patches;
NIX_LDFLAGS = "-lpoppler";
postConfigure = "cd qt4";
postConfigure = ''
mkdir -p "$out/lib/pkgconfig"
install -c -m 644 poppler-qt4.pc "$out/lib/pkgconfig"
cd qt4
'';
};
in { inherit poppler_glib poppler_qt4; } // poppler_glib