mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 09:03:42 +00:00
12 lines
157 B
Nix
12 lines
157 B
Nix
{ kde, kdelibs }:
|
|
|
|
kde {
|
|
buildInputs = [ kdelibs ];
|
|
|
|
enableParallelBuilding = false;
|
|
|
|
meta = {
|
|
description = "KDE free disk space utility";
|
|
};
|
|
}
|