mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
default-crate-overrides.nix: add {gtk4,gdk4,gsk4}-sys
This commit is contained in:
parent
24d0035612
commit
c804cea71d
@ -19,6 +19,7 @@
|
||||
, foundationdb
|
||||
, capnproto
|
||||
, nettle
|
||||
, gtk4
|
||||
, clang
|
||||
, llvmPackages
|
||||
, linux-pam
|
||||
@ -116,6 +117,21 @@ in
|
||||
buildInputs = [ gdk-pixbuf ];
|
||||
};
|
||||
|
||||
gtk4-sys = attrs: {
|
||||
buildInputs = [ gtk4 ];
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
};
|
||||
|
||||
gdk4-sys = attrs: {
|
||||
buildInputs = [ gtk4 ];
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
};
|
||||
|
||||
gsk4-sys = attrs: {
|
||||
buildInputs = [ gtk4 ];
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
};
|
||||
|
||||
libgit2-sys = attrs: {
|
||||
LIBGIT2_SYS_USE_PKG_CONFIG = true;
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
Loading…
Reference in New Issue
Block a user