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";
nativeBuildInputs = [
meson ninja glib
meson ninja
glib # for glib-mkenum
pkgconfig gobject-introspection gtk-doc docbook_xsl docbook_xml_dtd_43
];
buildInputs = [

View file

@ -98,8 +98,8 @@ stdenv.mkDerivation rec {
pkgconfig
python3
ruby
glib
wayland
glib # for gdbus-codegen
wayland # for wayland-scanner
];
buildInputs = [