summary refs log tree commit diff
path: root/pkgs/stdenv
Commit message (Collapse)AuthorAge
* 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
* 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.
| * | Workaround for getcwd configure test on 10.11.Drew Hess2015-09-23
| | | | | | | | | | | | | | | See https://openradar.appspot.com/22671534 for a description of the problem.
| * | popJude Taylor2015-09-22
| |/
* | Merge branch 'staging.upstream' into staging.post-15.06William A. Kennington III2015-09-19
|\|
| * Enable separate debug infoEelco Dolstra2015-09-17
| | | | | | | | | | | | | | | | | | | | | | You can now pass separateDebugInfo = true; to mkDerivation. This causes debug info to be separated from ELF binaries and stored in the "debug" output. The advantage is that it enables installing lean binaries, while still having the ability to make sense of core dumps, etc.
* | gcc: Make 5.x the defaultWilliam A. Kennington III2015-09-15
|/
* Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-08-28
|\
| * Don't barf JSON at users in error messagesEelco Dolstra2015-08-27
| |
* | update pure-darwin bootstrap tools with new hashJude Taylor2015-08-25
|/
* Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-08-19
|\
| * Revert "Move licenseAllowed check into the builder attribute (fixes #7541)"Peter Simons2015-08-19
| | | | | | | | | | This reverts commit 4d6452ba. The change affects Hydra in a way we didn't expect: https://github.com/NixOS/nixpkgs/pull/9305#issuecomment-132791730.
* | Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-08-19
|\|
| * Move licenseAllowed check into the builder attribute (fixes #7541)Mathnerd3142015-08-17
| |
* | Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-08-13
|\|
| * enableDebugging: use more suitable gcc flagsVladimír Čunát2015-08-10
| | | | | | | | | | -ggdb is supposed to provide better symbol information when used with gdb -Og is the recommended optimization level for debugging purposes
* | make isClang work the way a user might expectJude Taylor2015-08-12
| |
* | Force Nixpkgs rebuildEelco Dolstra2015-08-03
| | | | | | | | | | | | Gratuitous change to force Hydra to rebuild Nixpkgs after some derivations had their references corrupted by a Hydra bug (https://github.com/NixOS/hydra/commit/ff3f5eb4d8751243a1f7e738a5124c650e541aca).
* | make libcxxStdenv work on both darwin and linuxJude Taylor2015-07-27
|/
* make bootstrap files buildable in sandboxJude Taylor2015-07-10
|