mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-29 09:04:17 +00:00
810ab36e24
svn path=/nixpkgs/trunk/; revision=31563
8 lines
137 B
Nix
8 lines
137 B
Nix
{ kde, kdelibs, libvncserver, libjpeg }:
|
|
|
|
kde {
|
|
buildInputs = [ kdelibs libvncserver libjpeg ];
|
|
|
|
patches = [ ./kdenetwork.patch ];
|
|
}
|