forked from mirrors/nixpkgs
asn2quickder: fix build
This commit is contained in:
parent
5c2c505a2f
commit
b5284a56d9
|
@ -12,11 +12,13 @@ buildPythonApplication rec {
|
||||||
repo = "quick-der";
|
repo = "quick-der";
|
||||||
};
|
};
|
||||||
|
|
||||||
patchPhase = ''
|
postPatch = ''
|
||||||
patchShebangs ./python/scripts/*
|
patchShebangs ./python/scripts/*
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [ makeWrapper cmake ];
|
dontUseCmakeConfigure = true;
|
||||||
|
|
||||||
|
nativeBuildInputs = [ makeWrapper cmake ];
|
||||||
checkInputs = [ pytestrunner pytest ];
|
checkInputs = [ pytestrunner pytest ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ pyparsing asn1ate six ];
|
propagatedBuildInputs = [ pyparsing asn1ate six ];
|
||||||
|
|
Loading…
Reference in a new issue