default-crate-overrides.nix: add gtk-sys (gtk3)
This commit is contained in:
parent
48f2585014
commit
f1bce90517
@ -5,6 +5,7 @@
|
||||
, curl
|
||||
, darwin
|
||||
, libgit2
|
||||
, gtk3
|
||||
, libssh2
|
||||
, openssl
|
||||
, sqlite
|
||||
@ -132,6 +133,11 @@ in
|
||||
buildInputs = [ gdk-pixbuf ];
|
||||
};
|
||||
|
||||
gtk-sys = attrs: {
|
||||
buildInputs = [ gtk3 ];
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
};
|
||||
|
||||
gtk4-sys = attrs: {
|
||||
buildInputs = [ gtk4 ];
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
Loading…
Reference in New Issue
Block a user