readline-5: add license
This commit is contained in:
parent
b3a1eb18d3
commit
a515ac69ae
@ -11,8 +11,10 @@ stdenv.mkDerivation {
|
|||||||
propagatedBuildInputs = [ncurses];
|
propagatedBuildInputs = [ncurses];
|
||||||
|
|
||||||
patches = stdenv.lib.optional stdenv.isDarwin ./shobj-darwin.patch;
|
patches = stdenv.lib.optional stdenv.isDarwin ./shobj-darwin.patch;
|
||||||
meta = {
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
branch = "5";
|
branch = "5";
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user