Unverified Commit de42e24c authored by Martin Weinelt's avatar Martin Weinelt
Browse files

librewolf-unwrapped: restore patch application

parent d95b40ed
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -14,10 +14,8 @@ rec {

  extraPostPatch = ''
    while read patch_name; do
      if ! sed -n '/nvidia-wayland-backported-fixes-.*-Bug-1898476/p'; then
      echo "applying LibreWolf patch: $patch_name"
      patch -p1 < ${source}/$patch_name
      fi
    done <${source}/assets/patches.txt

    cp -r ${source}/themes/browser .