summary refs log tree commit diff
path: root/pkgs/stdenv/generic/setup.sh
AgeCommit message (Expand)AuthorFilesLines
2023-11-07Merge pull request #230874 from Ninlives/runPhaseArtturi1-33/+39
2023-11-07stdenv: wrap phase running actions of genericBuildmlatus1-33/+39
2023-10-04stdenv: refactor `.attrs.sh` detectionMaximilian Bosch1-15/+2
2023-09-04Merge pull request #245909 from Artturin/setupshchanges2Artturi1-1/+1
2023-09-02stdenv: Fix possible issues discovered withArtturin1-1/+1
2023-08-10stdenv: Print `_allFlags` debug output to stderrArtturin1-1/+1
2023-07-28stdenv: Make condition clearerArtturin1-1/+1
2023-05-31Merge pull request #234883 from sternenseemann/nix-structured-attrsRobert Hensing1-2/+12
2023-05-29stdenv/setup.sh: deal with Nix < 2.4 structured attrssternenseemann1-2/+12
2023-03-31stdenv: remove the NIX_LIB*_IN_SELF_RPATH environment variablesElias Naur1-6/+0
2023-02-26stdenv/generic/setup.sh: enable parallel installs by defaultSergei Trofimovich1-0/+1
2023-02-07stdenv: allow propagating propagated dependencies separately from theArtturin1-30/+35
2023-02-06stdenv/setup.sh: Allow NIX_ATTRS_{JSON,SH}_FILE to be set correctly by NixRobert Hensing1-4/+10
2023-01-29improve error when srcs is used with directories with the same post-hash nameJeff Huffman1-1/+10
2023-01-18stdenv: don't clobber useArray and type in {prepend,append}ToVarAndrew Childs1-2/+2
2023-01-16stdenv: disable shellcheck rule SC2068 & SC1091Artturin1-1/+1
2023-01-16stdenv: fix SC2242Artturin1-2/+2
2023-01-16stdenv: disable shellcheck rule SC2048Artturin1-1/+1
2023-01-16stdenv: disable shellcheck rulesArtturin1-2/+1
2023-01-16stdenv: fix SC2004 & SC2086Artturin1-6/+6
2023-01-16stdenv: fix SC2223Artturin1-10/+10
2023-01-15stdenv: drop remove unnecessary env varArtturin1-20/+11
2023-01-15Merge pull request #209371 from Artturin/gzipreproArtturi1-0/+4
2023-01-12gzip: make reproducible when GZIP_NO_TIMESTAMPS is setArtturin1-0/+4
2023-01-06stdenv: don't fail installPhase on missing makefileArtturin1-1/+10
2022-12-15stdenv: handle `env` gracefullyNaïm Favier1-4/+7
2022-12-10stdenv: detect the type of variable in {prepend,append}ToVarArtturin1-2/+48
2022-12-08stdenv: export system pname name version for substituteAllArtturin1-0/+4
2022-12-08work around a nix bugArtturin1-0/+4
2022-12-08stdenv: support opt-in __structuredAttrsArtturin1-53/+169
2022-11-12stdenv: fix succeedOnFailureSandro Jäckel1-1/+1
2022-09-22treewide: drop -l$NIX_BUILD_CORESGraham Christensen1-3/+3
2022-08-21Set inherit_errexit after bash version checkMatthew Bauer1-1/+2
2022-06-29stdenv: substituteInPlace: accept multiple filenamesArtturin1-3/+12
2022-06-23Merge pull request #178626 from a-m-joseph/pr/168413fallout/mktempRick van Schijndel1-1/+1
2022-06-22setup.sh: use six `X` characters in `mktemp` invocationAdam Joseph1-1/+1
2022-06-15setup.sh: use -exec rather than -execdirAdam Joseph1-4/+4
2022-05-26fixLibtool(): patch ./configure, add `file` to common-path.nixAdam Joseph1-0/+15
2022-04-02stdenv: print the time the phase took if it was longer than 30sArtturin1-0/+23
2022-03-24stdenv/setup.sh: make sure $sourceRoot has +x before cd-ingsternenseemann1-0/+3
2022-02-20stdenv, dep-licenses.sh: do not skip handling of other exit trapsSandro Jäckel1-2/+2
2022-01-23stdenv: fix shellcheck complaining about things not being posix compliantSandro Jäckel1-0/+1
2022-01-23stdenv: restore bash options -e/-u to the values they where beforeSandro Jäckel1-2/+5
2021-11-23stdenv/setup: tell libtool about library pathsAlyssa Ross1-1/+12
2021-10-25Merge pull request #137209 from milahu/patch-10Artturi1-2/+2
2021-10-06stdenv: add shopt inherit_errexithappysalada1-0/+1
2021-10-06stdenv: use named ref to clarify intenthappysalada1-11/+10
2021-09-17stdenv: re-add isMachO helper function (#138334)Winter1-0/+28
2021-09-17Merge #138186: stdenv: remove isMachO helper functionVladimír Čunát1-23/+0
2021-09-16stdenv: remove isMachO helper functionWinter1-23/+0