cosmic-protocols: refactor

This commit is contained in:
Heitor Augusto
2025-03-20 15:18:40 -03:00
parent d6b565f277
commit 0c302dfb30
+7 -7
View File
@@ -1,7 +1,7 @@
{
lib,
fetchFromGitHub,
stdenv,
fetchFromGitHub,
wayland-scanner,
}:
@@ -19,14 +19,14 @@ stdenv.mkDerivation {
makeFlags = [ "PREFIX=${placeholder "out"}" ];
nativeBuildInputs = [ wayland-scanner ];
meta = with lib; {
meta = {
homepage = "https://github.com/pop-os/cosmic-protocols";
description = "Additional wayland-protocols used by the COSMIC desktop environment";
license = [
licenses.mit
licenses.gpl3Only
license = with lib.licenses; [
mit
gpl3Only
];
maintainers = with maintainers; [ nyabinary ];
platforms = platforms.linux;
maintainers = with lib.maintainers; [ nyabinary ];
platforms = lib.platforms.linux;
};
}