depot/third_party/nixpkgs/pkgs/kde/gear/rocs/default.nix

12 lines
139 B
Nix
Raw Normal View History

{
mkKdeDerivation,
boost,
}:
mkKdeDerivation {
pname = "rocs";
extraBuildInputs = [boost];
# FIXME(qt5)
meta.broken = true;
}