mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 10:53:11 +00:00
Merge pull request #172240 from amesgen/secp256k1-platforms
secp256k1: allow to build on all platforms
This commit is contained in:
commit
2976a21186
@ -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…
Reference in New Issue
Block a user