From fcf234898e4d5761d3e37b0c14e01b9ebf3bd3ff Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Sat, 11 Apr 2026 18:14:24 +0200 Subject: [PATCH] rofi: remove workaround for missing root user root is now available in the build sandbox and the check phase is working. --- pkgs/by-name/ro/rofi-unwrapped/package.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pkgs/by-name/ro/rofi-unwrapped/package.nix b/pkgs/by-name/ro/rofi-unwrapped/package.nix index c47e3a2bef96..2f7b2405609d 100644 --- a/pkgs/by-name/ro/rofi-unwrapped/package.nix +++ b/pkgs/by-name/ro/rofi-unwrapped/package.nix @@ -47,10 +47,6 @@ stdenv.mkDerivation (finalAttrs: { preConfigure = '' patchShebangs "script" - - # root not present in build /etc/passwd - substituteInPlace test/helper-expand.c \ - --replace-fail "~root" "~nobody" ''; depsBuildBuild = [ @@ -100,7 +96,7 @@ stdenv.mkDerivation (finalAttrs: { (lib.mesonEnable "xcb" x11Support) ]; - doCheck = false; + doCheck = true; nativeInstallCheckInputs = [ versionCheckHook