From 31541d097d6091e903f89a3af7ce486f2b37dfa1 Mon Sep 17 00:00:00 2001 From: Marek Mahut Date: Tue, 6 Aug 2019 20:06:22 +0200 Subject: [PATCH] xmr-stak: does not support ARM Reference: https://github.com/fireice-uk/xmr-stak/issues/2427#issuecomment-488564897 --- pkgs/applications/misc/xmr-stak/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/misc/xmr-stak/default.nix b/pkgs/applications/misc/xmr-stak/default.nix index f47cafeb59b..be42127e254 100644 --- a/pkgs/applications/misc/xmr-stak/default.nix +++ b/pkgs/applications/misc/xmr-stak/default.nix @@ -40,6 +40,7 @@ stdenv'.mkDerivation rec { description = "Unified All-in-one Monero miner"; homepage = "https://github.com/fireice-uk/xmr-stak"; license = licenses.gpl3Plus; + platforms = [ "x86_64-linux" ]; maintainers = with maintainers; [ fpletz bfortz ]; }; }