lix/src
Harald van Dijk c935ad3f02
Fix progress bar when nix-prefetch-url is piped.
The intent of the code was that if the window size cannot be determined,
it would be treated as having the maximum possible size. Because of a
missing assignment, it was actually treated as having a width of 0.

The reason the width could not be determined was because it was obtained
from stdout, not stderr, even though the printing was done to stderr.

This commit addresses both issues.
2019-11-03 21:46:59 +00:00
..
build-remote canBuildLocally: check for features 2019-03-06 05:03:25 +00:00
cpptoml bump cpptoml to v0.1.1 2019-05-29 17:01:39 +08:00
libexpr Minor updates to inline comments 2019-10-31 05:56:37 -04:00
libmain Disable OpenSSL lock callback on OpenSSL >= 1.1.1 2019-09-04 21:45:01 +02:00
libstore Merge pull request #3182 from bhipple/fixup/comments 2019-10-31 14:14:35 +01:00
libutil Fix progress bar when nix-prefetch-url is piped. 2019-11-03 21:46:59 +00:00
nix Fix progress bar when nix-prefetch-url is piped. 2019-11-03 21:46:59 +00:00
nix-build Simplification 2019-10-27 18:00:09 +01:00
nix-channel nix-env: Create ~/.nix-profile automatically 2019-10-09 23:35:01 +02:00
nix-collect-garbage Merge all nix-* binaries into nix 2018-10-26 12:54:00 +02:00
nix-copy-closure Merge all nix-* binaries into nix 2018-10-26 12:54:00 +02:00
nix-daemon Don't create a Store in processConnection() 2019-10-29 13:36:19 +01:00
nix-env nix-env: Ignore failures creating ~/.nix-profile and ~/.nix-defexpr 2019-10-10 09:14:05 +02:00
nix-instantiate Merge all nix-* binaries into nix 2018-10-26 12:54:00 +02:00
nix-prefetch-url nix-prefetch-url: Stop progress bar before printing results 2018-11-09 10:34:12 +01:00
nix-store Minor updates to inline comments 2019-10-31 05:56:37 -04:00
nlohmann nlohmann-json: 3.4.0 -> 3.5.0 2018-12-21 22:38:06 -06:00
resolve-system-dependencies OCD performance fix: {find,count}+insert => insert 2019-10-09 16:06:29 +02:00