quodlibet: put the name suffix where it belongs

This commit is contained in:
Evgeny Egorochkin 2016-05-16 10:03:42 +03:00
parent 98fbe83423
commit 20b410743f

View File

@ -11,8 +11,7 @@ let version = "2.6.3"; in
buildPythonApplication {
# call the package quodlibet and just quodlibet
name = "quodlibet-${version}"
+ stdenv.lib.optionalString withGstPlugins "-with-gst-plugins";
name = "quodlibet${stdenv.lib.optionalString withGstPlugins "-with-gst-plugins"}-${version}";
namePrefix = "";
# XXX, tests fail