Merge pull request #172240 from amesgen/secp256k1-platforms

secp256k1: allow to build on all platforms
This commit is contained in:
Artturi 2022-05-10 03:45:05 +03:00 committed by GitHub
commit 2976a21186
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
};
}