bug#48389: Guile 3.0.7 test suite fails non-deterministically

2021-07-15 Thread Carl Dong
Hi all, I’m also encountering this exact error when time-machining from 0961807915d7955e70a081272d857b6cbf92c0c8 to 83d9e2ee56cb0ca2a644074ad232503e25ac7116 I’m able to reproduce this (I’ve tried building the derivation 5 times now with different --cores, and this error happens every time)

bug#49583: [PATH] gnu: Add transmission-remote-gtk.

2021-07-15 Thread Leo Famulari
On Thu, Jul 15, 2021 at 02:31:08PM -0400, Justin Veilleux wrote: > From 426aa9bd6b758628249df7c0925179ce39054f29 Mon Sep 17 00:00:00 2001 > From: terramorpha > Date: Thu, 15 Jul 2021 14:27:35 -0400 > Subject: [PATCH] gnu: Add transmission-remote-gtk. > > * gnu/packages/bittorrent.scm

bug#49583: [PATH] gnu: Add transmission-remote-gtk.

2021-07-15 Thread Justin Veilleux
From 426aa9bd6b758628249df7c0925179ce39054f29 Mon Sep 17 00:00:00 2001 From: terramorpha Date: Thu, 15 Jul 2021 14:27:35 -0400 Subject: [PATCH] gnu: Add transmission-remote-gtk. * gnu/packages/bittorrent.scm (transmission-remote-gtk): New variable. --- gnu/packages/bittorrent.scm | 36

bug#49582: [PATCH] gnu: Add tosdr-chromium.

2021-07-15 Thread Justin Veilleux
this patch adds the tos;dr initiative's extension From c6881b9b065cf2a85b604c8a1e5ddbae77822034 Mon Sep 17 00:00:00 2001 From: terramorpha Date: Thu, 15 Jul 2021 14:03:19 -0400 Subject: [PATCH] gnu: Add tosdr-chromium. * gnu/packages/browser-extensions.scm (tosdr, tosdr-chromium): New variables.

bug#49510: [PATCH]

2021-07-15 Thread Leo Prikler
Hi, I've cleaned up the patch and pushed it. Thanks, Leo

bug#49510: [PATCH]

2021-07-15 Thread Justin Veilleux
from another address From aae47588a9efc24d68a1df34b05c0a85a00c4d1e Mon Sep 17 00:00:00 2001 From: terramorpha Date: Mon, 12 Jul 2021 12:38:57 -0400 Subject: [PATCH] gnu: Add putty. * gnu/packages/networking.scm (putty): New variable. --- gnu/packages/networking.scm | 35

bug#48794: Add verification instructions to guix .iso

2021-07-15 Thread bo0od
yeah put that link in download page above "Installation instructions" and name it "Verification Instructions" which will be easy one place for the user to see how to install and how to verify, do you think its a bad suggestion? Ludovic Courtès: Hi, bo0od skribis: Its better for the end

bug#48796: Guix on Debian 11 - Cant run or find applications from Guix

2021-07-15 Thread bo0od
> I'll try do propose some patch for the Guix manual but... don't hold > your breath, I need some testing. Sure tyt, but its a disaster way for guix for not doing this automatically. Imagine new user he should do stuff manually after installing guix through apt.. yeah he (mostly) wont stay

bug#48796: Guix on Debian 11 - Cant run or find applications from Guix

2021-07-15 Thread bo0od
> Does this message [1] fix your issue? "If you type "source ~/.guix-profile/etc/profile" from a Bash shell, it loads the needed environment variable" yes it worked, but thats not really what im asking as this is workaround for the issue but im asking for a solution to the users as they can

bug#47630: Improve guix manual installation docs

2021-07-15 Thread bo0od
> Could you propose a concrete wording solving > the issues you see Not really because english is not my mother tongue so there going to be errors in grammars, choosing of words..etc so better to be written by someone who has better english than me. But for the commands to go on step by step

bug#44906: [bug#49482] [PATCH 3/3] ci: Properly construct URLs.

2021-07-15 Thread Mathieu Othacehe
Hello Hartmut, Thanks for this patchset! > +(define* (api-url base-url path #:rest query) > + "Build a proper API url, taking into account BASE_URL's trailing slashes." s/BASE_URL/BASE-URL/ You could also indicate what is the expect format for query: '("name" "value") lists. > +