highlight: fixes an issue locating the default conf_dir, closes #8385

This commit is contained in:
tv@shackspace.de
2015-06-24 17:19:56 +02:00
committed by Rok Garbas
parent 5988dda30f
commit e14c8fd368
+1 -1
View File
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
buildInputs = [ getopt lua boost pkgconfig ];
preConfigure = ''makeFlags="PREFIX=$out conf_dir=$out/etc/highlight"'';
preConfigure = ''makeFlags="PREFIX=$out conf_dir=$out/etc/highlight/"'';
meta = {
description = "Source code highlighting tool";