From 8eba1ed877baae748d063ff6c62b613905d13f78 Mon Sep 17 00:00:00 2001 From: Timo Kaufmann Date: Sun, 7 Apr 2019 15:42:15 +0000 Subject: [PATCH] transcribe: mark as broken (#59117) hash mismatch --- pkgs/applications/audio/transcribe/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/audio/transcribe/default.nix b/pkgs/applications/audio/transcribe/default.nix index 9a76f2d15c73..29021e870afc 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; }; }