summary refs log tree commit diff
path: root/pkgs/stdenv
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'upstream/master' into release-lib-cleanupJohn Ericson2018-11-01
|\
| * make-derivation: set CMAKE_SYSTEM_* when cross compilingMatthew Bauer2018-10-16
| * Merge pull request #37600 from abbradar/impureusenativeYegor Timoshenko2018-10-13
| |\
| | * impureUseNativeOptimizations: add stdenv adapterNikolay Amiantov2018-04-17
| * | Merge pull request #47230 from bhipple/fix/licensesMatthew Bauer2018-10-05
| |\ \
| | * | Remove dead code from stdenv check-meta license logicBenjamin Hipple2018-09-23
| * | | Merge pull request #47245 from dtzWill/fix/coreutils-8.30-bootstrapxeji2018-09-25
| |\ \ \
| | * | | make-bootstrap-tools: fix with latest coreutilsWill Dietz2018-09-23
| * | | | stdenv: Improve ELF detection for isELFaszlig2018-09-25
| * | | | Merge pull request #47233 from oxij/tree/mass-rebuild-noop-cleanupsJohn Ericson2018-09-25
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | bintools-wrapper, cc-wrapper, stdenv: infer propagateDoc automaticallyJan Malakhovski2018-09-23
| | |/ /
| | * | Merge pull request #45941 from NixOS/staging-nextFrederik Rietdijk2018-09-23
| | |\ \
| | | * \ Merge master into staging-nextFrederik Rietdijk2018-09-18
| | | |\ \
| | | * \ \ Merge branch 'master' into staging-nextUli Baum2018-09-13
| | | |\ \ \
| * | | | | | Revert "stdenv/darwin: bump bootstrap tools"Dan Peebles2018-09-20
| * | | | | | Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson2018-09-18
| |\| | | | |
| | * | | | | Merge pull request #46857 from obsidiansystems/darwin-to-linux-prepJohn Ericson2018-09-18
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | stdenv: Validate meta.outputsToInstallGraham Christensen2018-09-18
| | | |_|/ / | | |/| | |
| * | | | | stdenv/darwin: bump bootstrap toolsDan Peebles2018-09-17
| * | | | | stdenv: fix HOST_PATH changeMatthew Bauer2018-09-17
| * | | | | Merge pull request #46730 from copumpkin/add-darwin-ltoDaniel Peebles2018-09-17
| |\ \ \ \ \
| | * | | | | cctools: support LTO on DarwinDan Peebles2018-09-16
| * | | | | | stdenv: add shell to HOST_PATH for backwards compatibilityMatthew Bauer2018-09-16
| |/ / / / /
| * | | | | stdenv/darwin: integrate a new CoreFoundationDan Peebles2018-09-15
| * | | | | Merge branch 'master' into stagingJan Malakhovski2018-09-08
| |\| | | |
| | * | | | Merge pull request #46148 from obsidiansystems/plain-system-hostJohn Ericson2018-09-06
| | |\ \ \ \
| | * \ \ \ \ Merge pull request #46076 from oxij/tree/cleanupsJohn Ericson2018-09-05
| | |\ \ \ \ \
| | | * | | | | stdenv: linux: cleanup a bitJan Malakhovski2018-09-04
| * | | | | | | stdenv: implement enableParallelChecking optionJan Malakhovski2018-09-05
| | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge branch 'master' into staging-nextVladimír Čunát2018-09-04
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'master' into stagingVladimír Čunát2018-09-01
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge #44910: cmake: 3.11.2 -> 3.12.1Vladimír Čunát2018-08-30
| |\ \ \ \ \ \ \
| | * | | | | | | darwin stdenv stage1: use default cmakeAndrew Childs2018-08-13
* | | | | | | | | linux bootstrap tools: Use right system for some raw derivationsJohn Ericson2018-11-01
* | | | | | | | | linux bootstrap-tools: use `stdenv.*Platform` to avoid deprecation warningJohn Ericson2018-11-01
* | | | | | | | | Revert "stdenv: partial revert of f2bb59e"John Ericson2018-09-26
* | | | | | | | | stdenv: partial revert of f2bb59eMatthew Bauer2018-09-26
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | stdenv linux, stdenv cross: Harmonize extraNativeBuildInputsJohn Ericson2018-09-18
* | | | | | | | mkDerivation: Make `separateDebugInfo` assertion lazier to match other assert...John Ericson2018-09-18
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | top-level, stdenv: Make `system` and `stdenv.system` describe the hostPlatform.John Ericson2018-09-06
| |_|_|_|/ / |/| | | | |
* | | | | | stdenv, neovim: Use `lib.warn` for deprecation warningsJohn Ericson2018-09-05
| |_|_|/ / |/| | | |
* | | | | mkDerivation: Fix cross compilationJohn Ericson2018-09-03
| |_|/ / |/| | |
* | | | stdenv: Better message for deprecated `isArm`John Ericson2018-08-31
* | | | treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson2018-08-30
* | | | reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-30
|/ / /
* | | hurd: cleanup unmaintained targetJörg Thalheim2018-08-28
* | | [RFC] ppc64le enablement (#45340)CrystalGamma2018-08-21
* | | Merge pull request #44932 from oxij/stdenv/no-texinfo-rebuild-try-2xeji2018-08-19
|\ \ \
| * | | stdenv: linux: inherit texinfo in stage4 instead of the final stdenvJan Malakhovski2018-08-12
| |/ /
* | | Merge pull request #43140 from LnL7/macos-10.14Daiderd Jordan2018-08-14
|\ \ \ | |/ / |/| |