mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +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 ];
|
|
}
|