Re: package store directory in custom location

2023-02-26 Thread Julien Lepiller
Hi Andy, so you could change the store location, but it would just create the same stone structure as /gnu/store elsewhere, with the same issues and no substitutes. Instead you could try to create a relocatable pack of python, and untar it somewhere writable. There might be a small runtime pena

Re: limited compiler-rt support in llvm-15?

2023-02-26 Thread Efraim Flashner
On Tue, Feb 21, 2023 at 12:22:55AM +, Haugen, Kjetil via wrote: > [AMD Official Use Only - General] > > Hello! > > I'm in the process creating guix packages for rocm using upstream clang. I > noticed that for clang-runtime-15, guix now explicitly deletes all static > libraries which makes t

Re: Problems with Gnome Authenticator 2FA

2023-02-26 Thread Eugen Stan
On 23.02.2023 01:00, Wojtek Kosior via wrote: guix show keepassxc Hi, keepassxc is quite nice. I am using the Debian version, not the guix version. Most services supporting TOTP conforming with RFC also have a plain text 2FA setup code (besides the normal QR setup code) . keepassxc also ha

Re: Coreboot,T440P & GUIX installer

2023-02-26 Thread Wil deBeest
22 Feb 2023 18:35:03 jerome moliere : > Hi all, > I just bought a refurbished machine (T440P) with Coreboot to run a fully > open source experience... > Experience is not so good for the moment, because I am stuck in the third > or fourth screen of the GUIX installer during network detection. >

Re: attempt to scan in Guix

2023-02-26 Thread Felix Lechner via
Hi Gottfried, On Sat, Feb 25, 2023 at 1:41 AM Gottfried wrote: > > How would be the command to use libsane directly in the terminal? I think the command to list the detected scanners is 'scanimage -L' but my memory isn't perfect. It would be best to consult the documentation. Kind regards Felix

Re: attempt to scan in Guix

2023-02-26 Thread Gottfried
Hi, thank you very much. It was the right command. scanimage -L but it didn’t find a scanner: No scanners were identified --- with sudo it found my printer/scanner sudo scanimage -L Passwort: device `hpaio:/usb/Officejet_J4500_series?s

Re: Examples of local-host-entries or hosts-service-type?

2023-02-26 Thread Sergiu Ivanov
Hi Bruno and Remco, Thank you for your messages and sorry for the delay with the answer. Bruno Victal [2023-02-21T17:45:09+0100]: > Hi Remco, > > On 2023-02-11 11:46, Remco van 't Veer wrote: >>(hosts-service-type config => >>(cons* (host "some.ip.address.1"

Re: Examples of local-host-entries or hosts-service-type?

2023-02-26 Thread Sergiu Ivanov
Hi Gary, Gary Johnson [2023-02-21T16:33:25+0100]: > 2023/02/10 23:40, Sergiu Ivanov: >> >> Could someone point me to an example of how I should update >> my configuration? > > I just went through this exercise myself, and I decided to keep my > extra /etc/hosts entries in a separate text file u

Newbie user question: What do the columns shown by "guix package -I" mean?

2023-02-26 Thread Rodrigo Morales
Inexperienced GUIX user here. I have a question. What's the formal names for the information presented in the columns shown by `guix package -I'? (see example of output below) As I'm learning how to use Guix, I'm taking notes so I want to make sure that I'm using the correct names in my notes. By

Re: Newbie user question: What do the columns shown by "guix package -I" mean?

2023-02-26 Thread Tobias Geerinckx-Rice
Hi Rodrigo, Rodrigo Morales 写道: Inexperienced GUIX user here. I have a question. What's the formal names for the information presented in the columns shown by `guix package -I'? (see example of output below) I answered this question on IRC as well, so I'll just be lazy & paste my answer her

Newbie user question: How to delete all files in /gnu/store related to a package definition?

2023-02-26 Thread Rodrigo Morales
Table of Contents _ 1. The context 2. The question 1 The context = Inexperienced user here. I'm currently learning how to define my own packages. I'm using the following package definition to install a font. , | (define-module (fonts) | #:use-modul

Re: Problems with Gnome Authenticator 2FA

2023-02-26 Thread Gary Johnson
Wojtek Kosior writes: > I recall keepassxc, beside being a password manager (and one I am > satisfied with), can also generate authentication codes :) > > guix show keepassxc Thanks, Wojtek! I was able to use keepassxc to create a TOTP code for Gitlab 2FA. I wonder if anyone is planning on fixi

Re: Newbie user question: What do the columns shown by "guix package -I" mean?

2023-02-26 Thread Rodrigo Morales
Thanks! That's what I was looking for. A related question: I didn't understand the part "retain backwards compatibility with isatty/stderr/etc." and I'm curious about that. I suppose that you mean that "guix package -I" doesn't show the column names to maintain backward compatibility with isatty,

Re: Newbie user question: How to delete all files in /gnu/store related to a package definition?

2023-02-26 Thread Julien Lepiller
Hi Rodrigo, > , > | finding garbage collector roots... > | guix gc: error: cannot delete path > `/gnu/store/2j9gykgj0axgg193pd6hvrmnzqbz88nm-font-noto-color-emoji-2.034.drv' > since it is still alive > | Exit code: 123 > ` As it says, that store path is still alive, but why? Wh

Re: Newbie user question: What do the columns shown by "guix package -I" mean?

2023-02-26 Thread Tobias Geerinckx-Rice
Rodrigo Morales 写道: Thanks! That's what I was looking for. I'm glad to hear it! A related question: I didn't understand the part "retain backwards compatibility with isatty/stderr/etc." First of all: I worded this poorly, as is my wont. I should have said ‘by using’ instead of ‘with’. We