mate.mate-menus: move gobject-intropection to nativeBuildInputs

This commit is contained in:
worldofpeace 2019-01-15 19:27:47 -05:00
parent ff22ad20e7
commit 1fa78d2fce
1 changed files with 2 additions and 2 deletions

View File

@ -9,9 +9,9 @@ stdenv.mkDerivation rec {
sha256 = "18y4nka38dqqxycxpf7ig4vmrk4i05xqqjk4fxr1ghkj60xxyxz2";
};
nativeBuildInputs = [ pkgconfig intltool ];
nativeBuildInputs = [ pkgconfig intltool gobject-introspection ];
buildInputs = [ glib gobject-introspection python ];
buildInputs = [ glib python ];
makeFlags = [
"INTROSPECTION_GIRDIR=$(out)/share/gir-1.0/"