* Update kdeadmin and kdegames.

svn path=/nixpkgs/branches/kde-4.7/; revision=27898
This commit is contained in:
Eelco Dolstra
2011-07-22 01:28:09 +00:00
parent a75f9edd10
commit 9379248ef3
8 changed files with 74 additions and 47 deletions
@@ -2,6 +2,7 @@
, makeWrapper, pygobject, pygtk, docbook_xml_dtd_412, docbook_xsl
, pythonDBus, libxml2, desktop_file_utils, libusb, cups, pycups
, xz, pythonPackages
, withGUI ? true
}:
stdenv.mkDerivation rec {
@@ -18,7 +19,9 @@ stdenv.mkDerivation rec {
pythonPackages.python pythonPackages.wrapPython
];
pythonPath = [ pythonDBus pycups pygtk pythonPackages.notify ];
pythonPath =
[ pythonDBus pycups pygobject ]
++ stdenv.lib.optionals withGUI [ pygtk pythonPackages.notify ];
configureFlags = "--with-udev-rules";