Merge pull request #180995 from SuperSandro2000/source-highlight-completion
source-highlight: fix lazy bash-completion loading when loaded throug…
This commit is contained in:
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
configureFlags = [
|
||||
"--with-boost=${boost.out}"
|
||||
"--with-bash-completion=${placeholder "out"}/share/bash_completion.d"
|
||||
"--with-bash-completion=${placeholder "out"}/share/bash-completion/completions"
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
Reference in New Issue
Block a user