mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
python311Packages.niworkflows: modernize
This commit is contained in:
parent
9e4692ca28
commit
52e111e252
@ -40,16 +40,14 @@ buildPythonPackage rec {
|
||||
hash = "sha256-29ZxLuKrvgCIOMMCUpi0HHhlNlgqUrUrSCiikwecmKw=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml --replace '"traits < 6.4"' '"traits"'
|
||||
'';
|
||||
pythonRelaxDeps = [ "traits" ];
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
hatch-vcs
|
||||
hatchling
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
attrs
|
||||
importlib-resources
|
||||
jinja2
|
||||
|
Loading…
Reference in New Issue
Block a user