bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#68948: highlight error, cannot open filetypes.conf: No such file or


From: chris
Subject: bug#68948: highlight error, cannot open filetypes.conf: No such file or directory
Date: Thu, 28 Mar 2024 04:51:54 -0700

Below changes at the highlight package resolve the issue here but may adversely 
affect "highlight-gui" functionality. Will wait for 
https://issues.guix.gnu.org/70047 before trying to proceed,
```diff
-      #:make-flags #~(let ((confdir (string-append %output
-                                                   
"/share/highlight/config/")))
-                       (list (string-append "PREFIX=" %output)
-                             (string-append "HL_CONFIG_DIR=" confdir)
-                             (string-append "conf_dir=" confdir)))
+      #:make-flags #~(list (string-append "PREFIX=" %output)
+                           (string-append "HL_CONFIG_DIR=" %output "/etc/")
+                           (string-append "conf_dir=" %output "/etc/"))
```





reply via email to

[Prev in Thread] Current Thread [Next in Thread]