about summary refs log tree commit diff
path: root/pkgs/stdenv
Commit message (Collapse)AuthorAge
* stdenv/check-meta: alignment/widthzowoq2020-06-11
|
* Merge branch 'staging-next'Vladimír Čunát2020-06-10
|\
| * Merge pull request #89036 from Ericson2314/fix-mesa-wayland-crossJohn Ericson2020-05-27
| |\ | | | | | | mesa wayland: Fix/simplify cross
| | * mkDerivation: Don't need to specify pkg-config for meson any moreJohn Ericson2020-05-27
| | | | | | | | | | | | Env var will work fine.
| * | Merge pull request #87583 from Gaelan/single-llvmMatthew Bauer2020-05-15
| |\ \ | | |/ | |/| stdenv-darwin: now with 50% less LLVM!
| | * stdenv: only build LLVM once on darwinGaelan Steele2020-05-11
| | |
| * | Merge pull request #83180 from matthewbauer/only-add-ldflags-for-macosMatthew Bauer2020-05-13
| |\ \ | | | | | | | | bintools: only add macos flags when targeting macOS
| | * | bintools: only add macos flags when targeting macOSMatthew Bauer2020-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We can’t set this for cross-compiling since we use the GNU linker. Instead, set these flags only when targetPlatform is macOS. Fixes #80754 Fixes #83141
| * | | *-wrapper; Switch from `infixSalt` to `suffixSalt`John Ericson2020-05-12
| | |/ | |/| | | | | | | | | | | | | | | | I hate the thing too even though I made it, and rather just get rid of it. But we can't do that yet. In the meantime, this brings us more inline with autoconf and will make it slightly easier for me to write a pkg-config wrapper, which we need.
* / | docs: increase awareness of NIXPKGS_ALLOW_INSECURE=1Geoffrey Huntley2020-06-10
|/ / | | | | https://github.com/NixOS/nixpkgs/blob/496bc90c6c9b54e8200a069862e3c4fad21f9f58/doc/using/configuration.xml#L190
* | mkDerivation mesonFlags: Fix arm cpu familiesJohn Ericson2020-04-28
| | | | | | | | | | In my haste to unbreak eval, I screwed up and got the bit-widths, backwards.
* | mkDerivation mesonFlags: Fix cross file logic to handle more casesJohn Ericson2020-04-28
| | | | | | | | Otherwise eval breaks
* | meson: Make target-agnosticJohn Ericson2020-04-28
| | | | | | | | | | | | The cross file is added in the `mkDerivation`. It isn't nice putting build tool-specific stuff here, but our current architecture gives us little alternative.
* | Merge branch 'staging-next' into stagingJan Tojnar2020-04-13
|\ \
| * | treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
| | |
* | | setup.sh: add dontPatchworldofpeace2020-04-12
| | | | | | | | | | | | Fixes #85038
* | | generic/setup.sh: allow clobbering env-vars fileMatthew Bauer2020-04-09
|/ / | | | | | | | | | | | | | | | | | | If the option ‘noclobber’ is set in Bash, we get an error when we clobber an already existing env-vars. This is an okay error to ignore, so just >| instead. Note that >| is NOT a Bashism[[1]]. Fixes #79651 [1]: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_07_02
* / stdenv/linux: remove powerpc64le bootstrap toolsMatthew Bauer2020-03-31
|/ | | | | | | | These files never existed, so best to not leave the reference. If someone want to step up to maintain this, that would be fine. I don’t have the hardware to test these out. In addition, someone tried to use the bootstrap-tools currently built by Hydra and found that they were broken in some unclear way.
* armv{5tel,6l,7l}: bootstrap-files: quote URLs for rfc-45Graham Christensen2020-03-16
| | | | Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
* armv{5tel,6l,7l}: update bootstrap tools after #80497Graham Christensen2020-03-16
|
* Merge staging-next into masterFrederik Rietdijk2020-03-08
|\
| * unpack-bootstrap-tools: remove obsolete linker script patchingBen Wolsieffer2020-03-06
| | | | | | | | | | | | The linker scripts no longer contain store paths, so this does nothing. More importantly, libpthread.so is not longer a linker script on ARM, so the patching would corrupt it.
| * stdenv: update ARM bootstrap tarballsBen Wolsieffer2020-03-06
| | | | | | | | | | | | | | | | | | | | | | | | Fixes building glibc 2.30, which requires at least GCC 6. Picked from the following cross-trunk evaluation: https://hydra.nixos.org/eval/1568864 based on nixpkgs commit ac241fb7a57. armv5tel job: https://hydra.nixos.org/build/111556418 armv6l job: https://hydra.nixos.org/build/111556521 armv7l job: https://hydra.nixos.org/build/111556551
* | make-bootstrap-tools: add libssp to allow stack protector to workBen Wolsieffer2020-02-18
|/
* make-bootstrap-tools: fixup after glibc updateVladimír Čunát2020-02-10
| | | | | | There's a generated header that got comment about the source header from glibc.dev, which added unwanted runtime dependency. Tested: nix build -f pkgs/top-level/release.nix stdenvBootstrapTools.{aarch64,i686,x86_64}-linux.test
* Merge master into staging-nextFrederik Rietdijk2020-02-09
|\
| * stdenv: Remove isArm (use isAarch32 instead)Chuck2020-02-05
| | | | | | | | | | isArm has been deprecated for three releases. All references have been removed. Tree-wide substitution was performed in #37401 21 months ago.
* | stdenv bootstrap tools: switch one file to official URLVladimír Čunát2020-02-05
| |
* | Merge #66528: glibc: 2.27 -> 2.30 (into staging)Vladimír Čunát2020-02-05
|\ \ | |/ |/| | | | | Includes update of stdenv bootstap tools (for three main platforms) and many package fixes with new glibc.
| * stdenv bootstrap tools: regenerate "officialy"Vladimír Čunát2020-02-05
| | | | | | | | | | | | From Hydra's binaries for c5aabb0 (19.09). This time I re-tested full stdenv bootstrap on these three platforms. https://github.com/NixOS/nixpkgs/pull/66528#issuecomment-582351637
| * Merge branch 'staging' into glibc230Maximilian Bosch2020-02-01
| |\
| * \ Merge branch 'staging' into glibc230Maximilian Bosch2020-01-23
| |\ \
| * | | stdenv: rebuild aarch64 bootstrap files with gcc8Maximilian Bosch2020-01-14
| | | | | | | | | | | | | | | | | | | | The old bootstrapping files would break with glibc 2.30 as at least gcc6 is needed.
| * | | glibc: depend on libidn2 (and libunistring, transitively)Vladimír Čunát2020-01-14
| | | | | | | | | | | | | | | | | | | | | | | | It's a bit hacky, but ATM I can't see any better way for glibc >= 2.28. Signed-off-by: Luka Blaskovic <lblasc@tvbeat.com>
| * | | stdenv bootstrap: disable dejagnu testsVladimír Čunát2020-01-14
| | | | | | | | | | | | | | | | | | | | There's a failure - I don't know why. The checks from "normal" dejagnu still succeed, so I assume this commit is quite a safe work-around.
| * | | bootstrap-files: bump WIPLuka Blaskovic2020-01-14
| | | |
* | | | Merge staging-next into stagingFrederik Rietdijk2020-02-02
|\ \ \ \ | |_|_|/ |/| | |
| * | | stdenv, darwin: fix setupHook locationLuka Blaskovic2020-01-30
| | |/ | |/|
* | | cmake: move CMAKE_OSX_ARCHITECTURES out of the stdenvDaiderd Jordan2020-01-31
| | | | | | | | | | | | | | | | | | This was initially introduced in 92188d9d1751892ddbf8913da73dfc150d18fadb, not clear how relevant this still is but i686 isn't supported anymore so disable it explicitly.
* | | stdenv: introduce appleSdkVersion and macosVersionMinDaiderd Jordan2020-01-31
| | |
* | | stdenv: make darwin builds reproducableDaiderd Jordan2020-01-31
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #21629 Passing these extra linker flags removes both the semi-random uuid included in most binaries as well as making the sdk version consistent instead of based on the current os version. Load command 8 cmd LC_UUID cmdsize 24 uuid 70FAF921-5DC8-371C-B814-4F121FADFDF4 Load command 9 cmd LC_VERSION_MIN_MACOSX cmdsize 16 version 10.12 sdk 10.13 The -macosx_version_min flag isn't strictly necessary since that's already handled by MACOSX_DEPLOYMENT_TARGET.
* | stdenv: make symlinks that refer to the same output relativeAndreas Rammhold2020-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While looking at the graph of all the outputs in my personal binary cache it became obvious that we have a lot of self references within the package set. That isn't an isuse by itself. However it increases the size of the binary cache for every (reproducible) build of a package that carries references to itself. You can no longer deduplicate the outputs since they are all unique. One of the ways to get rid of (a few) references is to rewrite all the symlinks that are currently used to be relative symlinks. Two build of something that didn't really change but carries a self-reference can the be store as the same NAR file again. I quickly hacked together this change to see if that would yield and success. My bash scripting skills are probably not great but so far it seem to somewhat work.
* | Merge pull request #77610 from LnL7/darwin-stdenv-python3Frederik Rietdijk2020-01-15
|\ \ | |/ |/| darwin-stdenv: bootstrap with python3
| * stdenv: bootstrap darwin with python3Daiderd Jordan2020-01-13
| | | | | | | | | | | | | | | | | | | | | | - Replaced python override from the final stdenv, instead we propagate our bootstrap python to stage4 and override both CF and xnu to use it. - Removed CF argument from python interpreters, this is redundant since it's not overidden anymore. - Inherit CF from stage4, making it the same as the stdenv.
* | pkgsStatic: set BUILD_SHARED_LIBS=OFF for cmakeDmitry Kalinkin2020-01-03
|/
* Merge pull request #74090 from obsidiansystems/ghcjs-cross-without-ccJohn Ericson2019-12-30
|\ | | | | stdenv, haskell: bonafied GHCJS cross compilation without stdenv.cc
| * Merge remote-tracking branch 'obsidian/ghcjs-cross-without-cc-common' into ↵John Ericson2019-12-30
| |\ | | | | | | | | | ghcjs-cross-without-cc
| | * pkgs/stdenv/booter.nix: Add comment explaining hasCC trickeryJohn Ericson2019-12-30
| | |
| * | Merge remote-tracking branch 'obsidian/ghcjs-cross-without-cc-19.09' into ↵John Ericson2019-11-26
| |\| | | | | | | | | | ghcjs-cross-without-cc
| | * Fix lib testsJohn Ericson2019-11-26
| | | | | | | | | | | | js-ghcjs didn't fit in an existing categor.