about summary refs log tree commit diff
path: root/pkgs/stdenv
AgeCommit message (Expand)AuthorFilesLines
2020-02-10make-bootstrap-tools: fixup after glibc updateVladimír Čunát1-0/+1
2020-02-09Merge master into staging-nextFrederik Rietdijk1-3/+0
2020-02-05stdenv: Remove isArm (use isAarch32 instead)Chuck1-3/+0
2020-02-05stdenv bootstrap tools: switch one file to official URLVladimír Čunát1-1/+1
2020-02-05Merge #66528: glibc: 2.27 -> 2.30 (into staging)Vladimír Čunát4-10/+32
2020-02-05stdenv bootstrap tools: regenerate "officialy"Vladimír Čunát3-12/+10
2020-02-02Merge staging-next into stagingFrederik Rietdijk1-1/+1
2020-02-01Merge branch 'staging' into glibc230Maximilian Bosch1-10/+16
2020-01-31cmake: move CMAKE_OSX_ARCHITECTURES out of the stdenvDaiderd Jordan1-1/+0
2020-01-31stdenv: introduce appleSdkVersion and macosVersionMinDaiderd Jordan1-7/+9
2020-01-31stdenv: make darwin builds reproducableDaiderd Jordan1-5/+10
2020-01-30stdenv, darwin: fix setupHook locationLuka Blaskovic1-1/+1
2020-01-23Merge branch 'staging' into glibc230Maximilian Bosch2-23/+11
2020-01-15stdenv: make symlinks that refer to the same output relativeAndreas Rammhold1-0/+1
2020-01-15Merge pull request #77610 from LnL7/darwin-stdenv-python3Frederik Rietdijk1-23/+10
2020-01-14stdenv: rebuild aarch64 bootstrap files with gcc8Maximilian Bosch1-4/+6
2020-01-14glibc: depend on libidn2 (and libunistring, transitively)Vladimír Čunát1-4/+25
2020-01-14stdenv bootstrap: disable dejagnu testsVladimír Čunát1-0/+1
2020-01-14bootstrap-files: bump WIPLuka Blaskovic2-6/+6
2020-01-13stdenv: bootstrap darwin with python3Daiderd Jordan1-23/+10
2020-01-03pkgsStatic: set BUILD_SHARED_LIBS=OFF for cmakeDmitry Kalinkin1-0/+1
2019-12-30Merge pull request #74090 from obsidiansystems/ghcjs-cross-without-ccJohn Ericson3-7/+30
2019-12-30Merge remote-tracking branch 'obsidian/ghcjs-cross-without-cc-common' into gh...John Ericson1-1/+5
2019-12-30pkgs/stdenv/booter.nix: Add comment explaining hasCC trickeryJohn Ericson1-1/+5
2019-12-15allowInsecureDefaultPredicate: fix to use getNameRobert Scott1-1/+1
2019-11-26Merge remote-tracking branch 'obsidian/ghcjs-cross-without-cc-19.09' into ghc...John Ericson1-1/+1
2019-11-26Fix lib testsJohn Ericson1-1/+1
2019-11-25Merge remote-tracking branch 'upstream/master' into ghcjs-cross-without-ccJohn Ericson6-99/+74
2019-11-25Add support for cross compiling to `js-ghcjs`John Ericson2-4/+13
2019-11-25stdenv: Introduce hasCC attributeJohn Ericson1-3/+13
2019-11-12setup.sh: rewrite stripHashLily Ballard1-4/+7
2019-11-05stdenv: Don't unset propagated*DepFiles before main phasesJohn Ericson1-1/+1
2019-11-05Merge pull request #69603 from matthewbauer/unset-unused-setup-varMatthew Bauer1-13/+22
2019-11-05Merge staging-next into stagingFrederik Rietdijk2-13/+22
2019-11-03Revert "stdenv/check-meta: getEnv if the attribute is unset (#72376)" (#72752)Dmitry Kalinkin1-4/+7
2019-11-03stdenv/check-meta: getEnv if the attribute is unset (#72376)zimbatm1-7/+4
2019-11-03Merge pull request #72070 from graham33/fix/license_listMatthew Bauer1-3/+3
2019-11-03make-bootstrap-tools: use 'extreme' option to reduce size but not costWill Dietz1-1/+1
2019-11-03binutils: offer "for bootstrap" variant that's less.. feature-completeWill Dietz1-1/+8
2019-11-03gcc7: make building w/LTO support optional, don't use in bootstrap toolsWill Dietz1-8/+10
2019-11-01stdenv: Don't stop `set -u`-ingJohn Ericson1-42/+3
2019-11-01treewide: Make still dont* Variables are optional in most casesJohn Ericson2-2/+2
2019-10-27Fix handling of lists in whitelistedLicenses and blacklistedLicensesGraham Bennett1-3/+3
2019-09-26generic/setup.sh: Unset locally defined variablesMatthew Bauer1-13/+22
2019-09-20Merge pull request #69028 from matthewbauer/remove-iselfexec-iselfdynMatthew Bauer1-12/+0
2019-09-20Merge remote-tracking branch 'origin/master' into stagingMatthew Bauer1-1/+0
2019-09-20setup.sh: avoid subshells: iterating a fileAlbert Safin1-1/+2
2019-09-20setup.sh: avoid subshells: type -t in _callImplicitHookAlbert Safin1-15/+12
2019-09-20setup.sh: avoid subshells: mapOffsetAlbert Safin1-5/+6
2019-09-20setup.sh: avoid subshells: type -tAlbert Safin1-1/+1