mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
openrgb: update installCheck
Use $TMPDIR for the home directory to prevent openrgb from aborting.
This commit is contained in:
parent
6ba3e0eae2
commit
68d1006cab
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue