Merge pull request #45282 from markuskowa/lics-2

Add licenses
This commit is contained in:
Jörg Thalheim
2018-08-19 09:03:31 +01:00
committed by GitHub
19 changed files with 59 additions and 33 deletions

View File

@@ -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
};