mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
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 ];
|
||||
|
||||
preConfigure = ''makeFlags="PREFIX=$out conf_dir=$out/etc/highlight"'';
|
||||
preConfigure = ''makeFlags="PREFIX=$out conf_dir=$out/etc/highlight/"'';
|
||||
|
||||
meta = {
|
||||
description = "Source code highlighting tool";
|
||||
|
|
Loading…
Reference in a new issue