Re: Failed to connect to guix daemon socket in pure env

2020-02-19 Thread Jeremy Korwin-Zmijowski
Le jeudi 20 février 2020 à 08:53 +0100, Jeremy Korwin-Zmijowski a écrit : > Le jeudi 20 février 2020 à 01:17 +0100, zimoun a écrit : > > Hi Jeremy, > > > > On Thu, 20 Feb 2020 at 00:33, Jeremy Korwin-Zmijowski > > wrote: > > > > > $ ./pre-inst-env guix package --install-from-file=emacs-ac- > >

Re: Failed to connect to guix daemon socket in pure env

2020-02-19 Thread Jeremy Korwin-Zmijowski
Le jeudi 20 février 2020 à 01:17 +0100, zimoun a écrit : > Hi Jeremy, > > On Thu, 20 Feb 2020 at 00:33, Jeremy Korwin-Zmijowski > wrote: > > > $ ./pre-inst-env guix package --install-from-file=emacs-ac- > > geiser.scm > > guix package: error: failed to connect to > >

Re: Which usb wi-fi adapter from those to choose?

2020-02-19 Thread Efraim Flashner
This is the one I bought: https://www.aliexpress.com/item/32660160220.html?spm=a2g0s.9042311.0.0.27424c4dfQNlEM On Thu, Feb 20, 2020 at 04:33:16AM +, zna...@disroot.org wrote: > Hello! I want to buy usb wifi-adapter for PC. I've discovered that RYF > recommends only devices from abroad

Re: Which usb wi-fi adapter from those to choose?

2020-02-19 Thread Amin Bandali
"pelzflorian (Florian Pelz)" writes: [...] > > I don’t know, but have you looked for the manufacturers at > ? > [...] Also . signature.asc Description: PGP signature

Re: Which usb wi-fi adapter from those to choose?

2020-02-19 Thread pelzflorian (Florian Pelz)
On Thu, Feb 20, 2020 at 04:33:16AM +, zna...@disroot.org wrote: > Please, let me know which device from those I can use under Guix: I don’t know, but have you looked for the manufacturers at ? Regards, Florian

Which usb wi-fi adapter from those to choose?

2020-02-19 Thread znavko
Hello! I want to buy usb wifi-adapter for PC. I've discovered that RYF recommends only devices from abroad webshops, but I cannot order from there, cause there is no guarantee their services are good and clean (RYF certifies only devices but not vendors and their services, I know). I want to

Re: Failed to connect to guix daemon socket in pure env

2020-02-19 Thread zimoun
Ah no, I missed the common mistake, I guess. On Thu, 20 Feb 2020 at 00:33, Jeremy Korwin-Zmijowski wrote: > $ ./configure It is "./configure --localstatedir=/var" Explained here [1] and there [2] or here [3]. [1]

Re: Failed to connect to guix daemon socket in pure env

2020-02-19 Thread zimoun
Hi Jeremy, On Thu, 20 Feb 2020 at 00:33, Jeremy Korwin-Zmijowski wrote: > $ ./pre-inst-env guix package --install-from-file=emacs-ac-geiser.scm > guix package: error: failed to connect to `/usr/local/var/guix/daemon- > socket/socket': No such file or directory > > Any idea ? Is the daemon up?

Failed to connect to guix daemon socket in pure env

2020-02-19 Thread Jeremy Korwin-Zmijowski
Dear Guixters, On my way to create a Guix package for ac-geiser ( https://github.com/xiaohanyu/ac-geiser), I end up stuck. Here is my process : $ git clone https://git.savannah.gnu.org/git/guix.git $ cd guix $ git pull --recurse-submodules $ guix environment --pure guix $ ./bootstrap $

Re: Guix does not find packages

2020-02-19 Thread Zelphir Kaltstahl
Indeed, it is a typo and the font shows up in search after correcting the typo. I must have been blind there! Thanks! Mystery solved. On 19.02.20 15:58, John Soo wrote: > Hi Zelphir, > >> `guix package -i font-fira-code font-fire-mono font-fire-sans` >> >> Gives: >> >> `guix package: error:

Re: Guix does not find packages

2020-02-19 Thread zimoun
On Wed, 19 Feb 2020 at 16:02, Tobias Geerinckx-Rice wrote: > No. It was a deliberate decision to make ‘guix search’/‘guix > package -s’ show only the ‘top’ result when stdout is a TTY. I > don't like it either. The argument was that packages are sorted > with the most relevant one at the top,

Re: Guix does not find packages

2020-02-19 Thread Ricardo Wurmus
Tobias Geerinckx-Rice writes: > I *still* think we should either do nothing, or call $PAGER > automatically when stdout is a TTY. We should call $PAGER when it’s set. Isn’t there a bug report about this…? -- Ricardo

Re: Is this on the list of things to change? Fw: [EXTERNAL][GitHub API] Deprecation notice for authentication via URL query parameters

2020-02-19 Thread Tobias Geerinckx-Rice
Josh, Josh Marshall 写道: After adding it, it still fails […] After adding what, exactly? The patch in the bug report? Are you sure you're invoking the right (patched) guix command? Kind regards, T G-R signature.asc Description: PGP signature

Re: Is this on the list of things to change? Fw: [EXTERNAL][GitHub API] Deprecation notice for authentication via URL query parameters

2020-02-19 Thread Josh Marshall
After adding it, it still fails with the following: ``` Backtrace: 1 (primitive-load "/gnu/store/44xzqrhqa8d6135vr0x7c5lg43l…") In guix/ui.scm: 1824:12 0 (run-guix-command _ . _) guix/ui.scm:1824:12: In procedure run-guix-command: Error downloading release information through the

Re: Guix does not find packages

2020-02-19 Thread John Soo
Hi T G-R, > I *still* think we should either do nothing, or call $PAGER > automatically when stdout is a TTY. I like the idea of using $PAGER. Makes sense to me. - John

Re: Guix does not find packages

2020-02-19 Thread Tobias Geerinckx-Rice
Zelphir Kaltstahl 写道: And then there is the strange issue, that I cannot install font packages: `guix package -i font-fira-code font-fire-mono font-fire-sans` Gives: `guix package: error: font-fire-mono: unknown package` This is just a typo. Correct it and try again ;-) Is my Guix

Re: Guix does not find packages

2020-02-19 Thread Joshua Branson
Zelphir Kaltstahl writes: I do not know why you have to pipe it through less...That is odd. But you can install recutils. guix install recutils; Then you could do something like this: guix search "font*" | recsel -p name,synopsis; That will show all the font packages. Also I think you just

Re: Guix does not find packages

2020-02-19 Thread John Soo
Hi Zelphir, > `guix package -i font-fira-code font-fire-mono font-fire-sans` > > Gives: > > `guix package: error: font-fire-mono: unknown package` is font-fire-mono a typo? Should it be font-fira-mono? Hope that helps, John

Guix does not find packages

2020-02-19 Thread Zelphir Kaltstahl
Hi Guix Users! I have an issue with installing fonts through Guix or simply some packages in general. The issue is, that the packages do not show up on command line, when I do a search via either of the following 2 commands: 1. guix search (my_package_name_here) 2. guix package -s

Re: Fw: Is this on the list of things to change? Fw: [EXTERNAL][GitHub API] Deprecation notice for authentication via URL query parameters

2020-02-19 Thread Tobias Geerinckx-Rice
Josh, Josh Marshall 写道: Fw: Is this on the list of things to change? Yes: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=39511 Kind regards, T G-R signature.asc Description: PGP signature

Fwd: Should we have something similar to dockerhub or Suse's universal packaging service?

2020-02-19 Thread Josh Marshall
I was thinking this morning that a few thinks guix lacks as someone getting into it is a place like dockerhub or openSuse's universal packaging service. If guix were to have a site to download containers of different formats and a conversion from guix to other packaging formats that it would

Fwd: Should we have something similar to dockerhub or Suse's universal packaging service?

2020-02-19 Thread Josh Marshall
I was thinking this morning that a few thinks guix lacks as someone getting into it is a place like dockerhub or openSuse's universal packaging service. If guix were to have a site to download containers of different formats and a conversion from guix to other packaging formats that it would

Fw: Is this on the list of things to change? Fw: [EXTERNAL][GitHub API] Deprecation notice for authentication via URL query parameters

2020-02-19 Thread Josh Marshall
Hello, Getting guix setup on a machine and ran into the following when running `refresh` after adding a github API key. From: GitHub Sent: Wednesday, February 19, 2020 8:49 AM To: Josh Marshall Subject: [EXTERNAL][GitHub API] Deprecation notice for