python3Packages.malduck: fix build

launchpad/nixpkgs/master
Fabian Affolter 3 years ago committed by Jonathan Ringer
parent 39db1847c8
commit d4d246cbce
  1. 6
      pkgs/development/python-modules/malduck/default.nix

@ -35,8 +35,14 @@ buildPythonPackage rec {
yara-python
];
postPatch = ''
substituteInPlace requirements.txt \
--replace "pefile==2019.4.18" "pefile"
'';
# Project has no tests. They will come with the next release
doCheck = false;
pythonImportsCheck = [ "malduck" ];
meta = with lib; {

Loading…
Cancel
Save