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