mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-19 03:48:57 +00:00
8 lines
93 B
Nix
8 lines
93 B
Nix
|
{ kde, kdelibs }:
|
||
|
|
||
|
kde {
|
||
|
buildInputs = [ kdelibs ];
|
||
|
|
||
|
patches = [ ./kdenetwork.patch ];
|
||
|
}
|