Merge pull request #73072 from cko/missing_descriptions
treewide: add missing descriptions & homepages
This commit is contained in:
commit
a6220c3384
@ -33,6 +33,8 @@ mkDerivation rec {
|
|||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
homepage = "https://amarok.kde.org";
|
||||||
|
description = "A powerful music player with an intuitive interface";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ peterhoeg ];
|
maintainers = with maintainers; [ peterhoeg ];
|
||||||
};
|
};
|
||||||
|
@ -10,7 +10,8 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://gputils.sourceforge.io/;
|
homepage = "https://gputils.sourceforge.io";
|
||||||
|
description = "A collection of tools for the Microchip (TM) PIC microcontrollers. It includes gpasm, gplink, and gplib";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ yorickvp ];
|
maintainers = with maintainers; [ yorickvp ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, buildGoPackage, fetchgit }:
|
{ stdenv, buildGoPackage, fetchgit, lib }:
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "oh";
|
pname = "oh";
|
||||||
@ -14,4 +14,10 @@ buildGoPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
goDeps = ./deps.nix;
|
goDeps = ./deps.nix;
|
||||||
|
|
||||||
|
meta = with lib;{
|
||||||
|
homepage = "https://github.com/michaelmacinnis/oh";
|
||||||
|
description = "A Unix shell";
|
||||||
|
license = stdenv.lib.licenses.mit;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
@ -26,6 +26,8 @@ in mkDerivation {
|
|||||||
pathsToLink = [ "/etc/xdg/peruse.knsrc"];
|
pathsToLink = [ "/etc/xdg/peruse.knsrc"];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
homepage = "https://peruse.kde.org";
|
||||||
|
description = "A comic book reader";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ peterhoeg ];
|
maintainers = with maintainers; [ peterhoeg ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user