mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 17:10:27 +00:00
8 lines
93 B
Nix
8 lines
93 B
Nix
{ kde, kdelibs }:
|
|
|
|
kde {
|
|
buildInputs = [ kdelibs ];
|
|
|
|
patches = [ ./kdenetwork.patch ];
|
|
}
|