Re: Configuring geiser for load paths of Guix environment

2022-08-01 Thread Csepp
Olivier Dion via writes: > Hi, > > Say I have a .guix.scm in my project with something like > (specifications->manifest (list "guile" "guile-fibers" "guile-gcrypt")) > > If I want to develop with Geiser, it needs to find these modules in its > load paths. My solution to this problem is the

Re: Guix as a native-inputs ?

2022-08-01 Thread Olivier Dion via
On Mon, 01 Aug 2022, Tobias Geerinckx-Rice wrote: > As ( implies, it's a strange thing to do. There might be a better > solution to whatever your unspecified problem is. Here's my full use case. I do dynamic binary instrumentation. I basicaly insert call/jump at runtime in programs for

Re: Want to test Racket/Chez on powerpc64le?

2022-08-01 Thread Efraim Flashner
On Mon, Aug 01, 2022 at 03:46:21PM -0400, Philip McGrath wrote: > Hi folks, > > I have a patch series at https://gitlab.com/philip1/guix-patches/-/tree/zuo > for the Racket 8.5.900 release candidate for the imminent Racket 8.6 > release.[1] The patch series also enables Racket CS and the >

Re: Guix as a native-inputs ?

2022-08-01 Thread Tobias Geerinckx-Rice
Hi Olivier, Olivier Dion via 写道: I would like to use guix as a native-inputs for a package. As ( implies, it's a strange thing to do. There might be a better solution to whatever your unspecified problem is. Is there any issue with that? Only that the ‘guix’ package in guix is older

Re: "user with UID not found" error

2022-08-01 Thread Ricardo Wurmus
>Or do you recommend a different way to run NSCD and SSSD at the same time on >RHEL/CentOS systems? You only need to start it. We don't use it as a cache. We are only interested in its network interface for use with glibc. -- Ricardo

Want to test Racket/Chez on powerpc64le?

2022-08-01 Thread Philip McGrath
Hi folks, I have a patch series at https://gitlab.com/philip1/guix-patches/-/tree/zuo for the Racket 8.5.900 release candidate for the imminent Racket 8.6 release.[1] The patch series also enables Racket CS and the 'chez-scheme-for-racket' package on systems they haven't supported until now,

Re: Guix as a native-inputs ?

2022-08-01 Thread (
Although, what's your use-case for that anyway? -- (

Re: Guix as a native-inputs ?

2022-08-01 Thread (
On Mon Aug 1, 2022 at 7:45 PM BST, Olivier Dion via wrote: > I would like to use guix as a native-inputs for a package. Is there any > issue with that? Nope :) -- (

Re: substitute for Skype

2022-08-01 Thread Luis Felipe
Hi Gottfried, On Monday, August 1st, 2022 at 15:47, Gottfried wrote: > Has somebody got experience with Jami or Mumble? I've used Jami until recently. As other people already mentioned, installing the "jami" package should be enough. I only used it to converse with one person at a time, not

Guix as a native-inputs ?

2022-08-01 Thread Olivier Dion via
Hi, I would like to use guix as a native-inputs for a package. Is there any issue with that? -- Olivier Dion oldiob.dev

Re: "user with UID not found" error

2022-08-01 Thread Jack Hill
On Mon, 1 Aug 2022, Christopher Batten wrote: On Jul 27, 2022, at 8:44 AM, Ricardo Wurmus wrote: Hi Christopher, Turns out we are using SSSD not NCSD on our Linux systems. It seems to be working fine: You will need to run NSCD if you want Guix software to be able to talk to the system’s

Re: "user with UID not found" error

2022-08-01 Thread Christopher Batten
>>> > On Jul 27, 2022, at 8:44 AM, Ricardo Wurmus wrote: >>> > >>> > Hi Christopher, >>> > >>> >> Turns out we are using SSSD not NCSD on our Linux systems. It seems to >>> >> be working fine: >>> > >>> > You will need to run NSCD if you want Guix software to be able to talk >>> > to the

Configuring geiser for load paths of Guix environment

2022-08-01 Thread Olivier Dion via
Hi, Say I have a .guix.scm in my project with something like (specifications->manifest (list "guile" "guile-fibers" "guile-gcrypt")) If I want to develop with Geiser, it needs to find these modules in its load paths. My solution to this problem is the following .geiser at the project root:

Re: substitute for Skype

2022-08-01 Thread Maxim Cournoyer
Hi Gottfried, Gottfried writes: > Thanks for all answers, > > I want to use my laptop and talk to somebody or even exeptionally to > others (several people) in a room, connected through one > laptop. (through more laptops - I haven't done it yet, so I don't > know) > > Earlier I used Skype. > >

Re: substitute for Skype

2022-08-01 Thread (
On Mon Aug 1, 2022 at 4:47 PM BST, Gottfried wrote: > 1 for mumble, 9 for murmur, which belong together, as far as I > understand it. Murmur is a non-cryptographic hash function which has absolutely nothing to do with Mumble (though it's entirely possible Mumble uses a MurmurHash somewhere)...

Re: substitute for Skype

2022-08-01 Thread Gottfried
Hi Guixers, Sorry, I forgot to mention "mumble" besides "Jami" and "Jitsi Meet". Only Jami and Mumble are available in Guix. mumble: Version 1.4.230 Defined at gnu/packages/telephony.scm:556 (guix channel) Installation command: guix install mumble

Re: substitute for Skype

2022-08-01 Thread (
On Mon Aug 1, 2022 at 4:26 PM BST, Gottfried wrote: > jami 20220726.1515.da8d1da Qt Jami client https://jami.net You want this one. The rest are all internal things, except for: > jami-gnome20220726.1515.da8d1da Qt Jami client https://jami.net which is a legacy client, based on GTK.

Re: substitute for Skype

2022-08-01 Thread Gottfried
Thanks for all answers, I want to use my laptop and talk to somebody or even exeptionally to others (several people) in a room, connected through one laptop. (through more laptops - I haven't done it yet, so I don't know) Earlier I used Skype. Jitsi Meet isn't in guix. But Jami is there.

Re: substitute for Skype

2022-08-01 Thread Maxim Cournoyer
Hi Gottfried, "(" writes: > On Mon Aug 1, 2022 at 12:55 PM BST, Akib Azmain Turja wrote: >> There is a software named Jitsi Meet, through I think that's not what >> you want. > Also, Jitsi only really has a web application. (There *is* a desktop app, > but it's written in Java and appears to be

Re: substitute for Skype

2022-08-01 Thread (
On Mon Aug 1, 2022 at 12:55 PM BST, Akib Azmain Turja wrote: > There is a software named Jitsi Meet, through I think that's not what > you want. Also, Jitsi only really has a web application. (There *is* a desktop app, but it's written in Java and appears to be abandoned, and it's not in Guix.)

Re: substitute for Skype

2022-08-01 Thread Akib Azmain Turja
Gottfried writes: > Hi Guixers, > > is there a substitute for Skype available in Guix? > > I don't want to use Skype as a Microsoft Programm. > > Gottfried > > There is a software named Jitsi Meet, through I think that's not what you want. -- Akib Azmain Turja Find me on Mastodon at

Re: substitute for Skype

2022-08-01 Thread (
On Mon Aug 1, 2022 at 12:00 PM BST, Gottfried wrote: > is there a substitute for Skype available in Guix? Try GNU Jami or Mumble. (Not sure how good these are, I just know that they do video conferencing.) -- (

substitute for Skype

2022-08-01 Thread Gottfried
Hi Guixers, is there a substitute for Skype available in Guix? I don't want to use Skype as a Microsoft Programm. Gottfried OpenPGP_0x61FAF349C9FB7F94.asc Description: OpenPGP public key OpenPGP_signature Description: OpenPGP digital signature

Using pass with tomb into guix home ? RW problems

2022-08-01 Thread Sébastien Rey-Coyrehourcq
Hi guix ! I continue to dig into guix home, and thanks of ~dominicm src hut dotfile repo (Yubikey config works !) and your help on previous message on this mailling list, everything goes pretty well … But … actually, i’m stuck with a mutable configuration with my password management. Using