nixpkgs/pkgs/desktops/kde-4.7/konsole.nix

13 lines
228 B
Nix
Raw Normal View History

{ automoc4, cmake, kde, kdelibs, qt4 }:
kde.package {
buildInputs = [ cmake kdelibs qt4 automoc4 ];
meta = {
description = "Konsole, the KDE terminal emulator";
license = "GPLv2";
kde.name = "konsole";
};
}