This commit is contained in:
Domen Kožar
2014-10-23 00:13:31 +02:00
parent 80585d4599
commit efea92de19
9 changed files with 9 additions and 11 deletions

View File

@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
homepage = http://lttng.org/;
# liblttvtraceread (ltt/ directory) is distributed under the GNU LGPL v2.1.
# The rest of the LTTV package is distributed under the GNU GPL v2.
# TODO license = with licenses; [ gpl2 lgpl21 ];
license = with licenses; [ gpl2 lgpl21 ];
platforms = platforms.linux;
maintainers = [ maintainers.bjornfor ];
};