Re: Xfce4 localization in Guix System for only one exact user

2019-08-04 Thread 宋文武
zna...@disroot.org writes: > Yes, Julien, you are right! > Changing config file to this: > > (operating-system ... > (locale "ru_RU.utf8")) > > and running as root: > > # guix pull > # guix package -u > # guix system reconfigure /etc/config.scm > # guix package -u > > made all my

Re: docker-compose complains about jsonechema version

2019-08-04 Thread Tobias Geerinckx-Rice
Jeronimo, Jeronimo Pellegrini 写道: and tried again. But at this point, docker-compose complains that the version of jsonschema installed is not what it expects: - expected version is <3,>=2.5.1 - installed version is 3.0.1 Hm. I thought I fixed this bug already… There is no older version of

Re: Issues with Haskell's ghc

2019-08-04 Thread Prateem Mandal
Initially gcc-toolchain was also in adhoc list. Now I have installed it as well. Here are the steps I took Haskell Steps (doesn't work) 0. Initial state user@machine:~$ guix package -I hello 2.10 out /gnu/store/md2plii4g5sk66wg9cgwc964l3xwhrm9-hello-2.10 emacs 26.2 out /gnu/store/fbf0h779z46cl55vd

Re: Issues with Haskell's ghc

2019-08-04 Thread Ricardo Wurmus
Prateem Mandal writes: >> I've run aground with Haskell's ghc (interpreter works fine) - running >> ghc on a basic hello world program fails. I identified couple issues: >> >> - Include directory for linux headers wasn't passed to gcc >>(`C_INCLUDE_PATH=/gnu/... ghc` fixed it) >> - Lib C

Re: Using Cuirass API in channel for guix revision of last successful build of package

2019-08-04 Thread Ricardo Wurmus
ama...@posteo.net writes: > How can I ask Cuirass for the commit of the guix revision that last > successfully built a specific package for my arch? I don’t think you can. You can, however, use “guix weather” (optionally with a manifest) to determine if ci.guix.gnu.org has a binary for each of

Re: TeX Live and ConTeXt

2019-08-04 Thread Ricardo Wurmus
Marco van Hulten writes: > Je 3 aug 20:15 skribis Ricardo: >> > I installed texlive-context-base. Now I want to compile a document, >> > but there is an issue: >> >> the TeX Live packages in Guix are getting an overhaul on the >> “wip-texlive” branch. We are still waiting for all affected

Re: TeX Live and ConTeXt

2019-08-04 Thread Marco van Hulten
Ricardo— Je 3 aug 20:15 skribis Ricardo: > > I installed texlive-context-base. Now I want to compile a document, > > but there is an issue: > > the TeX Live packages in Guix are getting an overhaul on the > “wip-texlive” branch. We are still waiting for all affected packages to > be built. >