483bedccda
due to changes in Phonon and other packages. It's not really important anyway. svn path=/nixpkgs/branches/kde-4.7/; revision=28022
16 lines
379 B
Nix
16 lines
379 B
Nix
{kde, cmake, qt4, perl, shared_mime_info, kdelibs, automoc4, qca2
|
|
, kdebindings, twisted, python, pyqt4, sip, makeWrapper }:
|
|
|
|
kde.package {
|
|
|
|
# TODO: ggz
|
|
buildInputs = [ cmake qt4 perl shared_mime_info kdelibs automoc4 qca2
|
|
kdebindings twisted python pyqt4 sip makeWrapper ];
|
|
|
|
meta = {
|
|
description = "KDE Games";
|
|
license = "GPL";
|
|
kde.name = "kdegames";
|
|
};
|
|
}
|