about summary refs log tree commit diff
path: root/pkgs/stdenv
AgeCommit message (Expand)AuthorFilesLines
2017-01-24top-level: `crossSystem` is no longer exposed to packages. Use `*Platform`.John Ericson1-1/+1
2017-01-24cross-stdenv: Inline useless bindings and reindentJohn Ericson1-55/+53
2017-01-24top-level: Lay the groundwork for `{build,host,target}Platform`John Ericson9-35/+70
2017-01-24top-level: Introduce `buildPackages` for resolving build-time depsJohn Ericson5-36/+46
2017-01-16Fix missing overlays argument in stdenv/linux/default.nixNicolas B. Pierron1-1/+1
2017-01-16Add overlays mechanism to Nixpkgs.Nicolas B. Pierron7-18/+18
2017-01-13stdenv/booter.nix: Add longer note explaining indexingJohn Ericson1-1/+4
2017-01-13linux stdenv: Inline stage funs to conform to new conventionJohn Ericson2-60/+53
2017-01-13linux stdenv: Remove stray use of stage0 to bootstrap more elegantlyJohn Ericson1-5/+17
2017-01-13linux stdenv: Utilize overrides and prevStage betterJohn Ericson1-37/+31
2017-01-13top-level: Do stdenvOverrides in stage.nix even if crossSystem exists.David Grayson1-0/+1
2017-01-13top-level: Normalize stdenv bootingJohn Ericson10-266/+384
2017-01-13top-level: Modernize stdenv.overrides giving it self and superJohn Ericson5-41/+40
2017-01-05coreutils: Build with libattr to support xattrsTuomas Tynkkynen2-2/+4
2016-12-15top-level: avoid another `assert false` while we're at itJohn Ericson1-1/+1
2016-12-15linux stdenv: Avoid `assert false`John Ericson4-26/+20
2016-12-15linux stdenv: Rename the `bootstrap` directory to `bootstrap-files`John Ericson7-6/+6
2016-12-15linux stdenv: Fix assert that broke tests...and hydraJohn Ericson1-1/+1
2016-12-03top-level: Allow manually specifying a stdenv, and fix stdenv testsJohn Ericson2-4/+11
2016-12-01top-level: turn the screwJohn Ericson6-24/+30
2016-11-30top-level: Close over fewer arguments for stdenv stagesJohn Ericson6-16/+21
2016-11-30top-level: Remove cycles: stdenv calls in top-level but not vice versaJohn Ericson7-9/+13
2016-11-30Move up `inherit` binding for consistencyJohn Ericson2-2/+2
2016-11-30top-level: Stop exposing all stdenvsJohn Ericson3-7/+6
2016-11-16allowUnfree: mention the solution that works for nix-shell as wellDomen Kožar1-1/+1
2016-11-15Add initial basic support for cross-compiling to iOSShea Levy2-2/+10
2016-11-12top-level: Make cross compiling slightly sanerJohn Ericson1-11/+9
2016-11-06top-level: Make config-overriden stdenv bootstrap more normallyJohn Ericson3-2/+26
2016-11-06top-level: Make stdenvCross which appears at first glance normal...John Ericson2-2/+32
2016-10-30Merge pull request #18660 from aneeshusa/add-override-attrsDomen Kožar1-0/+1
2016-10-27top-level: Make `stdenv/default.nix` more concise with `inherit (expr) id;` s...John Ericson2-7/+5
2016-10-26Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk1-3/+2
2016-10-24Merge pull request #19769 from groxxda/licenseJoachim F1-1/+1
2016-10-22stdenv: throwEvalHelp performance (#19779)Alexander Ried1-2/+1
2016-10-22Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk1-3/+53
2016-10-22stdenv.hasLicense: ? supports nested lookupAlexander Ried1-1/+1
2016-10-16darwin.stdenv: update MACOSX_DEPLOYMENT_TARGETDan Peebles1-1/+1
2016-10-15darwin.make-bootstrap-tools: Fix test targetDan Peebles1-3/+53
2016-10-14Merge staging without python splitting for nowVladimír Čunát1-6/+6
2016-10-14tested job: fixup evaluation after 5dadc3aVladimír Čunát1-2/+2
2016-10-13darwin.make-bootstrap-tools: fix for new stdenv setupDan Peebles1-29/+18
2016-10-13Merge branch 'master' into stagingVladimír Čunát2-8/+43
2016-10-12stdenv stripHash(): fixup after #19324Vladimír Čunát1-5/+5
2016-10-12[darwin.stdenv] Fix to work on SierraDan Peebles2-8/+43
2016-10-11stdenv/stripHash: print to stdout, not to variableProfpatsch1-1/+1
2016-10-02mkDerivation: add overrideAttrs functionAneesh Agrawal1-0/+1
2016-09-20Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra1-2/+10
2016-09-18stdenv.mkDerivation: add comments w/ manual links (#18707)Chris Martin1-2/+10
2016-09-14stdenv-darwin: downgrade default LLVM back to 3.7Dan Peebles1-2/+2
2016-09-12stdenv-darwin: upgrade a few more thingsDan Peebles1-7/+7