mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
util-linux: adjust meta.license
This commit is contained in:
parent
4acadd5e6d
commit
79aa8089cc
1 changed files with 2 additions and 1 deletions
|
@ -67,7 +67,8 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://www.kernel.org/pub/linux/utils/util-linux/";
|
homepage = "https://www.kernel.org/pub/linux/utils/util-linux/";
|
||||||
description = "A set of system utilities for Linux";
|
description = "A set of system utilities for Linux";
|
||||||
changelog = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v${lib.versions.majorMinor version}/v${version}-ReleaseNotes";
|
changelog = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v${lib.versions.majorMinor version}/v${version}-ReleaseNotes";
|
||||||
license = licenses.gpl2; # also contains parts under more permissive licenses
|
# https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/tree/README.licensing
|
||||||
|
license = with licenses; [ gpl2Only gpl2Plus gpl3Plus lgpl21Plus bsd3 bsdOriginalUC publicDomain ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
priority = 6; # lower priority than coreutils ("kill") and shadow ("login" etc.) packages
|
priority = 6; # lower priority than coreutils ("kill") and shadow ("login" etc.) packages
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue