mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
Move yakuake to pkgs
svn path=/nixpkgs/trunk/; revision=23331
This commit is contained in:
parent
682e4ae09e
commit
3537d94672
@ -8,12 +8,12 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0azzvbh3jwz8yhn6gqd46ya7589sadfjyysw230vlf0zlfipdlvd";
|
||||
};
|
||||
|
||||
buildInputs = [ kdelibs cmake gettext perl automoc4 qt4 phonon stdenv.gcc.libc ];
|
||||
buildInputs = [ kdelibs cmake gettext perl automoc4 qt4 phonon ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = {
|
||||
homepage = http://yakuake.kde.org;
|
||||
description = "Quad-style terminal emulator for KDE";
|
||||
maintainers = [ maintainers.urkud ];
|
||||
platforms = platforms.linux;
|
||||
inherit (kdelibs.meta) platforms;
|
||||
maintainers = [ stdenv.lib.maintainers.urkud ];
|
||||
};
|
||||
}
|
@ -6354,6 +6354,8 @@ let
|
||||
qgis = qgisReleased;
|
||||
};
|
||||
|
||||
yakuake = newScope pkgs.kde4 ../applications/misc/yakuake { };
|
||||
|
||||
zapping = callPackage ../applications/video/zapping {
|
||||
inherit (gnome) scrollkeeper libgnomeui libglade esound;
|
||||
teletextSupport = true;
|
||||
|
Loading…
Reference in New Issue
Block a user