kubo: remove openssl from the build
We removed openssl support from go-libp2p and thus Kubo: - https://github.com/libp2p/go-libp2p/issues/1952 Now we exclusively on the options provided by the golang std librairy. The openssl tag is now a noop, having it does not cause any harm except making nixos install openssl for no reason while using kubo but I guess many systems already build openssl but might as well not have it.
This commit is contained in:
parent
cf73a86c35
commit
73b773d574
@ -25,10 +25,6 @@ buildGoModule rec {
|
|||||||
|
|
||||||
subPackages = [ "cmd/ipfs" ];
|
subPackages = [ "cmd/ipfs" ];
|
||||||
|
|
||||||
buildInputs = [ openssl ];
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
|
||||||
tags = [ "openssl" ];
|
|
||||||
|
|
||||||
passthru.tests.kubo = nixosTests.kubo;
|
passthru.tests.kubo = nixosTests.kubo;
|
||||||
|
|
||||||
vendorSha256 = null;
|
vendorSha256 = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user