mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
pretalx: pin to python3.11, relax publicsuffixlist
The dependency chain of pretalx uses fastdiff, which depends on wasmer, neither of which is ready for Python 3.12.
This commit is contained in:
parent
568462eaef
commit
b737fcb8c4
@ -1,7 +1,7 @@
|
||||
{ lib
|
||||
, buildNpmPackage
|
||||
, gettext
|
||||
, python3
|
||||
, python311
|
||||
, fetchFromGitHub
|
||||
, fetchpatch2
|
||||
, plugins ? [ ]
|
||||
@ -9,7 +9,7 @@
|
||||
}:
|
||||
|
||||
let
|
||||
python = python3.override {
|
||||
python = python311.override {
|
||||
packageOverrides = final: prev: {
|
||||
django-bootstrap4 = prev.django-bootstrap4.overridePythonAttrs (oldAttrs: rec {
|
||||
version = "3.0.0";
|
||||
@ -105,6 +105,7 @@ python.pkgs.buildPythonApplication rec {
|
||||
"djangorestframework"
|
||||
"markdown"
|
||||
"pillow"
|
||||
"publicsuffixlist"
|
||||
"python-dateutil"
|
||||
"reportlab"
|
||||
"requests"
|
||||
|
Loading…
Reference in New Issue
Block a user