highlight: fixes an issue locating the default conf_dir, closes #8385
This commit is contained in:
parent
5988dda30f
commit
e14c8fd368
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [ getopt lua boost pkgconfig ];
|
buildInputs = [ getopt lua boost pkgconfig ];
|
||||||
|
|
||||||
preConfigure = ''makeFlags="PREFIX=$out conf_dir=$out/etc/highlight"'';
|
preConfigure = ''makeFlags="PREFIX=$out conf_dir=$out/etc/highlight/"'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Source code highlighting tool";
|
description = "Source code highlighting tool";
|
||||||
|
|
Loading…
Reference in a new issue