I’m closing this as eureka-editor has already been added to the Guix
package collection.
--
Ricardo
Hi nee,
> Hello, attached is a package definition that fails because substitute*
> throws an error. The file I try to substitute* on has some names with
> special signs like ë and é that might be related?
You could try something like this:
;; This file is ISO-8859-1 encoded.
(with-fluids
Hi,
nee skribis:
> Hello, attached is a package definition that fails because substitute*
> throws an error. The file I try to substitute* on has some names with
> special signs like ë and é that might be related?
Most likely the file in question is not UTF-8-encoded, whereas
‘substitute*’ defa
Hello, attached is a package definition that fails because substitute*
throws an error. The file I try to substitute* on has some names with
special signs like ë and é that might be related?
I also included a sed workaround which can be uncommented and works
perfectly fine, so the itself file is no