popcorntime: mark as broken

A temporary measure, short of removal, until
https://github.com/NixOS/nixpkgs/issues/15120 has been resolved.
This commit is contained in:
Joachim Fasting 2016-05-03 16:07:59 +02:00
parent ffdcdb5124
commit b9fc31a415
No known key found for this signature in database
GPG Key ID: 4330820E1E04DCF4

View File

@ -40,5 +40,6 @@ in stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ bobvanderlinden rnhmjoj ];
broken = true;
};
}