Loading pkgs/applications/file-managers/projectable/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ , rustPlatform , fetchFromGitHub , pkg-config , libgit2_1_5 , libgit2 , openssl , zlib , stdenv Loading @@ -27,7 +27,7 @@ rustPlatform.buildRustPackage rec { ]; buildInputs = [ libgit2_1_5 libgit2 openssl zlib ] ++ lib.optionals stdenv.isDarwin [ Loading @@ -35,6 +35,7 @@ rustPlatform.buildRustPackage rec { ]; env = { LIBGIT2_NO_VENDOR = 1; OPENSSL_NO_VENDOR = true; }; Loading Loading
pkgs/applications/file-managers/projectable/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ , rustPlatform , fetchFromGitHub , pkg-config , libgit2_1_5 , libgit2 , openssl , zlib , stdenv Loading @@ -27,7 +27,7 @@ rustPlatform.buildRustPackage rec { ]; buildInputs = [ libgit2_1_5 libgit2 openssl zlib ] ++ lib.optionals stdenv.isDarwin [ Loading @@ -35,6 +35,7 @@ rustPlatform.buildRustPackage rec { ]; env = { LIBGIT2_NO_VENDOR = 1; OPENSSL_NO_VENDOR = true; }; Loading