popt: add license

This commit is contained in:
Markus Kowalewski 2018-10-25 22:26:53 +02:00
parent 6ff2c83d9f
commit f1fe677ab2
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -15,8 +15,9 @@ stdenv.mkDerivation rec {
doCheck = false; # fails
meta = {
meta = with stdenv.lib; {
description = "Command line option parsing library";
platforms = stdenv.lib.platforms.unix;
platforms = platforms.unix;
license = licenses.mit;
};
}