mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
c437fb23e1
...not pythonPackage. This is an app, living in pkgs/servers, so we just use callPackage in all-packages and drop the python module. python3.pkgs.toPythonModule could be used if a python module was needed. Before that change legacyPackages.x86_64-linux.python311.pkgs.etebase-server.python would give a python 3.12 release, and was therefore broken. etebase-server = toPythonModule (pkgs.etebase-server.override { python3 = python; }); would now be correct |
||
---|---|---|
.. | ||
default.nix | ||
secret.patch |