···1717 # tried to install files to /lib/udev, hopefully OK
1818 configureFlags = [ "--with-udev=$$bin/lib/udev" ];
19192020- meta = {
2020+ meta = with stdenv.lib; {
2121 homepage = http://libmtp.sourceforge.net;
2222 description = "An implementation of Microsoft's Media Transfer Protocol";
2323 longDescription = ''
···2525 in the form of a library suitable primarily for POSIX compliant operating
2626 systems. We implement MTP Basic, the stuff proposed for standardization.
2727 '';
2828- platforms = stdenv.lib.platforms.unix;
2929- maintainers = [ ];
2828+ platforms = platforms.unix;
2929+ license = licenses.lgpl21;
3030 };
3131}