mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
pdfding: fix package version
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
(cherry picked from commit 0e34747bec)
This commit is contained in:
@@ -24,9 +24,10 @@ python.pkgs.buildPythonPackage (finalAttrs: {
|
||||
strictDeps = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
# remove supervisor from dependencies
|
||||
# remove supervisor from dependencies and fix version
|
||||
postPatch = ''
|
||||
sed -i 's/supervisor.*$//' pyproject.toml
|
||||
sed -i 's/^version = .*$/version = "${finalAttrs.version}"/' pyproject.toml
|
||||
'';
|
||||
|
||||
dependencies =
|
||||
|
||||
Reference in New Issue
Block a user