summary refs log tree commit diff
path: root/pkgs/stdenv/generic
Commit message (Expand)AuthorAge
* Revert "Merge pull request #49398 from Synthetica9/implement-rfc0035" to fix ...Frederik Rietdijk2018-11-04
* make-derivation: use a more descriptive assert messagePatrick Hilhorst2018-10-30
* make-derivation: use `lib.assertMsg`Patrick Hilhorst2018-10-29
* make-derivation: use `?` instead of `builtins.hasAttr`Patrick Hilhorst2018-10-29
* make-derivation: add check that the name is consistent with pname and versionPatrick Hilhorst2018-10-29
* make-derivation: get position info from versionPatrick Hilhorst2018-10-29
* make-derivation: use pname-version as default name if both are presentPatrick Hilhorst2018-10-29
* make-derivation: set CMAKE_SYSTEM_* when cross compilingMatthew Bauer2018-10-16
* Merge pull request #47230 from bhipple/fix/licensesMatthew Bauer2018-10-05
|\
| * Remove dead code from stdenv check-meta license logicBenjamin Hipple2018-09-23
* | stdenv: Improve ELF detection for isELFaszlig2018-09-25
* | Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson2018-09-18
|\|
| * Merge pull request #46857 from obsidiansystems/darwin-to-linux-prepJohn Ericson2018-09-18
| |\
| | * mkDerivation: Make `separateDebugInfo` assertion lazier to match other assert...John Ericson2018-09-18
| * | stdenv: Validate meta.outputsToInstallGraham Christensen2018-09-18
| |/
* | stdenv: fix HOST_PATH changeMatthew Bauer2018-09-17
* | stdenv: add shell to HOST_PATH for backwards compatibilityMatthew Bauer2018-09-16
* | Merge branch 'master' into stagingJan Malakhovski2018-09-08
|\|
| * top-level, stdenv: Make `system` and `stdenv.system` describe the hostPlatform.John Ericson2018-09-06
| * stdenv, neovim: Use `lib.warn` for deprecation warningsJohn Ericson2018-09-05
* | stdenv: implement enableParallelChecking optionJan Malakhovski2018-09-05
|/
* mkDerivation: Fix cross compilationJohn Ericson2018-09-03
* stdenv: Better message for deprecated `isArm`John Ericson2018-08-31
* reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-30
* hurd: cleanup unmaintained targetJörg Thalheim2018-08-28
* stdenv: shadow outputsJan Malakhovski2018-08-05
* stdenv: shadow doCheck and doInstallCheckJan Malakhovski2018-08-05
* Merge pull request #44367 from obsidiansystems/no-stdenv-is-crossJohn Ericson2018-08-02
|\
| * treewide: Remove stdenv.isCrossJohn Ericson2018-08-02
* | stdenv/build-support: support .tbz and .txz tarballsJames Deikun2018-07-30
|/
* Merge master into stagingFrederik Rietdijk2018-07-26
|\
| * stdenv: Remove crossAttrs, now that it is no longer usedJohn Ericson2018-07-24
| * Merge staging-next into master (#44009)Frederik Rietdijk2018-07-24
* | Merge pull request #44025 from obsidiansystems/stdenv-deps-typoJohn Ericson2018-07-23
|\ \
| * | mkDerivation: depsHostBuild -> depsHostHostJohn Ericson2018-07-23
| |/
* | setup.sh: add HOST_PATHMatthew Bauer2018-07-22
* | Merge pull request #43224 from volth/patch-179Matthew Bauer2018-07-21
|\ \ | |/ |/|
| * substitute(): --subst-var was silently coercing to "" if the variable does no...volth2018-07-08
* | Merge master into stagingFrederik Rietdijk2018-07-10
|\ \
| * | make-derivation: Don't add host-suffix to fixed-output derivations namesWill Dietz2018-07-09
| |/
* / stdenv-setup: Remove superfluous check for /bin/shaszlig2018-07-09
|/
* Merge pull request #40933 from obsidiansystems/linux-to-darwinJohn Ericson2018-05-23
|\
| * stdenv: Avoid targetPlatform.isDarwin causing a mass rebuildJohn Ericson2018-05-23
* | Merge remote-tracking branch 'upstream/staging' into strictDepsJohn Ericson2018-05-14
|\ \
| * | Merge master into stagingFrederik Rietdijk2018-05-09
| |\|
| | * Merge pull request #40154 from obsidiansystems/stdenv-arm-aliasJohn Ericson2018-05-08
| | |\
| * | \ Merge pull request #40139 from obsidiansystems/modular-setup-hooksJohn Ericson2018-05-07
| |\ \ \
| | * | | stdenv: Support concatenating setup hooks from multiple parts.John Ericson2018-05-07
| | |/ /
| * | | Merge branch 'staging' into fix-ncurses-darwin-extensionsMatthew Justin Bauer2018-05-02
| |\ \ \ | | |/ / | |/| |
| | * | stdenv: steal `checkInputs` from buildPythonPackageJan Malakhovski2018-04-26