util-linux: adjust meta.license

This commit is contained in:
ajs124 2021-04-03 21:40:46 +02:00 committed by Alyssa Ross
parent 4acadd5e6d
commit 79aa8089cc

View file

@ -67,7 +67,8 @@ stdenv.mkDerivation rec {
homepage = "https://www.kernel.org/pub/linux/utils/util-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";
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;
priority = 6; # lower priority than coreutils ("kill") and shadow ("login" etc.) packages
};