2011-08-19 17:42:58 +02:00
|
|
|
{ kde, kdelibs, qca2, twisted, pythonPackages, sip, makeWrapper, pykde4,
|
2012-02-19 10:22:33 +01:00
|
|
|
openal, libsndfile, qhull, sqlite, pkgconfig }:
|
2011-08-15 20:06:26 +02:00
|
|
|
|
|
|
|
kde rec {
|
|
|
|
buildInputs = [ kdelibs qca2 pythonPackages.python pythonPackages.wrapPython
|
2012-02-19 10:22:33 +01:00
|
|
|
openal libsndfile qhull sqlite ] ++ pythonPath;
|
2011-08-15 20:06:26 +02:00
|
|
|
|
2011-08-19 17:42:58 +02:00
|
|
|
pythonPath = [ pythonPackages.twisted pykde4 ];
|
2011-08-15 20:06:26 +02:00
|
|
|
|
2012-02-19 10:22:33 +01:00
|
|
|
buildNativeInputs = [ pkgconfig ];
|
|
|
|
|
2011-08-15 20:06:26 +02:00
|
|
|
# TODO: ggz
|
|
|
|
|
|
|
|
postInstall = "wrapPythonPrograms";
|
|
|
|
|
|
|
|
meta = {
|
|
|
|
description = "KDE Games";
|
|
|
|
license = "GPL";
|
|
|
|
};
|
|
|
|
}
|