treewide: add comments on where native inputs are needed

makes it more clear why this happens

Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
Matthew Bauer
2020-03-16 14:27:23 -04:00
committed by GitHub
co-authored by Jan Tojnar
parent c6b320a679
commit e9c2957c14
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -22,7 +22,8 @@ in stdenv.mkDerivation rec {
outputs = [ "bin" "dev" "out" ] ++ optional (!stdenv.isDarwin) "devdoc"; outputs = [ "bin" "dev" "out" ] ++ optional (!stdenv.isDarwin) "devdoc";
nativeBuildInputs = [ nativeBuildInputs = [
meson ninja glib meson ninja
glib # for glib-mkenum
pkgconfig gobject-introspection gtk-doc docbook_xsl docbook_xml_dtd_43 pkgconfig gobject-introspection gtk-doc docbook_xsl docbook_xml_dtd_43
]; ];
buildInputs = [ buildInputs = [
@@ -98,8 +98,8 @@ stdenv.mkDerivation rec {
pkgconfig pkgconfig
python3 python3
ruby ruby
glib glib # for gdbus-codegen
wayland wayland # for wayland-scanner
]; ];
buildInputs = [ buildInputs = [