2011-07-18 12:29:20 +02:00
|
|
|
{ automoc4, cmake, kde, kdelibs, qt4, phonon }:
|
2011-07-11 16:47:39 +02:00
|
|
|
|
|
|
|
kde.package {
|
|
|
|
|
2011-07-18 12:29:20 +02:00
|
|
|
buildInputs = [ cmake kdelibs qt4 automoc4 phonon ];
|
2011-07-11 16:47:39 +02:00
|
|
|
|
|
|
|
meta = {
|
|
|
|
description = "Konsole, the KDE terminal emulator";
|
|
|
|
license = "GPLv2";
|
|
|
|
kde.name = "konsole";
|
|
|
|
};
|
|
|
|
}
|