summaryrefslogtreecommitdiffstats
path: root/pkgs/stdenv
AgeCommit message (Expand)Author
2017-02-24nixpkgs: allow packages to be marked insecureGraham Christensen
2017-02-23Revert "nixpkgs: allow packages to be marked insecure"Graham Christensen
2017-02-17nixpkgs: allow packages to be marked insecureGraham Christensen
2017-02-05Merge pull request #22387 from Ericson2314/cross-3-platformsJohn Ericson
2017-02-05cross stdenv: let build package's build deps resolve to native packagesJohn Ericson
2017-02-04make-bootstrap-tools{,-cross}.nix: Fix build after binutils changesTuomas Tynkkynen
2017-02-01~/.nixpkgs -> ~/.config/nixpkgsEelco Dolstra
2017-01-29stdenv: make is64bit evaluate true on aarch64Tuomas Tynkkynen
2017-01-29stdenv: Aarch64 bootstrap: Update bootstrap tarballs to hydra-built onesTuomas Tynkkynen
2017-01-26Merge pull request #22117 from dezgeg/aarch64-for-mergeTuomas Tynkkynen
2017-01-25top-level: no more need to expose `splicedPackages`John Ericson
2017-01-25stdenv: Add aarch64 bootstrap filesTuomas Tynkkynen
2017-01-25make-bootstrap-tools.nix test: Use busybox from storeTuomas Tynkkynen
2017-01-25stdenv: Add updateAutoconfGnuConfigScriptsHook for aarch64Tuomas Tynkkynen
2017-01-25stdenv: Bringup aarch64 architecture supportTuomas Tynkkynen
2017-01-24top-level: Only splice as needed for performanceJohn Ericson
2017-01-24top-level: `crossSystem` is no longer exposed to packages. Use `*Platform`.John Ericson
2017-01-24cross-stdenv: Inline useless bindings and reindentJohn Ericson
2017-01-24top-level: Lay the groundwork for `{build,host,target}Platform`John Ericson
2017-01-24top-level: Introduce `buildPackages` for resolving build-time depsJohn Ericson
2017-01-16Fix missing overlays argument in stdenv/linux/default.nixNicolas B. Pierron
2017-01-16Add overlays mechanism to Nixpkgs.Nicolas B. Pierron
2017-01-13stdenv/booter.nix: Add longer note explaining indexingJohn Ericson
2017-01-13linux stdenv: Inline stage funs to conform to new conventionJohn Ericson
2017-01-13linux stdenv: Remove stray use of stage0 to bootstrap more elegantlyJohn Ericson
2017-01-13linux stdenv: Utilize overrides and prevStage betterJohn Ericson
2017-01-13top-level: Do stdenvOverrides in stage.nix even if crossSystem exists.David Grayson
2017-01-13top-level: Normalize stdenv bootingJohn Ericson
2017-01-13top-level: Modernize stdenv.overrides giving it self and superJohn Ericson
2017-01-05coreutils: Build with libattr to support xattrsTuomas Tynkkynen
2016-12-15top-level: avoid another `assert false` while we're at itJohn Ericson
2016-12-15linux stdenv: Avoid `assert false`John Ericson
2016-12-15linux stdenv: Rename the `bootstrap` directory to `bootstrap-files`John Ericson
2016-12-15linux stdenv: Fix assert that broke tests...and hydraJohn Ericson
2016-12-03top-level: Allow manually specifying a stdenv, and fix stdenv testsJohn Ericson
2016-12-01top-level: turn the screwJohn Ericson
2016-11-30top-level: Close over fewer arguments for stdenv stagesJohn Ericson
2016-11-30top-level: Remove cycles: stdenv calls in top-level but not vice versaJohn Ericson
2016-11-30Move up `inherit` binding for consistencyJohn Ericson
2016-11-30top-level: Stop exposing all stdenvsJohn Ericson
2016-11-16allowUnfree: mention the solution that works for nix-shell as wellDomen Kožar
2016-11-15Add initial basic support for cross-compiling to iOSShea Levy
2016-11-12top-level: Make cross compiling slightly sanerJohn Ericson
2016-11-06top-level: Make config-overriden stdenv bootstrap more normallyJohn Ericson
2016-11-06top-level: Make stdenvCross which appears at first glance normal...John Ericson
2016-10-30Merge pull request #18660 from aneeshusa/add-override-attrsDomen Kožar
2016-10-27top-level: Make `stdenv/default.nix` more concise with `inherit (expr) id;` s...John Ericson
2016-10-26Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk
2016-10-24Merge pull request #19769 from groxxda/licenseJoachim F
2016-10-22stdenv: throwEvalHelp performance (#19779)Alexander Ried