Loading pkgs/development/tools/rust/cargo-ui/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ , rustPlatform , fetchCrate , pkg-config , libgit2_1_5 , libgit2 , openssl , stdenv , expat Loading @@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec { ]; buildInputs = [ libgit2_1_5 libgit2 openssl ] ++ lib.optionals stdenv.isLinux [ expat Loading @@ -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"; Loading Loading
pkgs/development/tools/rust/cargo-ui/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ , rustPlatform , fetchCrate , pkg-config , libgit2_1_5 , libgit2 , openssl , stdenv , expat Loading @@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec { ]; buildInputs = [ libgit2_1_5 libgit2 openssl ] ++ lib.optionals stdenv.isLinux [ expat Loading @@ -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"; Loading