highlight: fixes an issue locating the default conf_dir, closes #8385
This commit is contained in:
parent
5988dda30f
commit
e14c8fd368
@ -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…
x
Reference in New Issue
Block a user