mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
python3Packages.malduck: fix build
This commit is contained in:
parent
39db1847c8
commit
d4d246cbce
@ -35,8 +35,14 @@ buildPythonPackage rec {
|
|||||||
yara-python
|
yara-python
|
||||||
];
|
];
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace requirements.txt \
|
||||||
|
--replace "pefile==2019.4.18" "pefile"
|
||||||
|
'';
|
||||||
|
|
||||||
# Project has no tests. They will come with the next release
|
# Project has no tests. They will come with the next release
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
pythonImportsCheck = [ "malduck" ];
|
pythonImportsCheck = [ "malduck" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user