about summary refs log tree commit diff
path: root/pkgs/stdenv
AgeCommit message (Expand)AuthorFilesLines
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin1-4/+4
2023-02-14treewide: use lib.optionalsFelix Buehler2-4/+4
2023-02-13treewide: use optionalStringFelix Buehler2-3/+3
2023-02-13Merge master into staging-nextgithub-actions[bot]1-0/+6
2023-02-07make-derivation.nix: Support inputDerivation on disallowedReferencesRobert Hensing1-0/+6
2023-02-07Merge master into staging-nextgithub-actions[bot]1-1/+0
2023-02-06Merge pull request #206773 from SuperSandro2000/cleanup-unused-bindingsfigsoda1-1/+0
2023-02-07treewide: cleanup some unused bindingsSandro Jäckel1-1/+0
2023-02-06Merge master into staging-nextgithub-actions[bot]1-0/+1
2023-02-06Merge pull request #214304 from obsidiansystems/pkg-config-metaJohn Ericson1-0/+1
2023-02-05Merge master into staging-nextgithub-actions[bot]1-3/+1
2023-02-04Merge pull request #213633 from alyssais/mkDerivation-meson-exoticsuperherointj1-3/+1
2023-02-03meta.pkgConfigModules: Init conventionJohn Ericson1-0/+1
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.mkDerivation: fix meson for some archsAlyssa Ross1-3/+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