about summary refs log tree commit diff
path: root/pkgs/stdenv
AgeCommit message (Expand)AuthorFilesLines
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 #210752 from trofi/make-bootstrap-tools-libstdcxx-rpathSergei Trofimovich1-8/+9
2023-01-15stdenv.mkDerivation: Make overrideAttrs overridableRobert Hensing1-24/+25
2023-01-15Merge pull request #209371 from Artturin/gzipreproArtturi1-0/+4
2023-01-14Merge pull request #210109 from amjoseph-nixpkgs/pr/stdenv/build-gettext-only...Artturi1-2/+2
2023-01-14make-bootstrap-tools: fix test to include libstdc++ -rpathSergei Trofimovich1-8/+9
2023-01-14stdenv: mark binutils-patchelfed (#209600)Adam Joseph1-1/+2
2023-01-12Merge pull request #209054 from trofi/stdcxx-out-of-bootstrap-libSergei Trofimovich1-2/+11
2023-01-12gzip: make reproducible when GZIP_NO_TIMESTAMPS is setArtturin1-0/+4
2023-01-11Merge staging-next into staginggithub-actions[bot]1-4/+3
2023-01-11Merge master into staging-nextgithub-actions[bot]1-4/+3
2023-01-11check-meta(hasUnsupportedPlatform): use lib.meta.availableOnAdam Joseph1-4/+3
2023-01-10stdenv: build gettext only onceAdam Joseph1-2/+2
2023-01-10Merge pull request #209255 from Artturin/stdenvupdate1Artturi1-1/+10
2023-01-06stdenv/darwin: rebuild gawk earlier: in stage4 instead of final stageSergei Trofimovich1-1/+1
2023-01-06stdenv: don't fail installPhase on missing makefileArtturin1-1/+10
2023-01-04Merge staging-next into staginggithub-actions[bot]1-3/+3
2023-01-04linux/bootstrap-tools: move libstdc++ out of default library search pathSergei Trofimovich1-2/+11
2023-01-04Merge pull request #175495 from amjoseph-nixpkgs/pr/sourceProvenance/correct-...piegames1-3/+3
2023-01-03Merge staging-next into staginggithub-actions[bot]1-1/+90
2023-01-02Merge pull request #208478 from trofi/comment-stdenv-bootstrapJohn Ericson1-1/+90
2023-01-02stdenv/linux: document some tips in debugging stdenv bootstrap towerSergei Trofimovich1-1/+90
2023-01-01check-meta.nix: make non-source consistent with documentationAdam Joseph1-3/+3
2023-01-02Merge branch 'staging-next' into stagingJan Tojnar1-27/+31
2023-01-01stdenv/check-meta: do deep type checksNaïm Favier1-27/+31
2022-12-18Merge staging-next into staginggithub-actions[bot]1-1/+1
2022-12-17treewide: fix typosfigsoda1-1/+1
2022-12-17stdenv: set `enableParallelBuilding` explicitly if `enableParallelBuildingByD...Sergei Trofimovich1-0/+1
2022-12-17stdenv: use `intersectAttrs` instead of `intersectLists`Naïm Favier1-1/+1
2022-12-15Merge pull request #205944 from ncfavier/structured-attrs-envNaïm Favier2-6/+11
2022-12-15stdenv: handle `env` gracefullyNaïm Favier2-6/+11
2022-12-13stdenv: sort defaultNativeBuildInputs alphabeticallyArtturin1-9/+10
2022-12-13stdenv: remove now unneeded linux conditionalArtturin1-6/+0
2022-12-13stdenv/generic: fix todoArtturin1-3/+1
2022-12-10stdenv: detect the type of variable in {prepend,append}ToVarArtturin1-2/+48
2022-12-08what to do about attrs.env or {} maybe have a empty env attrset alwaysArtturin1-1/+1
2022-12-08darwin: use // for binutils-unwrapped and cctools to preserve the otherArtturin1-3/+4
2022-12-08stdenv: export system pname name version for substituteAllArtturin1-0/+4
2022-12-08allow derivation attributes in envArtturin1-2/+2
2022-12-08config.structuredAttrsByDefault: add optionArtturin1-1/+1
2022-12-08work around a nix bugArtturin1-0/+4
2022-12-08stdenv: support opt-in __structuredAttrsArtturin3-59/+198
2022-11-21Merge pull request #176597 from amjoseph-nixpkgs/pr/remove-redundant-file-bui...Artturi1-3/+0
2022-11-20Merge staging-next into staginggithub-actions[bot]1-4/+4
2022-11-19splice.nix: start deprecating nativeDrv and crossDrvArtturin1-4/+4
2022-11-14stdenv.tests: Add succeedOnFailureRobert Hensing2-0/+19
2022-11-12stdenv: fix succeedOnFailureSandro Jäckel1-1/+1
2022-10-16Merge master into staging-nextgithub-actions[bot]1-1/+1