mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
trueseeing: fix build
This commit is contained in:
parent
c3e128f3c0
commit
b6f07247a1
@ -15,22 +15,20 @@ python3.pkgs.buildPythonApplication rec {
|
||||
hash = "sha256-g5OqdnPtGGV4wBwPRAjH3lweguwlfVcgpNLlq54OHKA=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace "attrs~=21.4" "attrs>=21.4"
|
||||
'';
|
||||
|
||||
nativeBuildInputs = with python3.pkgs; [
|
||||
flit-core
|
||||
pythonRelaxDepsHook
|
||||
];
|
||||
|
||||
pythonRelaxDeps = true;
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
attrs
|
||||
ipython
|
||||
jinja2
|
||||
lxml
|
||||
pypubsub
|
||||
pyyaml
|
||||
termcolor
|
||||
];
|
||||
|
||||
# Project has no tests
|
||||
|
Loading…
Reference in New Issue
Block a user