Hi Akib,
On Tue, Jul 09 2024, Akib Azmain Turja wrote:
> (dino:14531): Gtk-WARNING **: 02:52:19.528: No IM module matching
> GTK_IM_MODULE=xim found
I have used ibus with Emacs with this code. [1] Maybe have a look at
GUIX_GTK2_IM_MODULE_FILE ?
As a fellow EXWM user, I use Emacs's own inpu
Hi, For my lab i actually manage to package the latest version (existing
package on guix are old) of python mkdocs static site generator with
mkdocs-materials theme. Mkdocs use a yaml entry to call the theme (here
mkdocs-material-theme) to use for the website generation. Both project use a
pypr
Simon Tournier writes:
Hi Simon
> Very late reply… Sorry. If the question is still unanswered. :-)
I figured a way to do it. I create a new package from the gcc package:
(define-public gcc-standalone
(package
(inherit gcc)
(name "gcc-standalone")))
this allows me to install it as a
Hi,
Sorry for the late reply.
On Sun, 12 May 2024 at 07:17, Yuval Langer
wrote:
> I am having problems generating epub because the native-input texinfo
> package does not accept the `--epub3` (or `--epub`) flag. I have
> tried adding the perl-archive-zip package as well, but that did not
> w
Hi,
Very late reply… Sorry. If the question is still unanswered. :-)
On Thu, 16 May 2024 at 15:15, Reza Housseini wrote:
> I crated a modulefile with the module command for the gcc-toolchain on a
> foreign system. Unfortunately the LD_LIBRARY_PATH of the gcc-toolchain
> package is interferin