treewide: Manual fix more pkg-config build-inputs

This commit is contained in:
John Ericson
2017-09-21 15:49:54 -04:00
parent 7a733ceda4
commit ed14223f8c
198 changed files with 422 additions and 242 deletions
@@ -12,8 +12,10 @@ let
url="mirror://sourceforge/project/libebook/libe-book-0.1.2/libe-book-0.1.2.tar.xz";
sha256="1v48pd32r2pfysr3a3igc4ivcf6vvb26jq4pdkcnq75p70alp2bz";
};
nativeBuildInputs = [ pkgconfig ];
buildInputs = [
gperf pkgconfig librevenge libxml2 boost icu cppunit zlib
gperf librevenge libxml2 boost icu cppunit zlib
];
# Boost 1.59 compatability fix
@@ -24,7 +26,7 @@ let
in
stdenv.mkDerivation {
inherit (s) name version;
inherit buildInputs postPatch;
inherit nativeBuildInputs buildInputs postPatch;
src = fetchurl {
inherit (s) url sha256;
};