Commit f1bce905 authored by Adam Joseph's avatar Adam Joseph
Browse files

default-crate-overrides.nix: add gtk-sys (gtk3)

parent 48f25850
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
@@ -132,6 +133,11 @@ in
    buildInputs = [ gdk-pixbuf ];
  };

  gtk-sys = attrs: {
    buildInputs = [ gtk3 ];
    nativeBuildInputs = [ pkg-config ];
  };

  gtk4-sys = attrs: {
    buildInputs = [ gtk4 ];
    nativeBuildInputs = [ pkg-config ];