Python: fix outfall after setting strictDeps = true;
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user