quodlibet: use python2
This commit is contained in:
parent
bde10a9b79
commit
d1b6976eda
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, pythonPackages, intltool
|
{ stdenv, fetchurl, python2Packages, intltool
|
||||||
, gst_python, withGstPlugins ? false, gst_plugins_base ? null
|
, gst_python, withGstPlugins ? false, gst_plugins_base ? null
|
||||||
, gst_plugins_good ? null, gst_plugins_ugly ? null, gst_plugins_bad ? null }:
|
, gst_plugins_good ? null, gst_plugins_ugly ? null, gst_plugins_bad ? null }:
|
||||||
|
|
||||||
@ -9,7 +9,7 @@ assert withGstPlugins -> gst_plugins_base != null
|
|||||||
|
|
||||||
let
|
let
|
||||||
version = "2.6.3";
|
version = "2.6.3";
|
||||||
inherit (pythonPackages) buildPythonApplication python mutagen pygtk pygobject2 dbus-python;
|
inherit (python2Packages) buildPythonApplication python mutagen pygtk pygobject2 dbus-python;
|
||||||
in buildPythonApplication {
|
in buildPythonApplication {
|
||||||
# call the package quodlibet and just quodlibet
|
# call the package quodlibet and just quodlibet
|
||||||
name = "quodlibet${stdenv.lib.optionalString withGstPlugins "-with-gst-plugins"}-${version}";
|
name = "quodlibet${stdenv.lib.optionalString withGstPlugins "-with-gst-plugins"}-${version}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user