aboutsummaryrefslogtreecommitdiff
path: root/pkgs/stdenv/generic (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-25setup.sh: export XDG_DATA_DIRS for consistencyRobert Hensing1-1/+1
2020-11-25setup.sh: Only load XDG_DATA_DIRS for executable inputsRobert Hensing1-0/+3
2020-11-25setup.sh: Support XDG_DATA_DIRSRobert Hensing1-1/+5
2020-11-09Promote allowUnfreePredicate in remediation messageArnout Engelen1-5/+15
2020-11-07stdenv: Fix error message when checkPhase is missingJoachim Breitner1-2/+2
2020-11-01stdenv: add -frandom-seed to NIX_CFLAGS_COMPILE for reproducibilityAndreas Rammhold1-0/+1
2020-10-27stdenv/check-meta: add hint to NIXPKGS_ALLOW_* for unfree/broken/unsupported ...Markus S. Wamser1-2/+17
2020-09-12hooks: add moveSystemdUserUnitsHookRobert Helgesson1-1/+4
2020-09-05document nix-env bug relating to multiple output installationNicolas Dudebout1-2/+6
2020-08-16mkDerivation: Introduce .inputDerivation for shell.nix build convenienceSilvan Mosberger1-0/+26
2020-08-10mkDerivation: handle Redox in cmakeFlagsAaron Janse1-1/+2
2020-07-11stdenv: correctly make `stdenv.system` refer to the host platformBen Wolsieffer1-2/+5
2020-06-11stdenv/check-meta: alignment/widthzowoq1-7/+7
2020-06-10docs: increase awareness of NIXPKGS_ALLOW_INSECURE=1Geoffrey Huntley1-2/+7
2020-06-08stdenv: set SOURCE_DATE_EPOCH to a value python supportsJörg Thalheim1-5/+6
2020-05-27mkDerivation: Don't need to specify pkg-config for meson any moreJohn Ericson1-8/+2
2020-05-12*-wrapper; Switch from `infixSalt` to `suffixSalt`John Ericson1-2/+2
2020-04-28mkDerivation mesonFlags: Fix arm cpu familiesJohn Ericson1-2/+2
2020-04-28mkDerivation mesonFlags: Fix cross file logic to handle more casesJohn Ericson1-9/+7
2020-04-28meson: Make target-agnosticJohn Ericson1-0/+29
2020-04-19meta: expose availability flags in derivation metadataDaiderd Jordan2-11/+31
2020-04-12setup.sh: add dontPatchworldofpeace1-0/+1
2020-04-09generic/setup.sh: allow clobbering env-vars fileMatthew Bauer1-1/+1
2020-02-05stdenv: Remove isArm (use isAarch32 instead)Chuck1-3/+0
2020-01-15stdenv: make symlinks that refer to the same output relativeAndreas Rammhold1-0/+1
2019-12-15allowInsecureDefaultPredicate: fix to use getNameRobert Scott1-1/+1
2019-11-25stdenv: Introduce hasCC attributeJohn Ericson1-3/+13
2019-11-12setup.sh: rewrite stripHashLily Ballard1-4/+7
2019-11-05stdenv: Don't unset propagated*DepFiles before main phasesJohn Ericson1-1/+1
2019-11-03Revert "stdenv/check-meta: getEnv if the attribute is unset (#72376)" (#72752)Dmitry Kalinkin1-4/+7
2019-11-03stdenv/check-meta: getEnv if the attribute is unset (#72376)zimbatm1-7/+4
2019-11-01stdenv: Don't stop `set -u`-ingJohn Ericson1-42/+3
2019-10-27Fix handling of lists in whitelistedLicenses and blacklistedLicensesGraham Bennett1-3/+3
2019-09-26generic/setup.sh: Unset locally defined variablesMatthew Bauer1-13/+22
2019-09-20setup.sh: avoid subshells: iterating a fileAlbert Safin1-1/+2
2019-09-20setup.sh: avoid subshells: type -t in _callImplicitHookAlbert Safin1-15/+12
2019-09-20setup.sh: avoid subshells: mapOffsetAlbert Safin1-5/+6
2019-09-20setup.sh: avoid subshells: type -tAlbert Safin1-1/+1
2019-09-19setup.sh: avoid subshells: shopt -po nounsetAlbert Safin1-14/+21
2019-09-18Revert "setup.sh introduce isELFExec, isELFDyn"Matthew Bauer1-12/+0
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-26treewide: remove redundant quotesvolth1-1/+1
2019-08-17setup.sh introduce isELFExec, isELFDynFlorian Klink1-0/+12
2019-08-15stdenv/check-meta: construct name from pname and version if name unavailabledanbst1-8/+9
2019-07-27stdenv: correct cross CMAKE_SYSTEM_NAMEarcnmx1-1/+1
2019-07-01setup.sh: add dontUnpackworldofpeace1-0/+1
2019-07-01setup.sh: add dontConfigureworldofpeace1-0/+1
2019-06-16treewide: remove unused variables (#63177)volth1-1/+0
2019-05-10Changelog meta entry (#60371)Michael Raskin1-0/+1
2019-05-09stdenv: also override cert files in pure nix-shellVladimír Čunát1-3/+3