source-highlight: fix lazy bash-completion loading when loaded through XDG_DATA_DIRS
This commit is contained in:
parent
f59089e254
commit
e93e252670
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--with-boost=${boost.out}"
|
"--with-boost=${boost.out}"
|
||||||
"--with-bash-completion=${placeholder "out"}/share/bash_completion.d"
|
"--with-bash-completion=${placeholder "out"}/share/bash-completion/completions"
|
||||||
];
|
];
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
Loading…
Reference in a new issue