ethash: expand platforms to unix
This commit is contained in:
parent
b8b075a9e6
commit
10e7da1041
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "PoW algorithm for Ethereum 1.0 based on Dagger-Hashimoto";
|
description = "PoW algorithm for Ethereum 1.0 based on Dagger-Hashimoto";
|
||||||
homepage = "https://github.com/ethereum/ethash";
|
homepage = "https://github.com/ethereum/ethash";
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ nand0p ];
|
maintainers = with maintainers; [ nand0p ];
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user