bug#20081: issue is still not fixed

2015-04-22 Thread Tomáš Čech
Hi, during my clean-up of taskwarrior package I removed section which removes broken symlinks. Even though this bug is considered as fixed, I believe I reproduced it after 347f54e. ... task-2.4.3/src/ViewText.cpp task-2.4.3/src/ViewText.h task-2.4.3/src/wcwidth6.cpp phase `unpack' succeeded afte

bug#20402: updated patch to pass http_proxy and https_proxy env vars to derivation builds

2015-04-22 Thread Joshua Randall
Tags: patch I've updated my patch to also modify guix/derivations.scm to add a setting for nix's impureEnvVars, such that it will pass http_proxy and https_proxy variables from the guix daemon to the build processes (which nix will do only for fixed-output derivations). I believe this is working,

bug#20402: guix cannot download via an http proxy

2015-04-22 Thread Joshua Randall
After more testing this morning, I see that although the core functionality is working after applying the proposed patch (i.e. the guix daemon itself can download things), the derivations are still failing because the environment is being squashed and so the http_proxy and https_proxy environment v

bug#20402: guix cannot download via an http proxy

2015-04-22 Thread Joshua Randall
Tags: patch Please find a proposed patch that should fix this issue. I haven't written scheme in many years, so please excuse me if I have failed to follow convention in any way - I won't be offended at all if you want to refactor it. This patch should apply cleanly on the current git master branc

bug#20402: guix cannot download via an http proxy

2015-04-22 Thread Joshua Randall
Package: guix Version: 0.8.1 I am attempting to use guix from within a network that does not allow outbound http connections except via an http proxy. I am using Guile v2.0.11, which supports http proxies, so my expectation would be that since I have http_proxy and https_proxy environment variable