mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
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:
parent
ffdcdb5124
commit
b9fc31a415
|
@ -40,5 +40,6 @@ in stdenv.mkDerivation rec {
|
|||
license = stdenv.lib.licenses.gpl3;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ bobvanderlinden rnhmjoj ];
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue