mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-29 00:53:57 +00:00
7 lines
98 B
Nix
7 lines
98 B
Nix
{ mkKdeDerivation }:
|
|
mkKdeDerivation {
|
|
pname = "ktouch";
|
|
# FIXME(qt5)
|
|
meta.broken = true;
|
|
}
|