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