fix pyqtgraph on nixos

GUI
topquark12 2022-06-01 13:09:01 +08:00
parent 7b15ee004d
commit 07f73bed41
1 changed files with 5 additions and 0 deletions

View File

@ -73,6 +73,11 @@
] ++ (with python3Packages; [
numpy matplotlib pyqtgraph
]);
shellHook=
''
export QT_PLUGIN_PATH=${pkgs.qt5.qtbase}/${pkgs.qt5.qtbase.dev.qtPluginPrefix}
export QML2_IMPORT_PATH=${pkgs.qt5.qtbase}/${pkgs.qt5.qtbase.dev.qtQmlPrefix}
'';
};
defaultPackage.x86_64-linux = thermostat;
};