devpi-server: move to "by-name" for later wrapping

devpi-server is a long-running application that has python plugins.
Due to circular dependencies (the plugins import devpi-server and vice
versa), and because devpi-server is not really useful as a package,
we need to wrap it later so the user can specify plugins without
collisions or infrec.

See how the "xonsh" shell is packaged.
This commit is contained in:
confus
2026-03-10 18:41:09 +01:00
parent e3be55090c
commit f3fd78548a
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -3870,7 +3870,7 @@ self: super: with self; {
devpi-ldap = callPackage ../development/python-modules/devpi-ldap { };
devpi-server = callPackage ../development/python-modules/devpi-server { };
devpi-server = callPackage ../by-name/de/devpi-server/unwrapped.nix { };
devpi-web = callPackage ../development/python-modules/devpi-web { };