Skip to content

Commit

Permalink
test django 5
Browse files Browse the repository at this point in the history
  • Loading branch information
onny committed Oct 22, 2024
1 parent 490c8be commit 73e8956
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/by-name/fr/froide-govplan/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let

python = python3.override {
packageOverrides = self: super: {
django = super.django.override { withGdal = true; };
django = super.django_5.override { withGdal = true; };
};
};

Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/fr/froide/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let

python = python3.override {
packageOverrides = self: super: {
django = super.django.override { withGdal = true; };
django = super.django_5.override { withGdal = true; };
};
};

Expand Down

0 comments on commit 73e8956

Please sign in to comment.