readline-5: add license

This commit is contained in:
Markus Kowalewski 2018-10-27 15:25:36 +02:00
parent b3a1eb18d3
commit a515ac69ae
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -11,8 +11,10 @@ stdenv.mkDerivation {
propagatedBuildInputs = [ncurses];
patches = stdenv.lib.optional stdenv.isDarwin ./shobj-darwin.patch;
meta = {
meta = with stdenv.lib; {
branch = "5";
platforms = stdenv.lib.platforms.unix;
platforms = platforms.unix;
license = licenses.gpl2;
};
}