Unverified Commit fcf23489 authored by rnhmjoj's avatar rnhmjoj
Browse files

rofi: remove workaround for missing root user

root is now available in the build sandbox and the check phase is working.
parent 42caa1d0
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -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