8 stdenv.mkDerivation rec {
9 pname = "cosmic-protocols";
10 version = "0-unstable-2024-07-31";
12 src = fetchFromGitHub {
15 rev = "de2fead49d6af3a221db153642e4d7c2235aafc4";
16 hash = "sha256-qgo8FMKo/uCbhUjfykRRN8KSavbyhZpu82M8npLcIPI=";
19 makeFlags = [ "PREFIX=${placeholder "out"}" ];
20 nativeBuildInputs = [ wayland-scanner ];
23 homepage = "https://github.com/pop-os/cosmic-protocols";
24 description = "Additional wayland-protocols used by the COSMIC desktop environment";
29 maintainers = with maintainers; [ nyabinary ];
30 platforms = platforms.linux;