summaryrefslogtreecommitdiffstats
path: root/pkgs/stdenv
AgeCommit message (Expand)Author
2020-01-03pkgsStatic: set BUILD_SHARED_LIBS=OFF for cmakeDmitry Kalinkin
2019-12-30Merge pull request #74090 from obsidiansystems/ghcjs-cross-without-ccJohn Ericson
2019-12-30Merge remote-tracking branch 'obsidian/ghcjs-cross-without-cc-common' into gh...John Ericson
2019-12-30pkgs/stdenv/booter.nix: Add comment explaining hasCC trickeryJohn Ericson
2019-12-15allowInsecureDefaultPredicate: fix to use getNameRobert Scott
2019-11-26Merge remote-tracking branch 'obsidian/ghcjs-cross-without-cc-19.09' into ghc...John Ericson
2019-11-26Fix lib testsJohn Ericson
2019-11-25Merge remote-tracking branch 'upstream/master' into ghcjs-cross-without-ccJohn Ericson
2019-11-25Add support for cross compiling to `js-ghcjs`John Ericson
2019-11-25stdenv: Introduce hasCC attributeJohn Ericson
2019-11-12setup.sh: rewrite stripHashLily Ballard
2019-11-05stdenv: Don't unset propagated*DepFiles before main phasesJohn Ericson
2019-11-05Merge pull request #69603 from matthewbauer/unset-unused-setup-varMatthew Bauer
2019-11-05Merge staging-next into stagingFrederik Rietdijk
2019-11-03Revert "stdenv/check-meta: getEnv if the attribute is unset (#72376)" (#72752)Dmitry Kalinkin
2019-11-03stdenv/check-meta: getEnv if the attribute is unset (#72376)zimbatm
2019-11-03Merge pull request #72070 from graham33/fix/license_listMatthew Bauer
2019-11-03make-bootstrap-tools: use 'extreme' option to reduce size but not costWill Dietz
2019-11-03binutils: offer "for bootstrap" variant that's less.. feature-completeWill Dietz
2019-11-03gcc7: make building w/LTO support optional, don't use in bootstrap toolsWill Dietz
2019-11-01stdenv: Don't stop `set -u`-ingJohn Ericson
2019-11-01treewide: Make still dont* Variables are optional in most casesJohn Ericson
2019-10-27Fix handling of lists in whitelistedLicenses and blacklistedLicensesGraham Bennett
2019-09-26generic/setup.sh: Unset locally defined variablesMatthew Bauer
2019-09-20Merge pull request #69028 from matthewbauer/remove-iselfexec-iselfdynMatthew Bauer
2019-09-20Merge remote-tracking branch 'origin/master' into stagingMatthew Bauer
2019-09-20setup.sh: avoid subshells: iterating a fileAlbert Safin
2019-09-20setup.sh: avoid subshells: type -t in _callImplicitHookAlbert Safin
2019-09-20setup.sh: avoid subshells: mapOffsetAlbert Safin
2019-09-20setup.sh: avoid subshells: type -tAlbert Safin
2019-09-19stdenv/adapters.nix: remove static from makeStaticLibrariesMatthew Bauer
2019-09-19setup.sh: avoid subshells: shopt -po nounsetAlbert Safin
2019-09-18Revert "setup.sh introduce isELFExec, isELFDyn"Matthew Bauer
2019-09-02Merge branch 'master' into stagingVladimír Čunát
2019-09-02Merge remote-tracking branch 'upstream/master' into feature/js-unknown-ghcjsJohn Ericson
2019-09-02Add support for `js-unknown-ghcjs`Moritz Angermann
2019-08-28treewide: remove redundant recvolth
2019-08-28Merge staging-next into stagingFrederik Rietdijk
2019-08-26treewide: remove redundant quotesvolth
2019-08-18Merge pull request #66657 from danbst/pgpackages-fixesDanylo Hlynskyi
2019-08-18Merge pull request #66725 from flokli/wrapqtappshook-execFlorian Klink
2019-08-17setup.sh introduce isELFExec, isELFDynFlorian Klink
2019-08-15stdenv/check-meta: construct name from pname and version if name unavailabledanbst
2019-08-14Merge pull request #65484 from arcnmx/pr-stdenv-cmake-crossMatthew Bauer
2019-08-01Merge master into staging-nextFrederik Rietdijk
2019-07-27stdenv: correct cross CMAKE_SYSTEM_NAMEarcnmx
2019-07-24pkgsStatic: propagate all buildInputsTobias Mayer
2019-07-21Signal static build option in makeStaticLibrariesTobias Mayer
2019-07-08stdenv: MACOSX_DEPLOYMENT_TARGET 10.10 -> 10.12Daiderd Jordan
2019-07-01setup.sh: add dontUnpackworldofpeace