synfig: Make pkg-config, autoreconfHook, and gettext nativeBuildInputs

This commit is contained in:
John Ericson 2017-09-18 22:23:00 -04:00
parent b9bf90ca6c
commit 1e73b71e03

View file

@ -18,7 +18,7 @@ let
postUnpack = "sourceRoot=\${sourceRoot}/ETL/"; postUnpack = "sourceRoot=\${sourceRoot}/ETL/";
buildInputs = [ autoreconfHook ]; nativeBuildInputs = [ autoreconfHook ];
}; };
synfig = stdenv.mkDerivation rec { synfig = stdenv.mkDerivation rec {
@ -38,9 +38,9 @@ let
"--with-boost-libdir=${boost.out}/lib" "--with-boost-libdir=${boost.out}/lib"
]; ];
nativeBuildInputs = [ pkgconfig autoreconfHook gettext ];
buildInputs = [ buildInputs = [
ETL boost cairo gettext glibmm mlt-qt5 libsigcxx libxmlxx pango ETL boost cairo glibmm mlt-qt5 libsigcxx libxmlxx pango
pkgconfig autoreconfHook
]; ];
}; };
in in
@ -99,10 +99,11 @@ stdenv.mkDerivation rec {
preConfigure = "./bootstrap.sh"; preConfigure = "./bootstrap.sh";
nativeBuildInputs = [ pkgconfig autoreconfHook gettext ];
buildInputs = [ buildInputs = [
ETL boost cairo gettext glibmm gtk3 gtkmm3 imagemagick intltool ETL boost cairo glibmm gtk3 gtkmm3 imagemagick intltool
libjack2 libsigcxx libxmlxx makeWrapper mlt-qt5 pkgconfig libjack2 libsigcxx libxmlxx makeWrapper mlt-qt5
synfig autoreconfHook which defaultIconTheme synfig which defaultIconTheme
]; ];
postInstall = '' postInstall = ''