mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-10 15:04:44 +00:00
ce77225e21
This is the thing you want to look at.
7 lines
102 B
Nix
7 lines
102 B
Nix
{mkKdeDerivation}:
|
|
mkKdeDerivation {
|
|
pname = "kipi-plugins";
|
|
# FIXME(qt5)
|
|
meta.broken = true;
|
|
}
|