From b9fc31a4152a0e89c57231220c8e853606d5a5ce Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Tue, 3 May 2016 16:07:59 +0200 Subject: [PATCH] popcorntime: mark as broken A temporary measure, short of removal, until https://github.com/NixOS/nixpkgs/issues/15120 has been resolved. --- pkgs/applications/video/popcorntime/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/video/popcorntime/default.nix b/pkgs/applications/video/popcorntime/default.nix index 63c5f0460f28..5b71f9901e15 100644 --- a/pkgs/applications/video/popcorntime/default.nix +++ b/pkgs/applications/video/popcorntime/default.nix @@ -40,5 +40,6 @@ in stdenv.mkDerivation rec { license = stdenv.lib.licenses.gpl3; platforms = platforms.linux; maintainers = with maintainers; [ bobvanderlinden rnhmjoj ]; + broken = true; }; }