mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
fix(openwebrx): python 3.12 can't build
This commit is contained in:
parent
1bbd98417c
commit
070439320d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
final: prev: let
|
||||
in {
|
||||
openwebrxplus = final.python3Packages.callPackage ../packages/openwebrxplus.nix {};
|
||||
openwebrxplus = final.python311Packages.callPackage ../packages/openwebrxplus.nix {};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue