aboutsummaryrefslogtreecommitdiff
path: root/pkgs/stdenv/generic (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson2020-11-282-11/+31
|\
| * Merge pull request #85545 from LnL7/meta-available-flagsDaiderd Jordan2020-11-282-11/+31
| |\
| | * meta: expose availability flags in derivation metadataDaiderd Jordan2020-04-192-11/+31
* | | setup.sh: export XDG_DATA_DIRS for consistencyRobert Hensing2020-11-251-1/+1
* | | setup.sh: Only load XDG_DATA_DIRS for executable inputsRobert Hensing2020-11-251-0/+3
* | | setup.sh: Support XDG_DATA_DIRSRobert Hensing2020-11-251-1/+5
* | | Merge pull request #102251 from andir/random-seedAndreas Rammhold2020-11-191-0/+1
|\ \ \ | |/ / |/| |
| * | stdenv: add -frandom-seed to NIX_CFLAGS_COMPILE for reproducibilityAndreas Rammhold2020-11-011-0/+1
* | | Merge staging-next into stagingFrederik Rietdijk2020-11-111-5/+15
|\ \ \
| * | | Promote allowUnfreePredicate in remediation messageArnout Engelen2020-11-091-5/+15
* | | | Merge staging-next into stagingFrederik Rietdijk2020-11-091-2/+17
|\| | |
| * | | stdenv/check-meta: add hint to NIXPKGS_ALLOW_* for unfree/broken/unsupported ...Markus S. Wamser2020-10-271-2/+17
| |/ /
* / / stdenv: Fix error message when checkPhase is missingJoachim Breitner2020-11-071-2/+2
|/ /
* | hooks: add moveSystemdUserUnitsHookRobert Helgesson2020-09-121-1/+4
* | Merge pull request #76794 from dudebout/document-nix-env-multiple-output-inst...Silvan Mosberger2020-09-051-2/+6
|\ \
| * | document nix-env bug relating to multiple output installationNicolas Dudebout2020-09-051-2/+6
* | | Merge pull request #95536 from Infinisil/inputDerivationSilvan Mosberger2020-08-311-0/+26
|\ \ \
| * | | mkDerivation: Introduce .inputDerivation for shell.nix build convenienceSilvan Mosberger2020-08-161-0/+26
* | | | Merge pull request #95129 from aaronjanse/aj-fix-llvm-for-redoxMatthew Bauer2020-08-191-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | mkDerivation: handle Redox in cmakeFlagsAaron Janse2020-08-101-1/+2
* | | | Merge pull request #89794 from Mic92/source-date-epochJörg Thalheim2020-08-011-5/+6
|\ \ \ \ | |/ / / |/| | |
| * | | stdenv: set SOURCE_DATE_EPOCH to a value python supportsJörg Thalheim2020-06-081-5/+6
* | | | stdenv: correctly make `stdenv.system` refer to the host platformBen Wolsieffer2020-07-111-2/+5
* | | | stdenv/check-meta: alignment/widthzowoq2020-06-111-7/+7
* | | | Merge branch 'staging-next'Vladimír Čunát2020-06-102-10/+4
|\| | |
| * | | mkDerivation: Don't need to specify pkg-config for meson any moreJohn Ericson2020-05-271-8/+2
| * | | *-wrapper; Switch from `infixSalt` to `suffixSalt`John Ericson2020-05-121-2/+2
* | | | docs: increase awareness of NIXPKGS_ALLOW_INSECURE=1Geoffrey Huntley2020-06-101-2/+7
|/ / /
* | | mkDerivation mesonFlags: Fix arm cpu familiesJohn Ericson2020-04-281-2/+2
* | | mkDerivation mesonFlags: Fix cross file logic to handle more casesJohn Ericson2020-04-281-9/+7
* | | meson: Make target-agnosticJohn Ericson2020-04-281-0/+29
* | | setup.sh: add dontPatchworldofpeace2020-04-121-0/+1
* | | generic/setup.sh: allow clobbering env-vars fileMatthew Bauer2020-04-091-1/+1
| |/ |/|
* | stdenv: Remove isArm (use isAarch32 instead)Chuck2020-02-051-3/+0
* | stdenv: make symlinks that refer to the same output relativeAndreas Rammhold2020-01-151-0/+1
|/
* Merge pull request #74090 from obsidiansystems/ghcjs-cross-without-ccJohn Ericson2019-12-301-3/+13
|\
| * Merge remote-tracking branch 'upstream/master' into ghcjs-cross-without-ccJohn Ericson2019-11-252-86/+53
| |\
| * | stdenv: Introduce hasCC attributeJohn Ericson2019-11-251-3/+13
* | | allowInsecureDefaultPredicate: fix to use getNameRobert Scott2019-12-151-1/+1
| |/ |/|
* | setup.sh: rewrite stripHashLily Ballard2019-11-121-4/+7
* | stdenv: Don't unset propagated*DepFiles before main phasesJohn Ericson2019-11-051-1/+1
* | Merge pull request #69603 from matthewbauer/unset-unused-setup-varMatthew Bauer2019-11-051-13/+22
|\ \
| * | generic/setup.sh: Unset locally defined variablesMatthew Bauer2019-09-261-13/+22
| |/
* | Merge staging-next into stagingFrederik Rietdijk2019-11-051-3/+3
|\ \
| * | Revert "stdenv/check-meta: getEnv if the attribute is unset (#72376)" (#72752)Dmitry Kalinkin2019-11-031-4/+7
| * | stdenv/check-meta: getEnv if the attribute is unset (#72376)zimbatm2019-11-031-7/+4
| * | Fix handling of lists in whitelistedLicenses and blacklistedLicensesGraham Bennett2019-10-271-3/+3
* | | stdenv: Don't stop `set -u`-ingJohn Ericson2019-11-011-42/+3
|/ /
* | Merge pull request #69028 from matthewbauer/remove-iselfexec-iselfdynMatthew Bauer2019-09-201-12/+0
|\ \
| * | Revert "setup.sh introduce isELFExec, isELFDyn"Matthew Bauer2019-09-181-12/+0
| |/