File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11{ lib
2- , python311Packages
2+ , python313Packages
33, pkgs
44} :
55
66let
77 # Define the Python packages required
8- pythonPackages = pkgs . python311 . withPackages ( ps : with ps ; [
8+ pythonPackages = pkgs . python313 . withPackages ( ps : with ps ; [
99 numpy
1010 libevdev
1111 xlib
1515 pywayland
1616 xkbcommon
1717 systemd
18+ xcffib
1819 ] ) ;
1920in
20- python311Packages . buildPythonPackage {
21+ python313Packages . buildPythonPackage {
2122 pname = "asus-numberpad-driver" ;
2223 version = "6.5.1" ;
2324 src = ../. ;
@@ -34,7 +35,7 @@ python311Packages.buildPythonPackage {
3435 libxkbcommon
3536 libgcc
3637 gcc
37- pythonPackages # Python dependencies already include python311
38+ pythonPackages # Python dependencies already include python313
3839 ] ;
3940
4041 doCheck = false ;
Original file line number Diff line number Diff line change 44 ...
55} :
66let
7- mainPkg = python311Packages . callPackage ./default.nix { } ;
7+ mainPkg = python313Packages . callPackage ./default.nix { } ;
88in
99mainPkg . overrideAttrs ( oa : {
1010 nativeBuildInputs =
1111 [
12- python311Packages . pip
12+ python313Packages . pip
1313 ]
1414 ++ ( oa . nativeBuildInputs or [ ] ) ;
1515} )
You can’t perform that action at this time.
0 commit comments