projectable: unpin libgit2

authored by Sandro Jäckel and committed by sternenseemann 4f428752 e2c7a97f

+3 -2
+3 -2
pkgs/applications/file-managers/projectable/default.nix
··· 2 , rustPlatform 3 , fetchFromGitHub 4 , pkg-config 5 - , libgit2_1_5 6 , openssl 7 , zlib 8 , stdenv ··· 27 ]; 28 29 buildInputs = [ 30 - libgit2_1_5 31 openssl 32 zlib 33 ] ++ lib.optionals stdenv.isDarwin [ ··· 35 ]; 36 37 env = { 38 OPENSSL_NO_VENDOR = true; 39 }; 40
··· 2 , rustPlatform 3 , fetchFromGitHub 4 , pkg-config 5 + , libgit2 6 , openssl 7 , zlib 8 , stdenv ··· 27 ]; 28 29 buildInputs = [ 30 + libgit2 31 openssl 32 zlib 33 ] ++ lib.optionals stdenv.isDarwin [ ··· 35 ]; 36 37 env = { 38 + LIBGIT2_NO_VENDOR = 1; 39 OPENSSL_NO_VENDOR = true; 40 }; 41