root: add license
This commit is contained in:
parent
1cff2dd135
commit
70e254d6bd
|
@ -67,10 +67,11 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
setupHook = ./setup-hook.sh;
|
setupHook = ./setup-hook.sh;
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://root.cern.ch/;
|
homepage = https://root.cern.ch/;
|
||||||
description = "A data analysis framework";
|
description = "A data analysis framework";
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with stdenv.lib.maintainers; [ veprbl ];
|
maintainers = [ maintainers.veprbl ];
|
||||||
|
license = licenses.lgpl21;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue