transcribe: mark as broken (#59117)

hash mismatch
This commit is contained in:
Timo Kaufmann
2019-04-07 15:42:15 +00:00
committed by GitHub
parent fb3fcca35f
commit 8eba1ed877

View File

@@ -68,5 +68,6 @@ stdenv.mkDerivation rec {
license = licenses.unfree;
platforms = platforms.linux;
maintainers = with maintainers; [ michalrus ];
broken = true;
};
}