Re: pre-inst-env: guile bad interpreter, guix-daemon libz not found

2019-12-14 Thread John Soo
Ah! Sounds reasonable! Thanks a lot. - John

Re: [bug#38593] Remove invalid library directories from some haskell packages

2019-12-20 Thread John Soo
Hi Ludo and guix, Let me explain my problem. Maybe there is some other explanation here and these patches aren’t necessary. When I have stylish-haskell installed I have troubles compiling anything using plain ghc. I want to use the ghc packages in the profile but for some reason ghc reports

Re: Help with Packaging and Git

2019-12-21 Thread John Soo
I agree with Leo. My only addition is to make sure you use --localstatedir=/var (or wherever your local state directory is) when running ./configure

Re: Questions about Development Environments in Emacs (Leiningen, Intero)

2020-01-03 Thread John Soo
Hi Pierre! > On Jan 3, 2020, at 12:24 AM, Pierre Neidhardt wrote: > > I'm facing a similar issue at the moment. Does anyone have a good > answer to develop Haskell or Clojure with Emacs on Guix? I write a fair bit of Haskell. I find that I like to use cabal-install to develop, then make a .sc

Re: pulling cmake ExternalProject during guix builds

2020-01-06 Thread John Soo
Hi Erik, > Can network access be provided to the build container? Or, is there perhaps > another low-effort workaround in guix? This is by design. Network access would make our builds nondeterministic. > As far as I understand, the only reasonable alternative to add the > dependencies as submodu

Re: GNOME: System sound suddenly stopped working and sound controls are disabled

2020-01-09 Thread John Soo
Hi, >> On Jan 9, 2020, at 10:22 AM, sirgazil wrote: > I logged out, and then logged back in and sound was lost. I recently had to add this to modprobe.d/default.conf options snd_hda_intel index=1

Re: Guix as a package manager for Emacs

2020-01-22 Thread John Soo
Hi everyone, Has anyone used the portable dumper yet? Could it be used to make a custom emacs package with the specified emacs packages dumped to a separate dump file? Just some thoughts I’ve had and tried recently but I don’t really know where the dumper is at these days. John

Cuirass - check evaluation # from build details

2020-02-13 Thread John Soo
Hi Guix, I’m curious about the commit that made a package fail to build. So I: - Searched the package - Followed the build id of the first broken build Now I’d like to see the evaluation and commit associated to the particular build. How do I do that, if at all? It would also help if I could f

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

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: a first question about parallel environments

2020-02-21 Thread John Soo
Hi Ben, Welcome. > But can guix also be helpful in a case where you have multiple different > environments (I hope the term is correct) running in parallel? What is the > best way to achieve that? Creating multiple users? Using containers? Certainly! This is one of the main benefits of a fun

Re: a first question about parallel environments

2020-02-21 Thread John Soo
Hi again, Seems my message was cut off. To the point: yes it is quite possible. For the short version and to get started check out the docs for the `guix environment` command. You will probably get what you want there. Also it does help to understand the idea of a functional package manager.

Re: how to run docker?

2020-03-12 Thread John Soo
Hi Adam, You will also need the dockerd service in you system configuration, plus there is a known bug where a known module is not loaded by default. Should dockerd not start properly you will need to do the following: sudo modprobe overlay sudo herd restart dockerd Good luck, John

<    1   2