summary refs log tree commit diff
path: root/pkgs/applications/audio/transcribe
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2019-04-07 15:42:15 +0000
committerGitHub <noreply@github.com>2019-04-07 15:42:15 +0000
commit8eba1ed877baae748d063ff6c62b613905d13f78 (patch)
tree37444bd5d957a1e0a708a731b0bdfc847328c148 /pkgs/applications/audio/transcribe
parentfb3fcca35f9759a2f5a561e2f6e1feedf25e6cbc (diff)
downloadnixpkgs-8eba1ed877baae748d063ff6c62b613905d13f78.tar
nixpkgs-8eba1ed877baae748d063ff6c62b613905d13f78.tar.gz
nixpkgs-8eba1ed877baae748d063ff6c62b613905d13f78.tar.bz2
nixpkgs-8eba1ed877baae748d063ff6c62b613905d13f78.tar.lz
nixpkgs-8eba1ed877baae748d063ff6c62b613905d13f78.tar.xz
nixpkgs-8eba1ed877baae748d063ff6c62b613905d13f78.tar.zst
nixpkgs-8eba1ed877baae748d063ff6c62b613905d13f78.zip
transcribe: mark as broken (#59117)
hash mismatch
Diffstat (limited to 'pkgs/applications/audio/transcribe')
-rw-r--r--pkgs/applications/audio/transcribe/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/transcribe/default.nix b/pkgs/applications/audio/transcribe/default.nix
index 9a76f2d15c7..29021e870af 100644
--- a/pkgs/applications/audio/transcribe/default.nix
+++ b/pkgs/applications/audio/transcribe/default.nix
@@ -68,5 +68,6 @@ stdenv.mkDerivation rec {
     license = licenses.unfree;
     platforms = platforms.linux;
     maintainers = with maintainers; [ michalrus ];
+    broken = true;
   };
 }