1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 22:50:49 +00:00

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;
};
}