about summary refs log tree commit diff
path: root/pkgs/stdenv
AgeCommit message (Expand)AuthorFilesLines
2017-02-24nixpkgs: allow packages to be marked insecureGraham Christensen1-12/+60
2017-02-23Revert "nixpkgs: allow packages to be marked insecure"Graham Christensen1-60/+12
2017-02-17nixpkgs: allow packages to be marked insecureGraham Christensen1-12/+60
2017-02-05Merge pull request #22387 from Ericson2314/cross-3-platformsJohn Ericson1-2/+1
2017-02-05cross stdenv: let build package's build deps resolve to native packagesJohn Ericson1-2/+1
2017-02-04make-bootstrap-tools{,-cross}.nix: Fix build after binutils changesTuomas Tynkkynen2-2/+2
2017-02-01~/.nixpkgs -> ~/.config/nixpkgsEelco Dolstra2-2/+2
2017-01-29stdenv: make is64bit evaluate true on aarch64Tuomas Tynkkynen1-0/+1
2017-01-29stdenv: Aarch64 bootstrap: Update bootstrap tarballs to hydra-built onesTuomas Tynkkynen1-3/+3
2017-01-26Merge pull request #22117 from dezgeg/aarch64-for-mergeTuomas Tynkkynen7-7/+44
2017-01-25top-level: no more need to expose `splicedPackages`John Ericson1-27/+26
2017-01-25stdenv: Add aarch64 bootstrap filesTuomas Tynkkynen1-0/+11
2017-01-25make-bootstrap-tools.nix test: Use busybox from storeTuomas Tynkkynen1-2/+3
2017-01-25stdenv: Add updateAutoconfGnuConfigScriptsHook for aarch64Tuomas Tynkkynen2-4/+11
2017-01-25stdenv: Bringup aarch64 architecture supportTuomas Tynkkynen4-1/+19
2017-01-24top-level: Only splice as needed for performanceJohn Ericson1-7/+6
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