No description
Find a file
Eelco Dolstra 458711e4ee Fix "Bad address" executing build hook
This was observed in the deb_debian7x86_64 build:
http://hydra.nixos.org/build/29973215

Calling c_str() on a temporary should be fine because the temporary
shouldn't be destroyed until after the execl() call, but who knows...
2016-01-07 15:10:14 +01:00
config
corepkgs Typo 2016-01-06 21:49:24 +01:00
doc propagate NIX_BUILD_SHELL also in pure builds document NIX_BUILD_SHELL in the nix-shell command documentation 2016-01-05 14:11:20 +01:00
misc
mk
perl Fix bad use of croak() 2016-01-07 14:33:13 +01:00
scripts Verify TLS certificate before downloading binaries 2016-01-05 14:19:46 +01:00
src Fix "Bad address" executing build hook 2016-01-07 15:10:14 +01:00
tests Fix repair test 2016-01-07 13:52:48 +01:00
.gitignore
bootstrap.sh
configure.ac Do not override environment CFLAGS and CXXFLAGS 2016-01-05 14:06:51 +01:00
COPYING
dev-shell
INSTALL
local.mk Don't depend on git when generating source tarball 2015-10-15 11:53:45 -07:00
Makefile
Makefile.config.in Merge pull request #704 from ysangkok/freebsd-support 2015-11-24 19:24:21 +01:00
nix.spec.in
README
release.nix Fix "Bad address" executing build hook 2016-01-07 15:10:14 +01:00
version

Nix is a purely functional package manager.  For installation and
usage instructions, please read the manual, which can be found in
`docs/manual/manual.html', and additionally at the Nix website at
<http://nixos.org/>.


Acknowledgments

This product includes software developed by the OpenSSL Project for
use in the OpenSSL Toolkit (http://www.OpenSSL.org/).