summary refs log tree commit diff
path: root/pkgs/stdenv
AgeCommit message (Expand)AuthorFilesLines
2017-10-08Get rid of most @rpath nonsense on DarwinDan Peebles1-1/+14
2017-09-28Merge remote-tracking branch 'upstream/staging' into deps-reorgJohn Ericson6-17/+19
2017-09-26cc-wrapper: Use stdenvNoCC to buildJohn Ericson5-14/+12
2017-09-26stdenv: Turn on `set -x` if NIX_DEBUG >= 6John Ericson1-0/+4
2017-09-26treewide: Use `(( "${NIX_DEBUG:-0}" >= 1) ))` consistentlyJohn Ericson1-3/+3
2017-09-21cross stdenv: No more native-fishing hack.John Ericson1-11/+0
2017-09-21all-packages: Remove gccCrossStageFinal; any gcc will not workJohn Ericson1-1/+1
2017-09-21stdenv cross adapater: Remove old `extraBuildInputs`John Ericson1-0/+1
2017-09-21stdenv cross adaptor: Add optional `overrides` parameterJohn Ericson1-5/+5
2017-09-21stdenv: Update autotools scripts on all Aarch64, not just LinuxJohn Ericson2-5/+5
2017-09-18stdenv: Add back leading '-' in cross derivation name suffixJohn Ericson1-1/+1
2017-09-18darwin stdenv: cctools override needs to go away when targetPlatform changesJohn Ericson1-1/+3
2017-09-14treewide: Fix some references to binutilsJohn Ericson1-2/+2
2017-09-10stdenv bootstrap: fix evaluationVladimír Čunát1-2/+2
2017-09-07genericBuild: Communicate the current build phase to NixEelco Dolstra1-0/+4
2017-09-07Remove tracePhasesEelco Dolstra1-10/+0
2017-09-07Revert "Merge pull request #28557 from obsidiansystems/binutils-wrapper"Eelco Dolstra2-64/+26
2017-09-04top-level, linux stdenv make boootstrap tools: Fix evalJohn Ericson2-4/+4
2017-09-03Merge pull request #28557 from obsidiansystems/binutils-wrapperJohn Ericson2-26/+64
2017-09-03stdenv-setup: list environment variables with awkOrivej Desh1-11/+2
2017-09-03stdenv-setup: fix substituteAll with set -euOrivej Desh1-12/+17
2017-09-03mkDerivation: explain "all" in hardeningDisableOrivej Desh1-0/+1
2017-09-01binutils-wrapper: Import separately from cc-wrapperJohn Ericson2-26/+64
2017-09-01mkDerivation: fix hardening flags checkOrivej Desh1-8/+7
2017-08-31darwin-stdenv: Hack around impurity with --disable configure flagJohn Ericson1-1/+10
2017-08-31darwin-stdenv: Don't use `nativeTools`John Ericson1-3/+5
2017-08-30mkDerivation, cc-wrapper: Check hardening flag validity in NixJohn Ericson1-0/+13
2017-08-28darwin-CF: use @rpath for library id and add an rpath entry for CF based on N...Daiderd Jordan1-0/+1
2017-08-25expand-response-params: Build more normallyJohn Ericson1-1/+1
2017-08-25Merge pull request #28057 from obsidiansystems/stdenv-set-uJohn Ericson1-104/+178
2017-08-24gawk: refactorVladimír Čunát1-1/+4
2017-08-24treewide: Consistently call ARM 'arm'Tuomas Tynkkynen1-3/+1
2017-08-23stdenv-setup: Use `set -u` as much as possibleJohn Ericson1-104/+178
2017-08-21Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson4-26/+6
2017-08-21cc-wrapper: Remove unused paramsJohn Ericson4-26/+6
2017-08-21Merge commit '3b29468313bc8604fe8f85c8d9316fd276d3985c' into HEADFrederik Rietdijk3-29/+32
2017-08-21Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk1-66/+67
2017-08-18stdenvs: Distinguish between `extraBuildInputs` and `extraNativeBuildInputs`John Ericson6-22/+46
2017-08-18Revert "stdenvs: Distinguish between `extraBuildInputs` and `extraNativeBuild...Tuomas Tynkkynen7-47/+28
2017-08-17Merge pull request #28174 from matthewbauer/darwin-in-releaseDaiderd Jordan1-1/+3
2017-08-17Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk1-2/+2
2017-08-16darwin stdenv: Float `persistentN` bindings into per-stage `let`sJohn Ericson1-66/+67
2017-08-15stdenvs: Distinguish between `extraBuildInputs` and `extraNativeBuildInputs`John Ericson7-28/+47
2017-08-15mkDerivation: Simply NixJohn Ericson1-21/+13
2017-08-15stdenv: fixup allowedRequisites on aarch64-linuxVladimír Čunát1-1/+2
2017-08-14make-bootstrap-tools: Fix config opts for ash builtins after upgradeWill Dietz1-2/+2
2017-08-13stdenv: resurrect the allowedRequisites checkVladimír Čunát1-7/+15
2017-08-12nixpkgs release: Fix Darwin-only jobsTuomas Tynkkynen1-1/+3
2017-08-09stdenv: fix typo in setup.shLinus Heckemann1-1/+1
2017-08-07cc-wrapper: Make hygienicJohn Ericson1-0/+13