16 stdenv.mkDerivation (finalAttrs: {
20 src = fetchFromGitLab {
21 owner = "wayfireplugins";
23 rev = "v${finalAttrs.version}";
24 hash = "sha256-v0kGT+KrtfFJ/hp1Dr8izKVj6UHhuW6udHFjWt1y9TY=";
28 substituteInPlace meson.build \
29 --replace "wayfire.get_variable( pkgconfig: 'metadatadir' )" "join_paths(get_option('prefix'), 'share/wayfire/metadata')"
48 mesonFlags = [ "--sysconfdir=/etc" ];
51 homepage = "https://gitlab.com/wayfireplugins/windecor";
52 description = "Window decoration plugin for wayfire";
53 license = lib.licenses.mit;
54 maintainers = with lib.maintainers; [ rewine ];
55 inherit (wayfire.meta) platforms;