mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-25 05:23:54 +00:00
unrpa: use python310
This commit is contained in:
parent
4820c04356
commit
48c39f18fc
@ -13030,7 +13030,7 @@ with pkgs;
|
||||
|
||||
unrtf = callPackage ../tools/text/unrtf { };
|
||||
|
||||
unrpa = with python38Packages; toPythonApplication unrpa;
|
||||
unrpa = with python3Packages; toPythonApplication unrpa;
|
||||
|
||||
untex = callPackage ../tools/text/untex { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user