mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +03:00
sherlock: fix build
This commit is contained in:
parent
bf2d0fcde3
commit
9849e6fc76
1 changed files with 0 additions and 2 deletions
|
@ -3,7 +3,6 @@
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
makeWrapper,
|
makeWrapper,
|
||||||
python3,
|
python3,
|
||||||
poetry,
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
|
@ -59,7 +58,6 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
|
|
||||||
nativeCheckInputs = with python3.pkgs; [
|
nativeCheckInputs = with python3.pkgs; [
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
poetry
|
|
||||||
poetry-core
|
poetry-core
|
||||||
jsonschema
|
jsonschema
|
||||||
openpyxl
|
openpyxl
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue