asn2quickder: fix build
This commit is contained in:
parent
5c2c505a2f
commit
b5284a56d9
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user