Skip to content

Commit

Permalink
Merge pull request #190603 from amjoseph-nixpkgs/pr/build-rust-crate/…
Browse files Browse the repository at this point in the history
…g_k4
  • Loading branch information
Artturin committed Dec 27, 2022
2 parents b1a9bf5 + c804cea commit 3cb4b5c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pkgs/build-support/rust/default-crate-overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
, foundationdb
, capnproto
, nettle
, gtk4
, clang
, llvmPackages
, linux-pam
Expand Down Expand Up @@ -126,6 +127,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 ];
Expand Down

0 comments on commit 3cb4b5c

Please sign in to comment.