Commit e2c7a97f authored by Sandro Jäckel's avatar Sandro Jäckel Committed by sternenseemann
Browse files

cargo-ui: unpin libgit2

parent 2159ca14
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
, rustPlatform
, fetchCrate
, pkg-config
, libgit2_1_5
, libgit2
, openssl
, stdenv
, expat
@@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
  ];

  buildInputs = [
    libgit2_1_5
    libgit2
    openssl
  ] ++ lib.optionals stdenv.isLinux [
    expat
@@ -48,6 +48,10 @@ rustPlatform.buildRustPackage rec {
      --add-rpath ${lib.makeLibraryPath [ fontconfig libGL ]}
  '';

  env = {
    LIBGIT2_NO_VENDOR = 1;
  };

  meta = with lib; {
    description = "A GUI for Cargo";
    homepage = "https://github.com/slint-ui/cargo-ui";