Python: fix outfall after setting strictDeps = true;

This commit is contained in:
Frederik Rietdijk
2019-02-17 14:40:54 +01:00
parent 7397fa2a27
commit d2c3fd5af0
32 changed files with 58 additions and 40 deletions
+3 -1
View File
@@ -4,7 +4,7 @@
}:
python3Packages.buildPythonApplication rec {
name = "electrum-ltc-${version}";
pname = "electrum-ltc";
version = "3.1.3.1";
src = fetchurl {
@@ -12,6 +12,8 @@ python3Packages.buildPythonApplication rec {
sha256 = "0kxcx1xf6h9z8x0k483d6ykpnmfr30n6z3r6lgqxvbl42pq75li7";
};
nativeBuildInputs = with python3Packages; [ pyqt5 ];
propagatedBuildInputs = with python3Packages; [
pyaes
ecdsa