mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
8 lines
159 B
Nix
8 lines
159 B
Nix
|
{ kde, kdelibs, libvncserver, libXdamage, libXtst }:
|
||
|
|
||
|
kde {
|
||
|
buildInputs = [ kdelibs libvncserver libXdamage libXtst];
|
||
|
|
||
|
patches = [ ./kdenetwork.patch ];
|
||
|
}
|