set all licenses to be attributes (and wait for Nix 1.7)

This commit is contained in:
Domen Kozar
2014-03-12 21:20:43 +01:00
parent b13a5d4cca
commit 059e8e179b
10 changed files with 37 additions and 23 deletions
@@ -23,9 +23,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Linux kernel modules for LTTng tracing";
homepage = http://lttng.org/;
# TODO: Add "mit" to the license list once the license attr set vs string
# decision has been made. (Having "mit" there breaks hydra evaluation.)
license = with licenses; [ lgpl21 gpl2 ];
# TODO license = with licenses; [ lgpl21 gpl2 mit ];
platforms = platforms.linux;
maintainers = [ maintainers.bjornfor ];
};