treewide: add comments on where native inputs are needed

makes it more clear why this happens

Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>
wip/yesman
Matthew Bauer 4 years ago committed by GitHub
parent c6b320a679
commit e9c2957c14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      pkgs/development/libraries/pango/default.nix
  2. 4
      pkgs/development/libraries/webkitgtk/default.nix

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

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

Loading…
Cancel
Save