Skip to content

Commit

Permalink
Merge pull request #172177 from a-m-joseph/pr/psensor-fix-zhf
Browse files Browse the repository at this point in the history
psensor: add -Wno-error due to increasing compiler strictness
  • Loading branch information
davidak authored May 9, 2022
2 parents edce911 + 7454238 commit af2ea9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/system/psensor/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
];

preConfigure = ''
NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${libXNVCtrl}/include"
NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${libXNVCtrl}/include -Wno-error"
NIX_LDFLAGS="$NIX_LDFLAGS -L${libXNVCtrl}/lib"
'';

Expand Down

0 comments on commit af2ea9a

Please sign in to comment.