about summary refs log tree commit diff
path: root/pkgs/stdenv
AgeCommit message (Expand)AuthorFilesLines
2018-02-13make-bootstrap-tools: grab libc from stdenv.cc.libcWill Dietz1-3/+1
2018-02-13bootstrap-tools-cross, release-cross: add various musl entriesWill Dietz1-7/+10
2018-02-13linux stdenv: find bootstrap files by libc, then archWill Dietz1-11/+20
2018-02-13fixup linux stdenv bootstrapWill Dietz1-16/+23
2018-02-13musl bootstrap: allow libiconvWill Dietz1-0/+1
2018-02-13musl64 bootstrap: grab from gravity, requires netrc magicWill Dietz1-0/+10
2018-02-13linux bootstrap for musl: kludgeryWill Dietz2-3/+7
2018-02-13bootstrap-tools-musl: WIPWill Dietz3-13/+31
2018-02-13for now, copy bootstrap-tools instead of modify in-placeWill Dietz2-0/+81
2018-02-13make-bootstrap-tools: initial musl support, less glibc-specificWill Dietz1-19/+30
2018-02-13make-bootstrap-tools: glibc -> libcCrossWill Dietz1-1/+1
2018-02-13stdenv: automatically update config.sub for muslWill Dietz1-1/+1
2018-02-13make-bootstrap-tools-cross.nix: add musl -> musl64Will Dietz1-0/+1
2018-02-11check-meta: Use concatStringsTuomas Tynkkynen1-2/+1
2018-02-10darwin bootstrap tools: fix after #34339 (http2 in curl)Vladimír Čunát1-2/+2
2018-01-24unpackPhase: Handle sources starting with a hyphenShea Levy1-1/+1
2018-01-16Merge branch 'ericson2314-cross-master' into stagingJohn Ericson2-40/+58
2018-01-14Merge #33057: stdenv meta checks: make them lazyVladimír Čunát2-40/+58
2018-01-14Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen3-5/+20
2018-01-14stdenv: provide `meta.name`Jan Malakhovski2-0/+5
2018-01-14stdenv: hide `name` under `check-meta` assertJan Malakhovski1-1/+4
2018-01-14stdenv: implement `config.checkMetaRecursively`Jan Malakhovski1-1/+7
2018-01-14stdenv: provide `meta.evaluates`Jan Malakhovski2-0/+4
2018-01-14stdenv: change some indentJan Malakhovski1-10/+10
2018-01-10Merge pull request #33681 from obsidiansystems/fixed-output-depsJohn Ericson1-2/+2
2018-01-10treewide: Fetchers should use `stdenvNoCC`.John Ericson1-2/+2
2018-01-09Merge pull request #33670 from obsidiansystems/cross-checkJohn Ericson1-2/+2
2018-01-09stdenv: Fix doCheck and doInstallCheck logicJohn Ericson1-2/+2
2018-01-09Merge pull request #33603 from obsidiansystems/cross-checkJohn Ericson1-2/+17
2018-01-09stdenv: Force `doCheck` and `doInstallCheck` to be false when we are cross co...John Ericson1-2/+17
2018-01-09schedulingPriority should be an int, fix check-meta type and in-tree useWill Dietz1-1/+1
2018-01-09stdenv: Kill off ensureDiradisbladis1-10/+0
2018-01-07Merge pull request #33342 from LnL7/clang-outputsDaiderd Jordan1-1/+1
2018-01-03stdenv: perform checks only when evaluating .drv and .outJan Malakhovski2-29/+29
2018-01-02stdenv: allow lib output of clang on darwinDaiderd Jordan1-1/+1
2018-01-02linux bootstrap tools: Use same derivation whether cross compiling or notJohn Ericson2-236/+35
2017-12-30Merge pull request #26805 from obsidiansystems/cross-elegantJohn Ericson3-92/+323
2017-12-30stdenv-setup: Ease the transition with native buildsJohn Ericson1-9/+28
2017-12-30linux bootstrap tools cross: Nuke more refsJohn Ericson1-0/+1
2017-12-30{bintools,cc}-wrapper: Fix setup hook to respect the role of the cc-compilerJohn Ericson1-0/+11
2017-12-30stdenv: Fix handling of dependencies and hooksJohn Ericson2-92/+292
2017-12-29Merge pull request #33186 from obsidiansystems/cross-binutilsJohn Ericson1-10/+1
2017-12-29stdenv cross adapter: Get rid of extra propagatation of buildInputsJohn Ericson1-10/+1
2017-12-26Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen1-2/+5
2017-12-25darwin stdenv: Make stdenv.cc, not stdenv, bring in libcxxJohn Ericson1-5/+15
2017-12-24darwin stdenv boostrap tools: use curl without kerberosVladimír Čunát1-2/+5
2017-12-15Merge branch 'master' into stagingVladimír Čunát1-0/+1
2017-12-14stdenv: make knownVulnerabilities a known meta-typeGraham Christensen1-0/+1
2017-12-13Merge remote-tracking branch 'upstream/staging' into binutils-wrapperJohn Ericson1-8/+16
2017-12-13bintools-wrapper: Import separately from cc-wrapperJohn Ericson4-34/+74