lol

Merge pull request #180995 from SuperSandro2000/source-highlight-completion

source-highlight: fix lazy bash-completion loading when loaded throug…

authored by

Sandro and committed by
GitHub
b77d1e2a e49f14d7

+1 -1
+1 -1
pkgs/tools/text/source-highlight/default.nix
··· 39 39 40 40 configureFlags = [ 41 41 "--with-boost=${boost.out}" 42 - "--with-bash-completion=${placeholder "out"}/share/bash_completion.d" 42 + "--with-bash-completion=${placeholder "out"}/share/bash-completion/completions" 43 43 ]; 44 44 45 45 doCheck = true;