aboutsummaryrefslogtreecommitdiff
path: root/pkgs/stdenv (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | C++ Compilers: Systematize handling of standard librariesJohn Ericson2020-06-221-4/+5
* | | | | | stdenv: correctly make `stdenv.system` refer to the host platformBen Wolsieffer2020-07-111-2/+5
|/ / / / /
* | | | | stdenv/check-meta: alignment/widthzowoq2020-06-111-7/+7
* | | | | Merge branch 'staging-next'Vladimír Čunát2020-06-103-18/+9
|\| | | |
| * | | | Merge pull request #89036 from Ericson2314/fix-mesa-wayland-crossJohn Ericson2020-05-271-8/+2
| |\ \ \ \
| | * | | | mkDerivation: Don't need to specify pkg-config for meson any moreJohn Ericson2020-05-271-8/+2
| * | | | | Merge pull request #87583 from Gaelan/single-llvmMatthew Bauer2020-05-151-6/+5
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | stdenv: only build LLVM once on darwinGaelan Steele2020-05-111-6/+5
| * | | | | Merge pull request #83180 from matthewbauer/only-add-ldflags-for-macosMatthew Bauer2020-05-131-2/+0
| |\ \ \ \ \
| | * | | | | bintools: only add macos flags when targeting macOSMatthew Bauer2020-03-231-2/+0
| * | | | | | *-wrapper; Switch from `infixSalt` to `suffixSalt`John Ericson2020-05-121-2/+2
| | |/ / / / | |/| | | |
* / | | | | docs: increase awareness of NIXPKGS_ALLOW_INSECURE=1Geoffrey Huntley2020-06-101-2/+7
|/ / / / /
* | | | | mkDerivation mesonFlags: Fix arm cpu familiesJohn Ericson2020-04-281-2/+2
* | | | | mkDerivation mesonFlags: Fix cross file logic to handle more casesJohn Ericson2020-04-281-9/+7
* | | | | meson: Make target-agnosticJohn Ericson2020-04-281-0/+29
| |_|/ / |/| | |
* | | | Merge branch 'staging-next' into stagingJan Tojnar2020-04-136-11/+11
|\ \ \ \ | | |_|/ | |/| |
| * | | treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-106-11/+11
* | | | setup.sh: add dontPatchworldofpeace2020-04-121-0/+1
* | | | generic/setup.sh: allow clobbering env-vars fileMatthew Bauer2020-04-091-1/+1
|/ / /
* / / stdenv/linux: remove powerpc64le bootstrap toolsMatthew Bauer2020-03-311-2/+0
|/ /
* | armv{5tel,6l,7l}: bootstrap-files: quote URLs for rfc-45Graham Christensen2020-03-163-6/+6
* | armv{5tel,6l,7l}: update bootstrap tools after #80497Graham Christensen2020-03-163-15/+33
* | Merge staging-next into masterFrederik Rietdijk2020-03-084-17/+12
|\ \
| * | unpack-bootstrap-tools: remove obsolete linker script patchingBen Wolsieffer2020-03-061-5/+0
| * | stdenv: update ARM bootstrap tarballsBen Wolsieffer2020-03-063-12/+12
* | | make-bootstrap-tools: add libssp to allow stack protector to workBen Wolsieffer2020-02-181-0/+2
|/ /
* | make-bootstrap-tools: fixup after glibc updateVladimír Čunát2020-02-101-0/+1
* | Merge master into staging-nextFrederik Rietdijk2020-02-091-3/+0
|\ \
| * | stdenv: Remove isArm (use isAarch32 instead)Chuck2020-02-051-3/+0
* | | stdenv bootstrap tools: switch one file to official URLVladimír Čunát2020-02-051-1/+1
* | | Merge #66528: glibc: 2.27 -> 2.30 (into staging)Vladimír Čunát2020-02-054-10/+32
|\ \ \ | |/ / |/| |
| * | stdenv bootstrap tools: regenerate "officialy"Vladimír Čunát2020-02-053-12/+10
| * | Merge branch 'staging' into glibc230Maximilian Bosch2020-02-011-10/+16
| |\ \
| * \ \ Merge branch 'staging' into glibc230Maximilian Bosch2020-01-232-23/+11
| |\ \ \
| * | | | stdenv: rebuild aarch64 bootstrap files with gcc8Maximilian Bosch2020-01-141-4/+6
| * | | | glibc: depend on libidn2 (and libunistring, transitively)Vladimír Čunát2020-01-141-4/+25
| * | | | stdenv bootstrap: disable dejagnu testsVladimír Čunát2020-01-141-0/+1
| * | | | bootstrap-files: bump WIPLuka Blaskovic2020-01-142-6/+6
* | | | | Merge staging-next into stagingFrederik Rietdijk2020-02-021-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | stdenv, darwin: fix setupHook locationLuka Blaskovic2020-01-301-1/+1
| | |/ / | |/| |
* | | | cmake: move CMAKE_OSX_ARCHITECTURES out of the stdenvDaiderd Jordan2020-01-311-1/+0
* | | | stdenv: introduce appleSdkVersion and macosVersionMinDaiderd Jordan2020-01-311-7/+9
* | | | stdenv: make darwin builds reproducableDaiderd Jordan2020-01-311-5/+10
|/ / /
* | | stdenv: make symlinks that refer to the same output relativeAndreas Rammhold2020-01-151-0/+1
* | | Merge pull request #77610 from LnL7/darwin-stdenv-python3Frederik Rietdijk2020-01-151-23/+10
|\ \ \ | |/ / |/| |
| * | stdenv: bootstrap darwin with python3Daiderd Jordan2020-01-131-23/+10
| |/
* / pkgsStatic: set BUILD_SHARED_LIBS=OFF for cmakeDmitry Kalinkin2020-01-031-0/+1
|/
* Merge pull request #74090 from obsidiansystems/ghcjs-cross-without-ccJohn Ericson2019-12-303-7/+30
|\
| * Merge remote-tracking branch 'obsidian/ghcjs-cross-without-cc-common' into gh...John Ericson2019-12-301-1/+5
| |\
| | * pkgs/stdenv/booter.nix: Add comment explaining hasCC trickeryJohn Ericson2019-12-301-1/+5