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
@@ -9,13 +9,14 @@ let
url="http://foicica.com/gtdialog/download/gtdialog_1.3.zip";
sha256="0y7sln877940bpj0s38cs5s97xg8csnaihh18lmnchf7c2kkbxpq";
};
nativeBuildInputs = [ pkgconfig ];
buildInputs = [
cdk unzip gtk2 glib ncurses pkgconfig
cdk unzip gtk2 glib ncurses
];
in
stdenv.mkDerivation {
inherit (s) name version;
inherit buildInputs;
inherit nativeBuildInputs buildInputs;
src = fetchurl {
inherit (s) url sha256;
};