nix-super/src
David McFarland 596b0e0a04 Call SetDllDirectory("") after sqlite3 init on cygwin
Cygwin sqlite3 is patched to call SetDllDirectory("/usr/bin") on init, which
affects the current process and is inherited by child processes.  It causes
DLLs to be loaded from /usr/bin/ before $PATH, which breaks all sorts of
things.  A typical failures would be header/lib version mismatches (e.g.
openssl when running checkPhase on openssh).  We'll just set it back to the
default value.

Note that this is a problem with the cygwin version of sqlite3 (currently
3.18.0).  nixpkgs doesn't have the problematic patch.
2017-06-20 10:59:13 -03:00
..
boost Shut up some warnings 2017-04-14 14:42:20 +02:00
build-remote build-remote: Check remote build status 2017-05-08 14:27:12 +02:00
buildenv Fix Fedora build 2016-08-30 13:56:22 +02:00
libexpr Restore thunks on any exception 2017-06-20 12:13:17 +02:00
libmain On macOS, don't use /var/folders for TMPDIR 2017-06-12 17:43:19 +02:00
libstore Call SetDllDirectory("") after sqlite3 init on cygwin 2017-06-20 10:59:13 -03:00
libutil Suppress spurious "killing process N: Operation not permitted" on macOS 2017-06-12 18:34:48 +02:00
linenoise Replace readline by linenoise 2017-05-10 18:37:42 +02:00
nix Don't show flags from config settings in "nix --help" 2017-06-07 18:41:20 +02:00
nix-build Fix #1314 2017-05-24 11:33:42 +02:00
nix-channel Improve progress indicator 2017-05-16 16:09:57 +02:00
nix-collect-garbage printMsg(lvlError, ...) -> printError(...) etc. 2016-09-21 16:54:53 +02:00
nix-copy-closure build-remote: Don't require signatures 2017-05-01 20:03:25 +02:00
nix-daemon Improve progress indicator 2017-05-16 16:09:57 +02:00
nix-env Improve progress indicator 2017-05-16 16:09:57 +02:00
nix-instantiate Improve progress indicator 2017-05-16 16:09:57 +02:00
nix-prefetch-url runProgram(): Distinguish between empty input and no input 2017-03-15 16:50:19 +01:00
nix-store Doh 2017-04-26 17:58:09 +02:00
resolve-system-dependencies resolve-system-dependencies: Misc fixes 2017-05-31 16:10:10 +02:00