Merge pull request #190610 from amjoseph-nixpkgs/pr/build-rust-crate/gdk3

This commit is contained in:
Artturi
2023-04-22 15:45:56 +03:00
committed by GitHub
@@ -5,6 +5,7 @@
, curl
, darwin
, libgit2
, gtk3
, libssh2
, openssl
, sqlite
@@ -145,6 +146,11 @@ in
buildInputs = [ gdk-pixbuf ];
};
gtk-sys = attrs: {
buildInputs = [ gtk3 ];
nativeBuildInputs = [ pkg-config ];
};
gtk4-sys = attrs: {
buildInputs = [ gtk4 ];
nativeBuildInputs = [ pkg-config ];