xmrig: restrict to x86

This commit is contained in:
Jörg Thalheim 2018-05-08 09:12:13 +01:00
parent 2f467dd584
commit c2b4cfbe08

View file

@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
description = "Monero (XMR) CPU miner";
homepage = "https://github.com/xmrig/xmrig";
license = licenses.gpl3Plus;
platforms = [ "x86_64-linux" "x86_64-darwin" ];
maintainers = with maintainers; [ fpletz ];
};
}