about summary refs log tree commit diff
path: root/pkgs/stdenv
AgeCommit message (Expand)AuthorFilesLines
2021-07-06setup.sh: use [[ for combined conditionalshappysalada1-2/+2
2021-07-06setup.sh: remove extraneous cat cmdhappysalada1-1/+1
2021-07-06setup.sh: arithmetic conditional stylehappysalada1-1/+1
2021-07-06setup.sh: fatal: Undefined variablehappysalada1-0/+4
2021-07-06setup.sh: fatal: This word should yield a string, but it contains an arrayhappysalada1-10/+7
2021-07-06setup.sh: shellcheck disable=SC1091happysalada1-0/+1
2021-07-06setup.sh: shellcheck disable=SC2034happysalada1-0/+2
2021-07-06setup.sh: missing white spacehappysalada1-1/+1
2021-07-06setup.sh: add quotes where semantically validhappysalada1-2/+2
2021-07-06setup.sh: fatal: Invalid integer constant 'relHostOffset'happysalada1-2/+2
2021-07-06setup.sh: shellcheck disable=SC2123happysalada1-0/+1
2021-07-06setup.sh: shellcheck disable=SC1090happysalada1-0/+3
2021-07-06shellcheck disable=SC2148happysalada1-0/+1
2021-07-06shellcheck disable=SC2154happysalada1-0/+9
2021-07-06setup.sh: replace type -p with test -ehappysalada1-1/+1
2021-07-06setup.sh: arithmetic fixeshappysalada1-27/+27
2021-07-06setup.sh: shellcheck 2206 + 2207happysalada1-38/+50
2021-07-06setup.sh: shellcheck 2086happysalada1-15/+16
2021-07-06builder.sh: check if variable is non nullhappysalada1-1/+1
2021-07-06builder.sh: shellcheck 2129happysalada1-6/+8
2021-07-06builder.sh: shellcheck 2086happysalada1-1/+1
2021-07-05Merge pull request #129328 from nh2/manual-fix-hardening-flags-sectionsNiklas Hambüchen1-1/+3
2021-07-05manual: hardening: Fix disabled flags prose being in previous sectionNiklas Hambüchen1-1/+3
2021-06-24Merge pull request #108102 from matthewbauer/bash-version-checkSandro1-0/+6
2021-06-23stdenv/setup.sh: Add version check to setup scriptMatthew Bauer1-0/+6
2021-06-16Merge branch 'staging-next' into stagingJan Tojnar2-5/+5
2021-06-13darwin: expose bootstrapLlvmVersion as argument in the stdenvDaiderd Jordan2-5/+5
2021-06-11stdenv: introduce dontAddStaticConfigureFlagsAlyssa Ross1-0/+2
2021-06-09Merge pull request #121055 from toonn/bootstrap-tools-bumpDaiderd Jordan2-12/+103
2021-06-07stdenv/native: fix bintools importJonathan Ringer1-1/+1
2021-06-06bootstrap-tools: libclang-cpp already includedtoonn1-1/+0
2021-06-06bootstrap-tools: Patch TargetConditionals.htoonn1-1/+39
2021-06-05bootstrap-tools: Include libclang-cpp.11.1.dylib tootoonn1-1/+1
2021-06-05bootstrap-tools: Include libclang-cpp.dylibtoonn1-0/+1
2021-06-05bootstrap-tools: Update to LLVM 11toonn1-2/+1
2021-06-05bootstrap-tools: Add bootstrapFiles argumenttoonn1-7/+14
2021-06-05bootstrap-tools: Fix xnu python3 patchtoonn2-3/+50
2021-06-05Merge pull request #125494 from siraben/remove-stdenv-libSandro1-7/+0
2021-06-03stdenv: remove libBen Siraphob1-7/+0
2021-06-02stdenv.darwin: nixpkgs-fmthappysalada1-323/+439
2021-05-24darwin/make-bootstrap-tools: move "lib" from install name to rpathAndrew Childs1-4/+2
2021-05-18stdenv/darwin: add bootstrap tools for aarch64-darwinAndrew Childs1-6/+6
2021-05-17stdenv/darwin: Apple Silicon supportAndrew Childs3-110/+299
2021-05-17stdenv/darwin: bootstrap tools for Apple SiliconAndrew Childs1-26/+66
2021-05-17darwin cross: include CoreFoundation in stdenvAndrew Childs1-1/+3
2021-05-14treewide: All the linker to be chosen independentlyJohn Ericson1-1/+1
2021-05-11darwin packages: Get ready for crossJohn Ericson1-1/+1
2021-05-10glibc: Use `pname` and `version`John Ericson1-1/+2
2021-05-06Merge remote-tracking branch 'upstream/staging-next' into stagingJohn Ericson1-22/+22
2021-05-06treewide: Do a number of no-op cleanups for cross and darwinJohn Ericson1-22/+22