Unverified Commit 5fd9ce4f authored by Artturi's avatar Artturi Committed by GitHub
Browse files

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

parents 6062acb7 f1bce905
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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 ];