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
+1 -1
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;
};
}