libsigcxx: specify that lgpl21 is lgpl21Plus

This commit is contained in:
Orivej Desh 2021-02-22 00:05:59 +00:00
parent 6e1631f62a
commit 4dfe07dada

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://libsigcplusplus.github.io/libsigcplusplus/";
description = "A typesafe callback system for standard C++";
license = licenses.lgpl21;
license = licenses.lgpl21Plus;
platforms = platforms.all;
};
}