summary refs log tree commit diff
path: root/pkgs/stdenv/generic/make-derivation.nix
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 remote-tracking branch 'upstream/master' into stagingJohn Ericson2018-09-18
|\
| * mkDerivation: Make `separateDebugInfo` assertion lazier to match other assert...John Ericson2018-09-18
* | stdenv: implement enableParallelChecking optionJan Malakhovski2018-09-05
|/
* mkDerivation: Fix cross compilationJohn Ericson2018-09-03
* reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-30
* stdenv: shadow outputsJan Malakhovski2018-08-05
* stdenv: shadow doCheck and doInstallCheckJan Malakhovski2018-08-05
* Merge master into stagingFrederik Rietdijk2018-07-26
|\
| * stdenv: Remove crossAttrs, now that it is no longer usedJohn Ericson2018-07-24
* | mkDerivation: depsHostBuild -> depsHostHostJohn Ericson2018-07-23
|/
* make-derivation: Don't add host-suffix to fixed-output derivations namesWill Dietz2018-07-09
* Merge remote-tracking branch 'upstream/staging' into strictDepsJohn Ericson2018-05-14
|\
| * stdenv: steal `checkInputs` from buildPythonPackageJan Malakhovski2018-04-26
| * stdenv: cleanup things a little bitJan Malakhovski2018-04-26
| * stdenv: introduce and use `config.doCheckByDefault` optionJan Malakhovski2018-04-26
| * Revert "Revert "Merge pull request #28029 from cstrahan/hardening-fix""John Ericson2018-04-11
* | treewide: Get rid of all uses of crossConfigJohn Ericson2018-05-14
|/
* lib, stdenv: Check `meta.platforms` against host platform and be open worldJohn Ericson2018-03-15
* stdenv: Clean up check meta argsJohn Ericson2018-03-14
* stdenv.mkDerivation: rename `meta.evaluates` -> `meta.available`Jan Malakhovski2018-02-18
* Merge #33057: stdenv meta checks: make them lazyVladimír Čunát2018-01-14
|\
| * stdenv: provide `meta.name`Jan Malakhovski2018-01-14
| * stdenv: hide `name` under `check-meta` assertJan Malakhovski2018-01-14
| * stdenv: implement `config.checkMetaRecursively`Jan Malakhovski2018-01-14
| * stdenv: provide `meta.evaluates`Jan Malakhovski2018-01-14
| * stdenv: change some indentJan Malakhovski2018-01-14
| * stdenv: perform checks only when evaluating .drv and .outJan Malakhovski2018-01-03
* | stdenv: Fix doCheck and doInstallCheck logicJohn Ericson2018-01-09
* | stdenv: Force `doCheck` and `doInstallCheck` to be false when we are cross co...John Ericson2018-01-09
|/
* stdenv: Fix handling of dependencies and hooksJohn Ericson2017-12-30
* stdenv: Add back leading '-' in cross derivation name suffixJohn Ericson2017-09-18
* mkDerivation: explain "all" in hardeningDisableOrivej Desh2017-09-03
* mkDerivation: fix hardening flags checkOrivej Desh2017-09-01
* mkDerivation, cc-wrapper: Check hardening flag validity in NixJohn Ericson2017-08-30
* stdenvs: Distinguish between `extraBuildInputs` and `extraNativeBuildInputs`John Ericson2017-08-18
* Revert "stdenvs: Distinguish between `extraBuildInputs` and `extraNativeBuild...Tuomas Tynkkynen2017-08-18
* stdenvs: Distinguish between `extraBuildInputs` and `extraNativeBuildInputs`John Ericson2017-08-15
* mkDerivation: Simply NixJohn Ericson2017-08-15
* mkDerivation: Fix errors from #27365John Ericson2017-07-15
* stdenv: Move some logic from cross adapter to stdenv properJohn Ericson2017-07-13
* stdenv: Stop reversing the list of sandbox stuffJohn Ericson2017-07-10
* stdenv: Make separate-debug-info.sh a `nativeBuildInput`John Ericson2017-07-10