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