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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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