electrum-ltc: only build on platforms.linux

darwin is broken

+1 -1
+1 -1
pkgs/applications/misc/electrum-ltc/default.nix
··· 48 ''; 49 homepage = https://electrum-ltc.org/; 50 license = licenses.mit; 51 - platforms = platforms.all; 52 maintainers = with maintainers; [ asymmetric ]; 53 }; 54 }
··· 48 ''; 49 homepage = https://electrum-ltc.org/; 50 license = licenses.mit; 51 + platforms = platforms.linux; 52 maintainers = with maintainers; [ asymmetric ]; 53 }; 54 }