ethash: expand platforms to unix

This commit is contained in:
Ben Siraphob 2021-03-08 21:56:33 +07:00
parent b8b075a9e6
commit 10e7da1041

View File

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "PoW algorithm for Ethereum 1.0 based on Dagger-Hashimoto";
homepage = "https://github.com/ethereum/ethash";
platforms = [ "x86_64-linux" ];
platforms = platforms.unix;
maintainers = with maintainers; [ nand0p ];
license = licenses.asl20;
};