Skip to content

Commit

Permalink
openrgb: update installCheck
Browse files Browse the repository at this point in the history
Use $TMPDIR for the home directory to prevent openrgb from aborting.
  • Loading branch information
Technical27 authored and Jonathan Ringer committed Dec 7, 2020
1 parent 6ba3e0e commit 68d1006
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkgs/applications/misc/openrgb/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ mkDerivation rec {
cp 60-openrgb.rules $out/etc/udev/rules.d
'';

doInstallCheck = true;
installCheckPhase = ''
$out/bin/openrgb --help > /dev/null
'';

doInstallCheck = true;
installCheckPhase = ''
HOME=$TMPDIR $out/bin/openrgb --help > /dev/null
Expand Down

0 comments on commit 68d1006

Please sign in to comment.