electrum-ltc: only build on platforms.linux
darwin is broken
This commit is contained in:
parent
a19c7708c9
commit
546c829f2e
@ -48,7 +48,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
'';
|
'';
|
||||||
homepage = https://electrum-ltc.org/;
|
homepage = https://electrum-ltc.org/;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.all;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ asymmetric ];
|
maintainers = with maintainers; [ asymmetric ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user