cpio: add license

This commit is contained in:
Markus Kowalewski 2018-08-15 20:20:08 +02:00
parent de5b6b2bfe
commit 8c6dc9def7
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -31,10 +31,11 @@ in stdenv.mkDerivation {
enableParallelBuilding = true;
meta = {
meta = with stdenv.lib; {
homepage = http://www.gnu.org/software/cpio/;
description = "A program to create or extract from cpio archives";
platforms = stdenv.lib.platforms.all;
license = licenses.gpl3;
platforms = platforms.all;
priority = 6; # resolves collision with gnutar's "libexec/rmt"
};
}