buildPythonApplication: use new function for Python applications

This commit is contained in:
Frederik Rietdijk
2016-02-19 13:16:41 +01:00
parent dda9f0ba23
commit 4d06bf70f4
133 changed files with 195 additions and 195 deletions
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, python, buildPythonPackage, mutagen, pygtk, pygobject, intltool
{ stdenv, fetchurl, python, buildPythonApplication, mutagen, pygtk, pygobject, intltool
, pythonDBus, gst_python, withGstPlugins ? false, gst_plugins_base ? null
, gst_plugins_good ? null, gst_plugins_ugly ? null, gst_plugins_bad ? null }:
@@ -9,7 +9,7 @@ assert withGstPlugins -> gst_plugins_base != null
let version = "2.6.3"; in
buildPythonPackage {
buildPythonApplication {
# call the package quodlibet and just quodlibet
name = "quodlibet-${version}"
+ stdenv.lib.optionalString withGstPlugins "-with-gst-plugins";