Move intltool to nativeBuildInputs

This commit is contained in:
ndowens 2017-03-19 13:15:40 -05:00 committed by GitHub
parent 9fae97b719
commit 6b71f32fb5

View file

@ -16,8 +16,8 @@ stdenv.mkDerivation rec {
NIX_LDFLAGS = if stdenv.isDarwin then "-lintl" else null;
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ gtk2 which intltool file ];
nativeBuildInputs = [ pkgconfig intltool ];
buildInputs = [ gtk2 which file ];
doCheck = true;