mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 15:58:36 +00:00
8 lines
137 B
Nix
8 lines
137 B
Nix
{ kde, kdelibs, libvncserver, libjpeg }:
|
|
|
|
kde {
|
|
buildInputs = [ kdelibs libvncserver libjpeg ];
|
|
|
|
patches = [ ./kdenetwork.patch ];
|
|
}
|