mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 09:47:57 +02:00
chore(packages): Add missing meta attributes
This commit is contained in:
parent
9f10d795c7
commit
74f0e33d19
@ -23,10 +23,10 @@ stdenvNoCC.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/AlessioLaiso/aleo";
|
|
||||||
description = "Slab serif typeface designed by Alessio Laiso";
|
description = "Slab serif typeface designed by Alessio Laiso";
|
||||||
platforms = platforms.all;
|
homepage = "https://github.com/AlessioLaiso/aleo";
|
||||||
maintainers = with maintainers; [ donovanglover ];
|
|
||||||
license = licenses.ofl;
|
license = licenses.ofl;
|
||||||
|
maintainers = with maintainers; [ donovanglover ];
|
||||||
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
{ stdenvNoCC
|
{ lib
|
||||||
|
, stdenvNoCC
|
||||||
, fetchzip
|
, fetchzip
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -21,8 +22,11 @@ stdenvNoCC.mkDerivation {
|
|||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/vinceliuice/Fluent-icon-theme";
|
|
||||||
description = "Fluent folder icons converted to png";
|
description = "Fluent folder icons converted to png";
|
||||||
|
homepage = "https://github.com/vinceliuice/Fluent-icon-theme";
|
||||||
|
license = licenses.gpl3Plus;
|
||||||
|
maintainers = with maintainers; [ donovanglover ];
|
||||||
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -29,9 +29,10 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
buildInputs = [ hyprland ] ++ hyprland.buildInputs;
|
buildInputs = [ hyprland ] ++ hyprland.buildInputs;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/Ayuei/hycov";
|
|
||||||
description = "Clients overview for hyprland plugin";
|
description = "Clients overview for hyprland plugin";
|
||||||
|
homepage = "https://github.com/Ayuei/hycov";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
maintainers = with maintainers; [ donovanglover ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
{ stdenvNoCC
|
{ lib
|
||||||
|
, stdenvNoCC
|
||||||
, fetchzip
|
, fetchzip
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -213,8 +214,10 @@ stdenvNoCC.mkDerivation {
|
|||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
homepage = "https://osu.ppy.sh/home/news";
|
|
||||||
description = "A collection of osu! fanart entries since 2017";
|
description = "A collection of osu! fanart entries since 2017";
|
||||||
|
homepage = "https://osu.ppy.sh/home/news";
|
||||||
|
maintainers = with maintainers; [ donovanglover ];
|
||||||
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
{ stdenvNoCC
|
{ lib
|
||||||
|
, stdenvNoCC
|
||||||
, libwebp
|
, libwebp
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -16,8 +17,10 @@ stdenvNoCC.mkDerivation {
|
|||||||
echo "MimeType=image/x-webp;image/webp;" >> $out/share/thumbnailers/webp.thumbnailer
|
echo "MimeType=image/x-webp;image/webp;" >> $out/share/thumbnailers/webp.thumbnailer
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/liquuid/nautilus-webp-thumbnailer";
|
homepage = "https://github.com/liquuid/nautilus-webp-thumbnailer";
|
||||||
description = "Create thumbnails from webp files";
|
description = "Create thumbnails from webp files";
|
||||||
|
maintainers = with maintainers; [ donovanglover ];
|
||||||
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user