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
parent c6b320a679
commit e9c2957c14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

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 = [

View File

@ -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 = [