mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
vulnix: ronn is a native build input
This commit is contained in:
parent
0c3197ec08
commit
d40bd10e68
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ pythonPackages.buildPythonApplication rec {
|
|||
sha256 = "15c32976sgb5clixngi6z1fk5h02v1kn1a89h8rkbkvyhfnjgg8m";
|
||||
};
|
||||
|
||||
buildInputs = [ ronn ];
|
||||
nativeBuildInputs = [ ronn ];
|
||||
|
||||
checkInputs = with pythonPackages; [
|
||||
freezegun
|
||||
|
|
Loading…
Reference in a new issue