summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/text/highlight
diff options
context:
space:
mode:
authortv@shackspace.de <tv@shackspace.de>2015-06-18 16:07:55 +0200
committerRok Garbas <rok@garbas.si>2015-06-24 17:19:56 +0200
commite14c8fd368b369f97b86b535f4c724d6895635d9 (patch)
treee26c00f53c0b335c925ad3633861d10c54ff9fda /pkgs/tools/text/highlight
parent5988dda30fdd7480d9a3fae146fbdcf71cb0ede1 (diff)
highlight: fixes an issue locating the default conf_dir, closes #8385
Diffstat (limited to 'pkgs/tools/text/highlight')
-rw-r--r--pkgs/tools/text/highlight/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/highlight/default.nix b/pkgs/tools/text/highlight/default.nix
index 585f501e1fcd..debf862672ce 100644
--- a/pkgs/tools/text/highlight/default.nix
+++ b/pkgs/tools/text/highlight/default.nix
@@ -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";