1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00
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";
};
}