fix pyqtgraph on nixos
This commit is contained in:
parent
eac507e6c5
commit
7b8d25f160
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue