lttng-modules: Mark as broken

These do not build for any kernel:

  http://hydra.nixos.org/eval/1149989?filter=lttng&compare=1149981
This commit is contained in:
Eelco Dolstra 2014-08-30 23:14:17 +02:00
parent cafeb8e4f5
commit 4b7f1a9be3

@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
# TODO license = with licenses; [ lgpl21 gpl2 mit ];
platforms = platforms.linux;
maintainers = [ maintainers.bjornfor ];
broken = true;
};
}