GNU bug report logs - #51183
lagrange: fribidi and harfbuzz dependencies?

Previous Next

Package: guix;

Reported by: Christopher Howard <christopher <at> librehacker.com>

Date: Wed, 13 Oct 2021 15:23:02 UTC

Severity: normal

Done: Christopher Howard <christopher <at> librehacker.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Christopher Howard <christopher <at> librehacker.com>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>, 51183 <at> debbugs.gnu.org
Subject: bug#51183: lagrange: fribidi and harfbuzz dependencies?
Date: Wed, 13 Oct 2021 15:40:07 -0800
Hello, the following did NOT work:

```
(use-modules (guix packages))
(use-modules (gnu packages web-browsers))
(use-modules (gnu packages gtk))
(use-modules (gnu packages fribidi))

(packages->manifest
 (list
  (package
   (inherit lagrange)
   (inputs 
    `(("harfbuzz" ,harfbuzz)
      ("fribidi" , fribidi)
      ,@(package-inputs lagrange))))))
```

The package does build, but the problem remains with the script being
displayed in the wrong direction.

I'm am greatly curious if there are more configure time options that
need to be set in relation to this. This paragraph indicates there are
related configure options:

https://github.com/skyjake/lagrange#unicode-text-rendering





This bug report was last modified 280 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.