tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.pyrad: fix poetry 2 compat
FliegendeWurst
1 year ago
d64d41e2
28ed891b
+5
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
pyrad
default.nix
+5
pkgs/development/python-modules/pyrad/default.nix
···
18
hash = "sha256-5SPVeBL1oMZ/XXgKch2Hbk6BRU24HlVl4oXZ2agF1h8=";
19
};
20
0
0
0
0
0
21
nativeBuildInputs = [ poetry-core ];
22
23
nativeCheckInputs = [ unittestCheckHook ];
···
18
hash = "sha256-5SPVeBL1oMZ/XXgKch2Hbk6BRU24HlVl4oXZ2agF1h8=";
19
};
20
21
+
postPatch = ''
22
+
substituteInPlace pyproject.toml \
23
+
--replace-fail 'repository =' 'Repository ='
24
+
'';
25
+
26
nativeBuildInputs = [ poetry-core ];
27
28
nativeCheckInputs = [ unittestCheckHook ];