Re: [Outreachy] Submitting Patch for : Manual typo in section "Invoking ‘guix time-machine’"

2020-03-24 Thread Danny Milosavljevic
Hi, thanks for the patch! Pushed to guix master as commit 022767d7c132d20d684e0dec7c6010fdcf408e3d pgpwb1hdQhNZJ.pgp Description: OpenPGP digital signature

Re: Guix master: Lint warnings: inputs which should be native-inputs etc

2020-03-24 Thread Gábor Boskovits
Hello, Danny Milosavljevic ezt írta (időpont: 2020. márc. 23., Hét 11:02): > Hi, > > so I've been using the Guix Data Service and it found a whole load of > linter > warnings. 150 warnings for inputs that should probably be native inputs: > > > http://data.guix.gnu.org/revision/d4842a7c478230b7

[Outreachy] Submitting Patch for : Manual typo in section "Invoking ‘guix time-machine’"

2020-03-24 Thread Naga Malleswari
Hi I have picked up #39681  in  http://issues.guix.gnu.org/easy. Made changes to the documentation and submitting the patch. Please review and suggest any changes. -- Regards NagaMalli >From acbdaf012aad78870bcfa51b72faf8f0a3b4c082 Mon Sep 17 00:00:00 2001 Fro

Building R Packages

2020-03-24 Thread Daniela Lura
Hello, I hope you are well! I've been trying to build an r package for two days now. When I initially ran `guix build` I got an error message indicating that there was no code for a specific guile module, which I managed to work around by using %load-path. After adding GUILE_LOAD_PATH and runnin

Re: Outreachy Applicant - Guix Data Service

2020-03-24 Thread Daniela Lura
Good evening, I hope you are well! So, these days I've been busy reading Guile documentation and trying to understand the code inside guix-data-service/web/revision/controller.scm, but I can't seem to wrap my head around it. :/ In addition to that, I noticed that when I go to http://localhost:99

Update MATE to 1.24

2020-03-24 Thread Jonathan Brielmaier
Hi folks, as the next release is approaching fast, I thought it would be nice to have MATE 1.24 in. Compared to other desktop environments (hi GNOME) updating is straight forward. I tested MATE 1.24 in a VM. There are two problems: * MATE suffers from https://issues.guix.gnu.org/issue/38135, so y

Re: Building R Packages

2020-03-24 Thread Paul Garlick
Hi Daniela, Have you tried './pre-inst-env guix build ...' instead of 'guix build ...'? The difference is that the former command will look for package definitions in your checked out, and modified, version of Guix. The latter command looks for package definitions in your installed version of

Re: Building R Packages

2020-03-24 Thread Daniela Lura
Yes I have and the same thing happens. When I use: `guix environment --pure guix --ad-hoc coreutils findutils which` I am sent to another shell and it can't recognize pre-inst-env. On Wed, 25 Mar 2020 at 01:27, Paul Garlick < pgarl...@tourbillion-technology.com> wrote: > Hi Daniela, > > Have yo

Re: Building R Packages

2020-03-24 Thread sirgazil
Hi, Daniela On Tue, 24 Mar 2020 07:34:37 -0500 Daniela Lura wrote > Yes I have and the same thing happens. > When I use: `guix environment --pure guix --ad-hoc coreutils findutils > which`I am sent to another shell and it can't recognize pre-inst-env. Did you run the recommended

Re: Building R Packages

2020-03-24 Thread sirgazil
On Tue, 24 Mar 2020 21:44:58 -0500 sirgazil wrote > Hi, Daniela > > On Tue, 24 Mar 2020 07:34:37 -0500 Daniela Lura > wrote > > Yes I have and the same thing happens. > > When I use: `guix environment --pure guix --ad-hoc coreutils findutils > which`I am sent to