From 546c829f2eed7b7e0ea49b479a9faa9c2bfc4452 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Tue, 9 Jan 2018 18:27:09 +0100 Subject: [PATCH] electrum-ltc: only build on platforms.linux darwin is broken --- pkgs/applications/misc/electrum-ltc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/electrum-ltc/default.nix b/pkgs/applications/misc/electrum-ltc/default.nix index adbe7d9a3c8f..10b2aacbf8cb 100644 --- a/pkgs/applications/misc/electrum-ltc/default.nix +++ b/pkgs/applications/misc/electrum-ltc/default.nix @@ -48,7 +48,7 @@ python3Packages.buildPythonApplication rec { ''; homepage = https://electrum-ltc.org/; license = licenses.mit; - platforms = platforms.all; + platforms = platforms.linux; maintainers = with maintainers; [ asymmetric ]; }; }