Literate: mark as broken

Incompatible with our dlang compiler, see https://github.com/NixOS/nixpkgs/pull/45355#issuecomment-414285384
This commit is contained in:
Jörg Thalheim 2018-08-20 14:05:02 +01:00
parent 3cfc8443e8
commit bbf5f232e0

View File

@ -18,5 +18,6 @@ stdenv.mkDerivation {
homepage = http://literate.zbyedidia.webfactional.com/;
license = licenses.mit;
platforms = platforms.unix;
broken = true; # 2018-08-20 (https://github.com/NixOS/nixpkgs/pull/45355#issuecomment-414285384)
};
}