asn2quickder: fix build

This commit is contained in:
Frederik Rietdijk 2019-09-08 22:48:29 +02:00
parent 5c2c505a2f
commit b5284a56d9

View file

@ -12,11 +12,13 @@ buildPythonApplication rec {
repo = "quick-der";
};
patchPhase = ''
postPatch = ''
patchShebangs ./python/scripts/*
'';
buildInputs = [ makeWrapper cmake ];
dontUseCmakeConfigure = true;
nativeBuildInputs = [ makeWrapper cmake ];
checkInputs = [ pytestrunner pytest ];
propagatedBuildInputs = [ pyparsing asn1ate six ];