about summary refs log tree commit diff
path: root/pkgs/stdenv
AgeCommit message (Expand)AuthorFilesLines
2023-01-31Merge pull request #211783 from R-VdP/fix_disallowed_referencesArtturi1-0/+41
2023-01-31Merge staging-next into staginggithub-actions[bot]1-1/+1
2023-01-31Merge master into staging-nextgithub-actions[bot]1-1/+1
2023-01-30stdenv: don't include drvs in disallowedRefs as build-time deps.R-VdP1-0/+41
2023-01-29Merge pull request #211910 from tejing1/srcs-name-collisionSergei Trofimovich1-1/+10
2023-01-29Merge pull request #211126 from trofi/binutils-updateSergei Trofimovich1-0/+1
2023-01-29improve error when srcs is used with directories with the same post-hash nameJeff Huffman1-1/+10
2023-01-27binutils: 2.39 -> 2.40Sergei Trofimovich1-0/+1
2023-01-27Revert "lib/meta.nix: platformMatch: allow predicate functions"Adam Joseph1-1/+1
2023-01-25Merge master into staging-nextgithub-actions[bot]1-0/+4
2023-01-24llvmPackages: use libcxxrt on FreeBSDAlyssa Ross1-0/+4
2023-01-22Merge master into staging-nextgithub-actions[bot]1-1/+1
2023-01-22lib/meta.nix: platformMatch: allow predicate functionsAdam Joseph1-1/+1
2023-01-21Merge remote-tracking branch 'origin/staging' into staging-nativeCheckInputsGuillaume Girol2-2/+2
2023-01-21make-bootstrap-tools.nix: fix for wrapped gzipArtturin2-2/+2
2023-01-21mkDerivation: introduce native checkInputs and nativeCheckInputsGuillaume Girol1-24/+31
2023-01-21Merge branch 'nativeCheckInputs' into staging-nativeCheckInputsGuillaume Girol2-25/+32
2023-01-20Merge remote-tracking branch 'origin/staging-next' into stagingSergei Trofimovich1-1/+1
2023-01-19treewide: add names to all setup hooksAlyssa Ross1-0/+1
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-16make-bootstrap-tools.nix: don't pull in pkgs.glibc in test (#210038)sternenseemann1-1/+1
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 #210752 from trofi/make-bootstrap-tools-libstdcxx-rpathSergei Trofimovich1-8/+9
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