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;
|
license = stdenv.lib.licenses.gpl3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ bobvanderlinden rnhmjoj ];
|
maintainers = with maintainers; [ bobvanderlinden rnhmjoj ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue