Pass sqlite and pkgconfig to kdegames
svn path=/nixpkgs/trunk/; revision=31554
This commit is contained in:
parent
4dfdbed318
commit
e36b7005cc
@ -1,12 +1,14 @@
|
|||||||
{ kde, kdelibs, qca2, twisted, pythonPackages, sip, makeWrapper, pykde4,
|
{ kde, kdelibs, qca2, twisted, pythonPackages, sip, makeWrapper, pykde4,
|
||||||
openal, libsndfile, qhull }:
|
openal, libsndfile, qhull, sqlite, pkgconfig }:
|
||||||
|
|
||||||
kde rec {
|
kde rec {
|
||||||
buildInputs = [ kdelibs qca2 pythonPackages.python pythonPackages.wrapPython
|
buildInputs = [ kdelibs qca2 pythonPackages.python pythonPackages.wrapPython
|
||||||
openal libsndfile qhull ] ++ pythonPath;
|
openal libsndfile qhull sqlite ] ++ pythonPath;
|
||||||
|
|
||||||
pythonPath = [ pythonPackages.twisted pykde4 ];
|
pythonPath = [ pythonPackages.twisted pykde4 ];
|
||||||
|
|
||||||
|
buildNativeInputs = [ pkgconfig ];
|
||||||
|
|
||||||
# TODO: ggz
|
# TODO: ggz
|
||||||
|
|
||||||
postInstall = "wrapPythonPrograms";
|
postInstall = "wrapPythonPrograms";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user