From 536f0aedc3052534e027161ea0300c6e33d77395 Mon Sep 17 00:00:00 2001 From: Colin Date: Sun, 18 Feb 2024 04:52:27 +0000 Subject: [PATCH] open-in-mpv: remove my patch which has been upstreamed, previously required to use xdg-open --- hosts/common/programs/open-in-mpv.nix | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/hosts/common/programs/open-in-mpv.nix b/hosts/common/programs/open-in-mpv.nix index 96f17482..2e01f59b 100644 --- a/hosts/common/programs/open-in-mpv.nix +++ b/hosts/common/programs/open-in-mpv.nix @@ -2,19 +2,6 @@ { pkgs, ... }: { sane.programs.open-in-mpv = { - packageUnwrapped = pkgs.open-in-mpv.overrideAttrs (upstream: { - patches = (upstream.patches or []) ++ [ - (pkgs.fetchpatch { - # if i want `open-in-mpv 'mpv:///open?...'` to use a different executable than `mpv` (e.g. `xdg-open`), - # this patch is required. - # PR against upstream (merged 2024/02/15): - url = "https://git.uninsane.org/colin/open-in-mpv/commit/4d93d5fbdd3baebb6284c517cfe9fec9970c3002.patch"; - name = "open-in-mpv: respect the player's `executable` config"; - hash = "sha256-UkjR58mo4ifqGU2F1YhcJU14gX41XMaXwImbV+v7Tr8="; - }) - ]; - }); - sandbox.method = "bwrap"; sandbox.wrapperType = "wrappedDerivation"; sandbox.whitelistDbus = [ "user" ]; # for xdg-open/portals