rofi: remove workaround for missing root user

root is now available in the build sandbox and the check phase is working.
This commit is contained in:
rnhmjoj
2026-04-11 18:55:10 +02:00
parent 42caa1d0b6
commit fcf234898e
+1 -5
View File
@@ -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