Correct syntax for license specification
This commit is contained in:
parent
2336982957
commit
d89ccc1554
@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
|
||||
src = ./.;
|
||||
nativeBuildInputs = [ cmake pkgconfig ];
|
||||
buildInputs = [ boost nix ];
|
||||
meta {
|
||||
meta = {
|
||||
license = stdenv.lib.licenses.lgpl2Plus;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user