ndn-cxx: mark as broken

This commit is contained in:
xeji 2018-04-11 01:23:17 +02:00
parent 1ca9e4ae4c
commit 3edb293d8a

View File

@ -45,5 +45,6 @@ stdenv.mkDerivation {
license = licenses.lgpl3;
platforms = stdenv.lib.platforms.unix;
maintainers = [ maintainers.sjmackenzie ];
broken = true; # 2018-04-11
};
}