quodlibet: put the name suffix where it belongs
This commit is contained in:
parent
98fbe83423
commit
20b410743f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user