2012-01-06 22:50:10 +01:00
|
|
|
{ kde, kdelibs, qca2, twisted, pythonPackages, sip, makeWrapper, pykde4,
|
2012-01-14 19:03:48 +01:00
|
|
|
openal, libsndfile, qhull, sqlite, pkgconfig }:
|
2012-01-06 22:50:10 +01:00
|
|
|
|
|
|
|
kde rec {
|
|
|
|
buildInputs = [ kdelibs qca2 pythonPackages.python pythonPackages.wrapPython
|
2012-01-14 19:03:48 +01:00
|
|
|
openal libsndfile qhull sqlite ] ++ pythonPath;
|
2012-01-06 22:50:10 +01:00
|
|
|
|
|
|
|
pythonPath = [ pythonPackages.twisted pykde4 ];
|
|
|
|
|
2012-12-28 19:20:09 +01:00
|
|
|
nativeBuildInputs = [ pkgconfig ];
|
2012-01-14 19:03:48 +01:00
|
|
|
|
2012-01-06 22:50:10 +01:00
|
|
|
# TODO: ggz
|
|
|
|
|
|
|
|
postInstall = "wrapPythonPrograms";
|
|
|
|
|
|
|
|
meta = {
|
|
|
|
description = "KDE Games";
|
|
|
|
license = "GPL";
|
|
|
|
};
|
|
|
|
}
|