flake.nix: remove mpd overlay

This commit is contained in:
2025-03-28 09:12:30 +01:00
parent dc66ec321a
commit d8b10d9aa6

View File

@@ -95,31 +95,6 @@
linuxPackages_latest = nonrecursive-unstable-pkgs.linuxPackages_latest;
})
(final: prev: {
mpd = prev.mpd.overrideAttrs (prev': {
version = "v0.23.16-unstable";
src = final.fetchFromGitHub {
owner = "MusicPlayerDaemon";
repo = "MPD";
rev = "b6e187efd8520ca9e3541e630559246c893cc304";
hash = "sha256-EGpBiH/Sp7xgcSpj/zKgFqDfjdr2djveC+qV57imr3E=";
};
postPatch = prev'.postPatch + ''
substituteInPlace src/lib/yajl/Handle.hxx \
--replace-fail '<yajl_parse.h>' '<yajl/yajl_parse.h>'
substituteInPlace src/lib/yajl/Callbacks.hxx \
--replace-fail '<yajl_parse.h>' '<yajl/yajl_parse.h>'
substituteInPlace src/lib/yajl/Gen.hxx \
--replace-fail '<yajl_gen.h>' '<yajl/yajl_gen.h>'
'';
nativeBuildInputs = prev'.nativeBuildInputs ++ [
final.python3Packages.sphinx-rtd-theme
];
});
})
minecraft.overlays.default
osuchan.overlays.default
];