wger: no-gifs patch + guinicorn
This commit is contained in:
parent
6c33d36fc5
commit
ff3ea0735c
3 changed files with 45 additions and 4 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
let
|
||||
frontend = callPackage ./frontend.nix {};
|
||||
in python3.pkgs.buildPythonApplication rec {
|
||||
in python3.pkgs.buildPythonPackage rec {
|
||||
pname = "wger";
|
||||
version = "unstable-2024-12-01";
|
||||
pyproject = true;
|
||||
|
@ -28,6 +28,7 @@ in python3.pkgs.buildPythonApplication rec {
|
|||
./patches/pyproject.patch
|
||||
./patches/tasks.patch
|
||||
./patches/manage.patch
|
||||
./patches/exercises-no-gifs.patch
|
||||
];
|
||||
|
||||
# dependencies = with python3.pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue