Loading pkgs/by-name/mp/mpd-mpris/package.nix +8 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildGoModule, fetchFromGitHub, fetchpatch, }: buildGoModule (finalAttrs: { Loading @@ -19,6 +20,13 @@ buildGoModule (finalAttrs: { subPackages = [ "cmd/mpd-mpris" ]; patches = [ (fetchpatch { url = "https://github.com/natsukagami/mpd-mpris/commit/1591f15548aed0f9741d723f24fb505cb24fafe8.patch"; hash = "sha256-6ZqR4woKiIjwLxyafmidTM8eBXtvBzKNXZvtS1+KKKI="; }) ]; postPatch = '' substituteInPlace services/mpd-mpris.service --replace-fail "ExecStart=" "ExecStart=$out/bin/" ''; Loading Loading
pkgs/by-name/mp/mpd-mpris/package.nix +8 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildGoModule, fetchFromGitHub, fetchpatch, }: buildGoModule (finalAttrs: { Loading @@ -19,6 +20,13 @@ buildGoModule (finalAttrs: { subPackages = [ "cmd/mpd-mpris" ]; patches = [ (fetchpatch { url = "https://github.com/natsukagami/mpd-mpris/commit/1591f15548aed0f9741d723f24fb505cb24fafe8.patch"; hash = "sha256-6ZqR4woKiIjwLxyafmidTM8eBXtvBzKNXZvtS1+KKKI="; }) ]; postPatch = '' substituteInPlace services/mpd-mpris.service --replace-fail "ExecStart=" "ExecStart=$out/bin/" ''; Loading