Skip to content

Commit

Permalink
kubo: remove openssl from the build
Browse files Browse the repository at this point in the history
We removed openssl support from go-libp2p and thus Kubo:
- libp2p/go-libp2p#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.
  • Loading branch information
Jorropo committed Aug 11, 2023
1 parent cf73a86 commit 73b773d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkgs/applications/networking/kubo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ buildGoModule rec {

subPackages = [ "cmd/ipfs" ];

buildInputs = [ openssl ];
nativeBuildInputs = [ pkg-config ];
tags = [ "openssl" ];

passthru.tests.kubo = nixosTests.kubo;

vendorSha256 = null;
Expand Down

0 comments on commit 73b773d

Please sign in to comment.