bug#35750: `guix import hackage` is unaware of metadata revisions

2019-06-13 Thread Timothy Sample
Hi Robert, Robert Vollmert writes: > As far as I can tell, `guix import hackage` imports the first revision > of a hackage > release. > > I suggest aiming to import the latest cabal revision from hackage, as > already supported by haskell-build-system via the #:cabal-version > argument. Thanks

bug#36199: Newsboat: HTTPS urls broken

2019-06-13 Thread Robert Smith
Version information: (from `newsboat --version`) newsboat 2.13.0 System: Linux 5.1.7-gnu (x86_64) Compiler: g++ 5.5.0 ncurses: ncurses 6.1.20180127 (compiled with 6.1) libcurl: libcurl/7.65.0 GnuTLS/3.6.5 zlib/1.2.11 libidn2/2.0.5 nghttp2/1.35.1 (compiled with 7.63.0) SQLite: 3.26.0 (compiled w

bug#35640: Make USB modems just work on Guix

2019-06-13 Thread pelzflorian (Florian Pelz)
On Thu, Jun 13, 2019 at 08:04:52PM +0200, pelzflorian (Florian Pelz) wrote: > Find attached patches taking into account your suggestions. (The > second patch is unchanged.) > Forgot attachment. Sorry. >From 27aff97683537407c178ea2b664069def0cf141a Mon Sep 17 00:00:00 2001 From: Florian Pelz Da

bug#35640: Make USB modems just work on Guix

2019-06-13 Thread pelzflorian (Florian Pelz)
Find attached patches taking into account your suggestions. (The second patch is unchanged.) On Wed, Jun 12, 2019 at 11:11:16PM +0200, Ludovic Courtès wrote: > > + ;; wrap-program needs bash in PATH: > > + (putenv (string-append "PATH=" #$bash "/bin")) > > Why d

bug#36137: grub-efi doesn't understand my keyboard-layout

2019-06-13 Thread Ludovic Courtès
Hi, Julien Lepiller skribis: > Le 8 juin 2019 21:45:46 GMT+02:00, "Ludovic Courtès" a écrit : >>Could you do: >> >>drv="$(guix gc -R $(guix system build -nd /etc/config.scm) | grep >>'grub-keymap.*\.drv$')" >> guix build --log-file $drv >> >>and post that log? >> >>Thanks, >>Ludo’. > > guix gc

bug#36180: Problem with non ASCII chars in Libreoffice and zsh on foreign distro

2019-06-13 Thread Andréas Livet
Good catch for Libreoffice, I didn't thought about that since I use to open LO files with Thunar (it raise an other question : how to set GUIX_LOCPATH for applications that I do not from command line, but it's not related to guix). I just have to add GUIX_LOCPATH to ~/.xsessionrc and it wor

bug#36180: Problem with non ASCII chars in Libreoffice and zsh on foreign distro

2019-06-13 Thread Andréas Livet
Hello Ludo, Thanks for your reply ! Did you install ‘glibc-locales’ and set ‘GUIX_LOCPATH’ as explained in: https://gnu.org/software/guix/manual/en/html_node/Application-Setup.html#Locales ? Yes You must make sure ‘GUIX_LOCPATH’ is defined in the environment of LibreOffice and zsh. G

bug#36180: Problem with non ASCII chars in Libreoffice and zsh on foreign distro

2019-06-13 Thread Ludovic Courtès
Hello Andréas, Andréas Livet skribis: > It works pretty well but I'm having some trouble with non ASCII > characters in filenames. > > * I can't open files with non ASCII characters in LibreOffice > > * I can't type non ASCII characters in zsh (though I can with guix > installed bash) Did you i

bug#36100: Jami leaks memory

2019-06-13 Thread Ludovic Courtès
Hi sirgazil, sirgazil skribis: > > > I thought that maybe this bug report could be used as a reminder to > update the package definition of Jami in Guix to a version that fixes the > leak? > > > > I think it’s better if the bug report is actionable. > > > Sorry, Ludo, I don't understand