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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user