19 stdenv.mkDerivation (finalAttrs: {
21 version = "2023-10-23";
23 src = fetchFromGitHub {
26 rev = finalAttrs.version;
27 hash = "sha256-7or8HkmIZnLpXEZzUhJ3u8SIPfIQFgn32Ju/5OzK06Y=";
49 substituteInPlace src/firedecor-theme.cpp \
50 --replace-fail "/usr/share" "/run/current-system/sw/share"
54 PKG_CONFIG_WAYFIRE_PLUGINDIR = "${placeholder "out"}/lib/wayfire";
55 PKG_CONFIG_WAYFIRE_METADATADIR = "${placeholder "out"}/share/wayfire/metadata";
59 homepage = "https://github.com/mntmn/Firedecor";
60 description = "Advanced window decoration plugin for the Wayfire window manager";
61 license = licenses.mit;
62 inherit (mate.mate-wayland-session.meta) maintainers;
63 inherit (wayfire.meta) platforms;