summary refs log tree commit diff
path: root/pkgs/stdenv/generic
Commit message (Expand)AuthorAge
* Revert "stdenv/setup.sh: unbreak *.lz sources on darwin"Eelco Dolstra2014-08-30
* stdenv/setup.sh: unbreak *.lz sources on darwinVladimír Čunát2014-08-30
* Merge branch 'master' into stagingLuca Bruno2014-08-14
|\
| * Merge pull request #2455 from bjornfor/helpful-messages-when-refusing-evalVladimír Čunát2014-08-12
| |\
| | * Factor out allowUnfree,allowBroken help messageBjørn Forsman2014-06-21
| | * More helpful message when refusing to evaluate "broken" packageBjørn Forsman2014-06-21
* | | Merge #2823: better cygwin support, also add x86_64Vladimír Čunát2014-08-14
|\ \ \ | |/ / |/| |
| * | Fixes to make basic builds on Cygwin work again + additions to support x86_64...Sander van der Burg2014-05-29
* | | 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
* Merge remote-tracking branch 'origin/master' into stdenv-updates.Peter Simons2013-12-04
|\
| * mkDerivation: Set meta.position to the source file of the derivationEelco Dolstra2013-11-19
| * Only show/build a package on the platforms listed in meta.platformsEelco Dolstra2013-11-05
| * Allow packages to be marked as "broken" by setting meta.brokenEelco Dolstra2013-11-04
* | Fix bug introduced in previous commitBjørn Forsman2013-12-03
* | patchShebangs: rewrite ".../bin/env python" to /nix/store/.../pythonBjørn Forsman2013-12-02
* | Merge remote-tracking branch 'origin/master' into stdenv-updates.Peter Simons2013-10-26
|\|