all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: chris <chris@bumblehead.com>
To: 68948@debbugs.gnu.org
Cc: chris@bumblehead.com
Subject: bug#68948: highlight error, cannot open filetypes.conf: No such file or directory
Date: Thu, 28 Mar 2024 04:51:54 -0700	[thread overview]
Message-ID: <ZgVZ2jYkprFBQkqQ@guix-xps> (raw)
In-Reply-To: <ZcIRii9JpxqWrGSk@guix-xps>

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/"))
```




  parent reply	other threads:[~2024-03-28 12:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-06 11:01 bug#68948: highlight error, cannot open filetypes.conf: No such file or directory chris
2024-03-27 20:58 ` bug#68948: temp fix chris
2024-03-28 11:51 ` chris [this message]
     [not found] <87ttmk2dqd.fsf@sarg.org.ru>
2024-02-08  2:02 ` bug#68948: highlight error, cannot open filetypes.conf: No such file or directory chris

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZgVZ2jYkprFBQkqQ@guix-xps \
    --to=chris@bumblehead.com \
    --cc=68948@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.