about summary refs log tree commit diff
path: root/pkgs/stdenv
AgeCommit message (Expand)AuthorFilesLines
2020-09-05Merge pull request #76794 from dudebout/document-nix-env-multiple-output-inst...Silvan Mosberger1-2/+6
2020-09-05document nix-env bug relating to multiple output installationNicolas Dudebout1-2/+6
2020-08-31Merge pull request #95536 from Infinisil/inputDerivationSilvan Mosberger1-0/+26
2020-08-19Merge pull request #95129 from aaronjanse/aj-fix-llvm-for-redoxMatthew Bauer1-1/+2
2020-08-16mkDerivation: Introduce .inputDerivation for shell.nix build convenienceSilvan Mosberger1-0/+26
2020-08-10mkDerivation: handle Redox in cmakeFlagsAaron Janse1-1/+2
2020-08-02gnu-config: 2019-04-15 -> 2020-05-04Emery Hemingway1-1/+2
2020-08-01Merge pull request #89794 from Mic92/source-date-epochJörg Thalheim1-5/+6
2020-07-21redox: add as targetAaron Janse1-2/+2
2020-07-13Merge branch 'staging-next' (PR #91090)Vladimír Čunát1-4/+5
2020-07-11stdenv: correctly make `stdenv.system` refer to the host platformBen Wolsieffer1-2/+5
2020-06-22C++ Compilers: Systematize handling of standard librariesJohn Ericson1-4/+5
2020-06-11stdenv/check-meta: alignment/widthzowoq1-7/+7
2020-06-10Merge branch 'staging-next'Vladimír Čunát3-18/+9
2020-06-10docs: increase awareness of NIXPKGS_ALLOW_INSECURE=1Geoffrey Huntley1-2/+7
2020-06-08stdenv: set SOURCE_DATE_EPOCH to a value python supportsJörg Thalheim1-5/+6
2020-05-27Merge pull request #89036 from Ericson2314/fix-mesa-wayland-crossJohn Ericson1-8/+2
2020-05-27mkDerivation: Don't need to specify pkg-config for meson any moreJohn Ericson1-8/+2
2020-05-15Merge pull request #87583 from Gaelan/single-llvmMatthew Bauer1-6/+5
2020-05-13Merge pull request #83180 from matthewbauer/only-add-ldflags-for-macosMatthew Bauer1-2/+0
2020-05-12*-wrapper; Switch from `infixSalt` to `suffixSalt`John Ericson1-2/+2
2020-05-11stdenv: only build LLVM once on darwinGaelan Steele1-6/+5
2020-04-28mkDerivation mesonFlags: Fix arm cpu familiesJohn Ericson1-2/+2
2020-04-28mkDerivation mesonFlags: Fix cross file logic to handle more casesJohn Ericson1-9/+7
2020-04-28meson: Make target-agnosticJohn Ericson1-0/+29
2020-04-13Merge branch 'staging-next' into stagingJan Tojnar6-11/+11
2020-04-12setup.sh: add dontPatchworldofpeace1-0/+1
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly6-11/+11
2020-04-09generic/setup.sh: allow clobbering env-vars fileMatthew Bauer1-1/+1
2020-03-31stdenv/linux: remove powerpc64le bootstrap toolsMatthew Bauer1-2/+0
2020-03-23bintools: only add macos flags when targeting macOSMatthew Bauer1-2/+0
2020-03-16armv{5tel,6l,7l}: bootstrap-files: quote URLs for rfc-45Graham Christensen3-6/+6
2020-03-16armv{5tel,6l,7l}: update bootstrap tools after #80497Graham Christensen3-15/+33
2020-03-08Merge staging-next into masterFrederik Rietdijk4-17/+12
2020-03-06unpack-bootstrap-tools: remove obsolete linker script patchingBen Wolsieffer1-5/+0
2020-03-06stdenv: update ARM bootstrap tarballsBen Wolsieffer3-12/+12
2020-02-18make-bootstrap-tools: add libssp to allow stack protector to workBen Wolsieffer1-0/+2
2020-02-10make-bootstrap-tools: fixup after glibc updateVladimír Čunát1-0/+1
2020-02-09Merge master into staging-nextFrederik Rietdijk1-3/+0
2020-02-05stdenv: Remove isArm (use isAarch32 instead)Chuck1-3/+0
2020-02-05stdenv bootstrap tools: switch one file to official URLVladimír Čunát1-1/+1
2020-02-05Merge #66528: glibc: 2.27 -> 2.30 (into staging)Vladimír Čunát4-10/+32
2020-02-05stdenv bootstrap tools: regenerate "officialy"Vladimír Čunát3-12/+10
2020-02-02Merge staging-next into stagingFrederik Rietdijk1-1/+1
2020-02-01Merge branch 'staging' into glibc230Maximilian Bosch1-10/+16
2020-01-31cmake: move CMAKE_OSX_ARCHITECTURES out of the stdenvDaiderd Jordan1-1/+0
2020-01-31stdenv: introduce appleSdkVersion and macosVersionMinDaiderd Jordan1-7/+9
2020-01-31stdenv: make darwin builds reproducableDaiderd Jordan1-5/+10
2020-01-30stdenv, darwin: fix setupHook locationLuka Blaskovic1-1/+1
2020-01-23Merge branch 'staging' into glibc230Maximilian Bosch2-23/+11