7 lines
98 B
Nix
7 lines
98 B
Nix
{ mkKdeDerivation }:
|
|
mkKdeDerivation {
|
|
pname = "marble";
|
|
# FIXME(qt5)
|
|
meta.broken = true;
|
|
}
|