Unverified Commit 0556ca0f authored by Izorkin's avatar Izorkin
Browse files

mc: update postPatch phase

parent 7e0126da
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -66,9 +66,6 @@ stdenv.mkDerivation rec {
  postPatch = ''
    substituteInPlace src/filemanager/ext.c \
      --replace /bin/rm ${coreutils}/bin/rm

    substituteInPlace misc/ext.d/misc.sh.in \
      --replace /bin/cat ${coreutils}/bin/cat
  '';

  postFixup = lib.optionalString ((!stdenv.isDarwin) && x11Support) ''