mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
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 {
|
buildPythonApplication {
|
||||||
# call the package quodlibet and just quodlibet
|
# call the package quodlibet and just quodlibet
|
||||||
name = "quodlibet-${version}"
|
name = "quodlibet${stdenv.lib.optionalString withGstPlugins "-with-gst-plugins"}-${version}";
|
||||||
+ stdenv.lib.optionalString withGstPlugins "-with-gst-plugins";
|
|
||||||
namePrefix = "";
|
namePrefix = "";
|
||||||
|
|
||||||
# XXX, tests fail
|
# XXX, tests fail
|
||||||
|
Loading…
Reference in New Issue
Block a user