source-highlight: fix lazy bash-completion loading when loaded through XDG_DATA_DIRS

This commit is contained in:
Sandro Jäckel 2022-07-08 13:54:44 +02:00 committed by Sandro Jäckel
parent f59089e254
commit e93e252670
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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;