texinfo6: remove meta.branch and refactor meta
It was wrong ("5.2") and seemed unused in nixpkgs.
This commit is contained in:
parent
fdf3aa9923
commit
bf9c16d4ac
@ -21,11 +21,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
doCheck = !stdenv.isDarwin && !interactive && !stdenv.isSunOS/*flaky*/;
|
doCheck = !stdenv.isDarwin && !interactive && !stdenv.isSunOS/*flaky*/;
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = "http://www.gnu.org/software/texinfo/";
|
homepage = "http://www.gnu.org/software/texinfo/";
|
||||||
description = "The GNU documentation system";
|
description = "The GNU documentation system";
|
||||||
license = stdenv.lib.licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = platforms.all;
|
||||||
|
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Texinfo is the official documentation format of the GNU project.
|
Texinfo is the official documentation format of the GNU project.
|
||||||
@ -42,6 +42,5 @@ stdenv.mkDerivation rec {
|
|||||||
need revise only that one document. The Texinfo system is
|
need revise only that one document. The Texinfo system is
|
||||||
well-integrated with GNU Emacs.
|
well-integrated with GNU Emacs.
|
||||||
'';
|
'';
|
||||||
branch = "5.2";
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user