Update Nix flake pinned hash for python3.12 and QT 6.6.3 support
This commit is contained in:
parent
bc0f8b991e
commit
4184848f9c
2 changed files with 10 additions and 10 deletions
14
flake.nix
14
flake.nix
|
|
@ -18,6 +18,8 @@
|
|||
pkgs.freetype
|
||||
pkgs.dbus
|
||||
pkgs.qt6.qtwayland
|
||||
pkgs.qt6.full
|
||||
pkgs.qt6.qtbase
|
||||
pkgs.zstd
|
||||
];
|
||||
buildInputs = with pkgs; [
|
||||
|
|
@ -28,13 +30,12 @@
|
|||
qt6.full
|
||||
qt6.qtwayland
|
||||
qtcreator
|
||||
python310Packages.pip
|
||||
python310Full
|
||||
python310Packages.virtualenv # run virtualenv .
|
||||
# python3Packages.pyqt5 # avoid installing via pip
|
||||
python310Packages.pyusb # fixes the pyusb 'No backend available' when installed directly via pip
|
||||
python312Packages.pip
|
||||
python312Full
|
||||
python312Packages.virtualenv # run virtualenv .
|
||||
python312Packages.pyusb # fixes the pyusb 'No backend available' when installed directly via pip
|
||||
|
||||
gcc.cc.libgcc
|
||||
libgcc
|
||||
makeWrapper
|
||||
bashInteractive
|
||||
glib
|
||||
|
|
@ -46,7 +47,6 @@
|
|||
libGL
|
||||
libGLU
|
||||
fontconfig
|
||||
# wrapQtAppsHook
|
||||
xorg.libxcb
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue