mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-06 04:53:27 +00:00
7 lines
96 B
Nix
7 lines
96 B
Nix
{ mkKdeDerivation }:
|
|
mkKdeDerivation {
|
|
pname = "kmix";
|
|
# FIXME(qt5)
|
|
meta.broken = true;
|
|
}
|