diff options
| author | phaer <hello@phaer.org> | 2024-07-12 00:35:53 +0200 |
|---|---|---|
| committer | phaer <hello@phaer.org> | 2024-07-16 20:20:29 +0200 |
| commit | c437fb23e125e07f0468d19fbb463c716a5f0dfd (patch) | |
| tree | 222b5099cbb268c3d2c14794724614937d7adc6c /pkgs/development/python-modules/python-mapnik | |
| parent | 48c3bb5824b03c223b3eceb4d4e2cad56c221e2e (diff) | |
etebase-server: use buildPythonApplication...
...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
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik')
0 files changed, 0 insertions, 0 deletions
