15 stdenv.mkDerivation (finalAttrs: {
16 pname = "wayfire-shadows";
17 version = "0-unstable-2024-08-30";
19 src = fetchFromGitHub {
21 repo = "wayfire-shadows";
22 rev = "11c8ab63c1cde663a38502c6ecaeec980920c4d1";
23 hash = "sha256-/utqJevG7fn/kX81eDIN/SDvVa3rzNBe1crkHfMx8qo=";
41 PKG_CONFIG_WAYFIRE_METADATADIR = "${placeholder "out"}/share/wayfire/metadata";
44 passthru.updateScript = unstableGitUpdater { };
47 homepage = "https://github.com/timgott/wayfire-shadows";
48 description = "Wayfire plugin that adds window shadows";
49 license = lib.licenses.mit;
50 maintainers = with lib.maintainers; [ rewine ];
51 inherit (wayfire.meta) platforms;