summary refs log tree commit diff
path: root/pkgs/stdenv
Commit message (Collapse)AuthorAge
* Merge branch 'master' into stagingVladimír Čunát2016-01-18
|\
| * stdenv-darwin: add parent attribute to bootstrapDan Peebles2016-01-16
| | | | | | | | | | This makes it far easier than before to hit/test early stages of the stdenv bootstrap.
* | Set SOURCE_DATE_EPOCH to latest source fileEelco Dolstra2016-01-05
| | | | | | | | | | This provides a timestamp that's more useful than 1970-01-01 yet still deterministic.
* | Set a fallback default value for SOURCE_DATE_EPOCHEelco Dolstra2016-01-05
| | | | | | | | | | | | | | | | | | | | | | This is used by some build tools to provide reproducible builds. See https://reproducible-builds.org/specs/source-date-epoch/ for more info. Later, we'll want to set this to a more intelligent value (such as the most recent mtime of any source file).
* | Merge branch 'master' into stagingVladimír Čunát2016-01-05
|\|
| * stdenv-darwin: allow easier testing of bootstrap toolsDan Peebles2016-01-03
| | | | | | | | | | | | | | This un-hardcodes the bootstrap tools passed into the Darwin stdenv and thus allows us to quickly iterate on improving the design of the full bootstrap process. We can easily change the contents of the bootstrap tools and evaluate an entire bootstrap all the way up to real packages.
| * stdenv-darwin: rename folder and associated attributeDan Peebles2016-01-03
| | | | | | No point in calling it pure-darwin anymore. It's the only stdenv we have
| * stdenv-darwin: kill old impure Darwin stdenvDan Peebles2016-01-03
| | | | | | | | I'll be moving the other one over it next commit (I split it into two to improve git's rename detection)
* | Merge #10816: improve FreeBSD supportVladimír Čunát2016-01-05
|\ \
| * | FreeBSD: undo removal of Solaris and remove changes to native stdenv now ↵janus2016-01-01
| | | | | | | | | | | | that FreeBSD has its own
| * | FreeBSD: improve bootstrapping, re-enable bdb for heimdaljanus2016-01-01
| | |
| * | FreeBSD: minor fixes, add notes and make stdenv more robustjanus2016-01-01
| | |
| * | FreeBSD: apr-util, cyrus-sasl, berkeley db, glib, gnutls, kerberos, ↵janus2016-01-01
| | | | | | | | | | | | libelf-freebsd, openldap, serf, guile, tet, shishi, gawk, gnugrep
| * | FreeBSD: patch expat, kerberos, libedit, ossp-uuid, lz4, sharutils, add ↵janus2016-01-01
| | | | | | | | | | | | libelf-freebsd
| * | FreeBSD: use own stdenv, do not run libtiff tests, use PIC for zlibjanus2016-01-01
| | |
| * | FreeBSD: use clang37janus2016-01-01
| | |
| * | FreeBSD patches for GNU m4, stdenv, miniupnpcjanus2016-01-01
| |/
| * stdenvBootstrapTools.x86_64-darwin: unbreakDan Peebles2015-12-28
| | | | | | | | | | This is blocking Hydra from updating the nixpkgs-unstable channel. Also add myself as a maintainer so Hydra can notify me if it breaks again
* | stdenv/setup.sh: don't skip post-hooks (close #12032)Vladimír Čunát2016-01-05
|/ | | | | | | | | | So far if no configure script is found or no makefile, the rest of the phase is skipped, *including* post-hooks. I find that behavior unexpected/unintuitive. Earlier version of this patch had problems due to me assuming that $configureScript is always a simple path, but that turned out to be false in many cases, e.g. perl.
* allow{reason}: a bit more explicit error messageDomen Kožar2015-12-09
|
* Merge recent staging built on HydraVladimír Čunát2015-12-05
|\ | | | | | | | | | | http://hydra.nixos.org/eval/1231884 Only Darwin jobs seem to be queued now, but we can't afford to wait for that single build slave.
| * reintroduce impure host deps to all derivationsJude Taylor2015-11-21
| |
| * switch to zero underscores for sandbox profiles; remove generateFrameworkProfileJude Taylor2015-11-21
| |
| * use single underscore for sandboxProfileJude Taylor2015-11-21
| |
| * allow networking by default and remove it from derivationsJude Taylor2015-11-19
| |
| * remove useless muting lines; they interfere with debuggingJude Taylor2015-11-19
| |
| * use per-derivation sandbox profilesJude Taylor2015-11-19
| |
| * start on sandbox stuffJude Taylor2015-11-19
| |
* | stdenv: `licenseAllowed` -> `checkValidity`Profpatsch2015-11-27
|/ | | | | Rename and make it a true function (that can be re-used and could be moved to the library).
* Don't fail if env-vars cannot be written toWout Mertens2015-11-04
| | | | | | env-vars is a debugging aid, see https://github.com/NixOS/nix/commit/3e5dbb24337d8416cfe46484eb2692811546a9c1 for a rationale for this change.
* Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-10-30
|\
| * Move stdenv-darwin bootstrap binaries to nixos.orgEelco Dolstra2015-10-29
| | | | | | | | These are taken from http://hydra.nixos.org/build/27002702.
| * rebase on eelco's bootstrap-tools changesJude Taylor2015-10-23
| |
| * update pure-darwin make-bootstrap-toolsJude Taylor2015-10-23
| |
| * Add stdenv bootstrap tools generation to release.nixEelco Dolstra2015-10-23
| |
* | Merge master into stagingVladimír Čunát2015-10-23
|\|
| * Drop unnecessary __impureHostDepsEelco Dolstra2015-10-21
| | | | | | | | | | <nix/fetchurl.nix> is a builtin derivation so it shouldn't need any host dependencies.
| * inherit system for builtin fetchurl in PDJude Taylor2015-10-15
| |
| * re-fix evaluation of libSystemClosureJude Taylor2015-10-15
| |
| * fix libSystemClosure on non-darwin machinesJude Taylor2015-10-15
| |
* | Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-10-15
|\|
| * Merge pull request #10187 from NixOS/switch-to-pdJude Taylor2015-10-14
| |\ | | | | | | Switch stdenvs to pure-darwin
| | * switch stdenvsJude Taylor2015-10-02
| | |
| * | introduce separate cf-private package to account for no CLTJude Taylor2015-10-06
| |/
* | Revert "Merge pull request #9543 from NixOS/staging.post-15.06"Eelco Dolstra2015-10-06
| | | | | | | | | | | | | | | | This reverts commit f61176c5396ed513f3d399f73f38ab78a066667f, reversing changes made to a27ca029ee2b39e04d7d2a516a7228f4b62067fb. Conflicts: pkgs/development/libraries/ncurses/default.nix
* | fix LLVM packages to work in darwin stdenvJude Taylor2015-10-05
| |
* | Merge branch 'staging.upstream' into staging.post-15.06William A. Kennington III2015-10-02
|\ \
| * | Revert "pop"Jude Taylor2015-09-28
| | | | | | | | | | | | | | | | | | | | | This reverts commit 724e243159e4e0059699eb21f6761a760b9a2f49. This (clearly) should never have been committed, and is probably due to a failed stash pop on my part.
| * | Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-09-23
| |\|
| | * separateDebugInfo: Assert LinuxEelco Dolstra2015-09-22
| | | | | | | | | | | | Also remove some unintended setting of separateDebugInfo.