mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
pretix: pin chardet 5.x
This commit is contained in:
parent
8dd46a9af8
commit
739c6e8f63
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ let
|
|||
python = python3.override {
|
||||
self = python;
|
||||
packageOverrides = self: super: {
|
||||
chardet = super.chardet_5;
|
||||
django = super.django_5;
|
||||
|
||||
django-oauth-toolkit = super.django-oauth-toolkit.overridePythonAttrs (oldAttrs: rec {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue