From 68d1006cabe165afaed9abddb6d4dfc57c1c6061 Mon Sep 17 00:00:00 2001 From: Aamaruvi Yogamani <38222826+Technical27@users.noreply.github.com> Date: Mon, 7 Dec 2020 13:56:01 -0500 Subject: [PATCH] openrgb: update installCheck Use $TMPDIR for the home directory to prevent openrgb from aborting. --- pkgs/applications/misc/openrgb/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/applications/misc/openrgb/default.nix b/pkgs/applications/misc/openrgb/default.nix index b703c4e8eab..df9e149d9a7 100644 --- a/pkgs/applications/misc/openrgb/default.nix +++ b/pkgs/applications/misc/openrgb/default.nix @@ -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