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
commit 5fd9ce4fa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];