root: add license

This commit is contained in:
Markus Kowalewski 2018-09-08 14:51:28 +02:00
parent 1cff2dd135
commit 70e254d6bd
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -67,10 +67,11 @@ stdenv.mkDerivation rec {
setupHook = ./setup-hook.sh;
meta = {
meta = with stdenv.lib; {
homepage = https://root.cern.ch/;
description = "A data analysis framework";
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ veprbl ];
platforms = platforms.unix;
maintainers = [ maintainers.veprbl ];
license = licenses.lgpl21;
};
}