Loading pkgs/build-support/rust/default-crate-overrides.nix +6 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , curl , darwin , libgit2 , gtk3 , libssh2 , openssl , sqlite Loading Loading @@ -145,6 +146,11 @@ in buildInputs = [ gdk-pixbuf ]; }; gtk-sys = attrs: { buildInputs = [ gtk3 ]; nativeBuildInputs = [ pkg-config ]; }; gtk4-sys = attrs: { buildInputs = [ gtk4 ]; nativeBuildInputs = [ pkg-config ]; Loading Loading
pkgs/build-support/rust/default-crate-overrides.nix +6 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , curl , darwin , libgit2 , gtk3 , libssh2 , openssl , sqlite Loading Loading @@ -145,6 +146,11 @@ in buildInputs = [ gdk-pixbuf ]; }; gtk-sys = attrs: { buildInputs = [ gtk3 ]; nativeBuildInputs = [ pkg-config ]; }; gtk4-sys = attrs: { buildInputs = [ gtk4 ]; nativeBuildInputs = [ pkg-config ]; Loading