Update Nix flake pinned hash for python3.12 and QT 6.6.3 support

This commit is contained in:
Dakota Marshall 2024-04-24 16:51:06 -04:00
parent bc0f8b991e
commit 4184848f9c
2 changed files with 10 additions and 10 deletions

View file

@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1688072080,
"narHash": "sha256-mPsxREerkmDU2m7zi8j19ooc1F9wKPWBJ77S7swXMmI=",
"lastModified": 1712473363,
"narHash": "sha256-TIScFAVdI2yuybMxxNjC4YZ/j++c64wwuKbpnZnGiyU=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "5a8650469a9f8a1958ff9373bd27fb8e54c4365d",
"rev": "e89cf1c932006531f454de7d652163a9a5c86668",
"type": "github"
},
"original": {

View file

@ -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