about summary refs log tree commit diff
path: root/pkgs/development/tools/misc/lttv
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2014-10-23 00:13:31 +0200
committerDomen Kožar <domen@dev.si>2014-10-23 00:14:09 +0200
commitefea92de19b21e62fd6e416ebcade0ec088941ce (patch)
tree0b358ab8bcfa8062eaf228109800267229ecb773 /pkgs/development/tools/misc/lttv
parent80585d4599a57a2ba61a57a2e6d6bb28844892d3 (diff)
fixes #1933
Diffstat (limited to 'pkgs/development/tools/misc/lttv')
-rw-r--r--pkgs/development/tools/misc/lttv/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/lttv/default.nix b/pkgs/development/tools/misc/lttv/default.nix
index 0096cbdbabf56..5cf8b66494182 100644
--- a/pkgs/development/tools/misc/lttv/default.nix
+++ b/pkgs/development/tools/misc/lttv/default.nix
@@ -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 ];
   };