Merge pull request #172240 from amesgen/secp256k1-platforms

secp256k1: allow to build on all platforms
main
Artturi 2 years ago committed by GitHub
commit 2976a21186
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/tools/security/secp256k1/default.nix

@ -42,6 +42,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/bitcoin-core/secp256k1";
license = with licenses; [ mit ];
maintainers = with maintainers; [ ];
platforms = with platforms; unix;
platforms = with platforms; all;
};
}

Loading…
Cancel
Save