Skip to content

Commit

Permalink
python3Packages.pyqtgraph: fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Sep 12, 2024
1 parent 5749598 commit 014e928
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/python-modules/pyqtgraph/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ buildPythonPackage rec {
export QT_QPA_PLATFORM=offscreen
export DYLD_FRAMEWORK_PATH=/System/Library/Frameworks
export FONTCONFIG_FILE=${fontsConf}
export HOME=$(mktemp -d)
'';

pytestFlagsArray = [
Expand Down

0 comments on commit 014e928

Please sign in to comment.