forked from mirrors/nixpkgs
man-pages: add license
This commit is contained in:
parent
bd73e26cda
commit
44ab7c5fbe
|
@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
|
|||
description = "Linux development manual pages";
|
||||
homepage = https://www.kernel.org/doc/man-pages/;
|
||||
repositories.git = http://git.kernel.org/pub/scm/docs/man-pages/man-pages;
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = with platforms; unix;
|
||||
priority = 30; # if a package comes with its own man page, prefer it
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue