mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-14 08:54:46 +00:00
8 lines
120 B
Nix
8 lines
120 B
Nix
|
{ kde, kdelibs, libvncserver }:
|
||
|
|
||
|
kde {
|
||
|
buildInputs = [ kdelibs libvncserver ];
|
||
|
|
||
|
patches = [ ./kdenetwork.patch ];
|
||
|
}
|