summary refs log tree commit diff
path: root/pkgs/stdenv/generic
Commit message (Expand)AuthorAge
...
* | | | Allow passing arguments to hooksEelco Dolstra2014-08-09
* | | | Remove addHookEelco Dolstra2014-08-09
* | | | stdenv: Don't use sed to build the setup scriptEelco Dolstra2014-08-09
* | | | stdenv: ReindentEelco Dolstra2014-08-09
* | | | stdenv: Remove the special handling of gccEelco Dolstra2014-08-09
* | | | stdenv: Move paxmark function to paxctl's setup hookEelco Dolstra2014-08-09
* | | | stdenv: Move unzip support to unzip's setup hookEelco Dolstra2014-08-09
* | | | stdenv: Make unpackFile extensible via the hook mechanismEelco Dolstra2014-08-09
* | | | unpackFile: Always copy directoriesEelco Dolstra2014-08-09
* | | | Factor out fixup phase stuff into separate setup hooksEelco Dolstra2014-08-09
* | | | Move RPATH shrinking from stdenv to a setup hook provided by patchelfEelco Dolstra2014-08-09
* | | | Allow buildInputs to be regular filesEelco Dolstra2014-08-09
* | | | FormattingEelco Dolstra2014-08-09
* | | | Provide a hook for per-output fixupEelco Dolstra2014-08-09
* | | | Allow multiple hooks with the same nameEelco Dolstra2014-08-09
|/ / /
* | | Set CONFIG_SHELL to stdenv.shell in the default builder, just like SHELLMichael Raskin2014-07-30
* | | stdenv: Fix __ignoreNullsEelco Dolstra2014-07-01
* | | Add a deprecation warning to ensureDirEelco Dolstra2014-06-30
| |/ |/|
* | Don't suggest using --arg config '{ allowUnfree = true; }'Eelco Dolstra2014-06-17
* | Merge recent masterVladimír Čunát2014-06-15
|\ \
| * | Allow specifying allowUnfreePredicate instead of allowUnfree. The predicate w...Michael Raskin2014-06-14
| |/
* | fix paxmark on non-linux (a bug in grsecurity PR #1187)Vladimír Čunát2014-05-15
* | grsecurity: Add paxctl, paxmark and stdenv.needsPax to stdenvRicardo M. Correia2014-05-15
|/
* s/config.allowUnfree = true/allowUnfree = true/Domen Kožar2014-05-03
* Fix indentationEelco Dolstra2014-04-18
* typoDomen Kožar2014-04-14
* fix typoDomen Kožar2014-04-14
* Make the user aware of the allowUnfree option.Alexander Kjeldaas2014-04-14
* Add a flag ‘config.allowBroken’Eelco Dolstra2014-04-09
* Replace $HYDRA_DISALLOW_UNFREE with $NIXPKGS_ALLOW_UNFREEEelco Dolstra2014-04-09
* Disable allowUnfree by defaultEelco Dolstra2014-04-09
* stdenv/setup.sh: make substitute* not drop EOF newlineVladimír Čunát2014-04-02
* Merge #1901: add preFixupPhases to stdenv; for gsettingsVladimír Čunát2014-04-02
* Explicitly require Nix 1.6Eelco Dolstra2014-03-17
* Turn the coverage analysis stdenv adapters into setup hooksEelco Dolstra2014-02-05
* stdenv: SimplifyEelco Dolstra2014-02-05
* Apply makeOverridable to stdenvEelco Dolstra2014-02-05
* stdenv/setup.sh: add .gz extension to links to .gz man pagesVladimír Čunát2014-01-20
* fixupPhase: Handle the case where $prefix doesn't existEelco Dolstra2014-01-17
* stdenv: In the fixupPhase, make the output writable firstEelco Dolstra2014-01-14
* Don't split paths with spacesThomas Tuegel2014-01-11
* stdenv: Prepend SHELL=... to makeFlagsEelco Dolstra2014-01-07
* Merge deterministicStdenv into the default stdenvEelco Dolstra2014-01-07
* stdenv: Fix indentationEelco Dolstra2014-01-07
* stdenv: Update commentEelco Dolstra2014-01-07
* stdenv: Revert special-casing of fixupPhaseEelco Dolstra2014-01-07
* stdenv/setup.sh: fix breakage when shebang contains '\'Bjørn Forsman2014-01-03
* stdenv/setup.sh: fix previous change...Vladimír Čunát2013-12-28
* stdenv/setup.sh: add SHELL to makeFlags (close #1354)Vladimír Čunát2013-12-27
* stdenv/patchShebangs: fix shebang checkBjørn Forsman2013-12-07