b6648e207d
Mostly automatic update. The only manual change caused by some movements on projects.kde.org. Untested. svn path=/nixpkgs/trunk/; revision=29179
12 lines
153 B
Nix
12 lines
153 B
Nix
{ kde, kdelibs }:
|
|
|
|
kde {
|
|
|
|
buildInputs = [ kdelibs ];
|
|
|
|
meta = {
|
|
description = "Konsole, the KDE terminal emulator";
|
|
license = "GPLv2";
|
|
};
|
|
}
|