bash-completion: change attribute name

This changes the attribute name of bash-completion from `bashCompletion`
to `bash-completion`. Keeps `bashCompletion` as an alias for the new
name.
This commit is contained in:
Robert Helgesson
2016-09-28 17:46:29 +02:00
parent dbe350f5d0
commit e8817a2d20
7 changed files with 11 additions and 10 deletions
+2 -2
View File
@@ -19,7 +19,7 @@
, enableAlternatives ? false
, enableCopyArtifacts ? false
, bashInteractive, bashCompletion
, bashInteractive, bash-completion
}:
assert enableAcoustid -> pythonPackages.pyacoustid != null;
@@ -70,7 +70,7 @@ let
allEnabledPlugins = pluginsWithoutDeps ++ enabledOptionalPlugins;
testShell = "${bashInteractive}/bin/bash --norc";
completion = "${bashCompletion}/share/bash-completion/bash_completion";
completion = "${bash-completion}/share/bash-completion/bash_completion";
in pythonPackages.buildPythonApplication rec {
name = "beets-${version}";