mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 17:39:34 +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
|
cp 60-openrgb.rules $out/etc/udev/rules.d
|
||||||
'';
|
'';
|
||||||
|
|
||||||
doInstallCheck = true;
|
|
||||||
installCheckPhase = ''
|
|
||||||
$out/bin/openrgb --help > /dev/null
|
|
||||||
'';
|
|
||||||
|
|
||||||
doInstallCheck = true;
|
doInstallCheck = true;
|
||||||
installCheckPhase = ''
|
installCheckPhase = ''
|
||||||
HOME=$TMPDIR $out/bin/openrgb --help > /dev/null
|
HOME=$TMPDIR $out/bin/openrgb --help > /dev/null
|
||||||
|
|
Loading…
Reference in a new issue