libmtp: add license
This commit is contained in:
parent
21a518cd35
commit
07b14d21ec
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
# tried to install files to /lib/udev, hopefully OK
|
# tried to install files to /lib/udev, hopefully OK
|
||||||
configureFlags = [ "--with-udev=$$bin/lib/udev" ];
|
configureFlags = [ "--with-udev=$$bin/lib/udev" ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://libmtp.sourceforge.net;
|
homepage = http://libmtp.sourceforge.net;
|
||||||
description = "An implementation of Microsoft's Media Transfer Protocol";
|
description = "An implementation of Microsoft's Media Transfer Protocol";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
in the form of a library suitable primarily for POSIX compliant operating
|
in the form of a library suitable primarily for POSIX compliant operating
|
||||||
systems. We implement MTP Basic, the stuff proposed for standardization.
|
systems. We implement MTP Basic, the stuff proposed for standardization.
|
||||||
'';
|
'';
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = [ ];
|
license = licenses.lgpl21;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user