summary refs log tree commit diff
path: root/pkgs/stdenv
Commit message (Expand)AuthorAge
* 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
* | Set CONFIG_SHELL to stdenv.shell in the default builder, just like SHELLMichael Raskin2014-07-30
* | DohEelco Dolstra2014-07-28
* | Export SDKROOTEelco Dolstra2014-07-28
* | $xcodePath -> $SDKROOTEelco Dolstra2014-07-24
* | stdenv-darwin: Shut up some warnings from SDK headersEelco Dolstra2014-07-23
* | Set MACOSX_DEPLOYMENT_TARGETEelco Dolstra2014-07-02
* | stdenv: Fix __ignoreNullsEelco Dolstra2014-07-01
* | Darwin: Search for libraries in $sdk/usr/libEelco Dolstra2014-07-01
* | Darwin: Use xcrun to get the path to the SDKEelco Dolstra2014-07-01
* | Add a deprecation warning to ensureDirEelco Dolstra2014-06-30
* | Another attempt to eradicate ensureDirEelco Dolstra2014-06-30
* | Remove the unmaintained (and AFAIK unused) stdenv for mingwEelco 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
* | Merge recent master into p/stdenvVladimír Čunát2014-06-09
|\|
| * Change stdenv on darwin to not set NIX_ENFORCE_PURITYJohn Wiegley2014-05-29
* | 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
* Typo/commentEelco Dolstra2014-04-22
* Merge branch 'systemd-update'Eelco Dolstra2014-04-20
|\
| * Fix indentationEelco Dolstra2014-04-18
* | Move filesEelco Dolstra2014-04-20
* | Move stdenv bootstrap binaries out of the treeEelco Dolstra2014-04-20
* | Use <nix/fetchurl.nix> to download the bootstrap toolsEelco Dolstra2014-04-20
|/
* 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
* Move generation of coverage reports from nixos/lib/testing to releaseToolsEelco Dolstra2014-03-03
* Turn the coverage analysis stdenv adapters into setup hooksEelco Dolstra2014-02-05
* addCoverageInstrumentation: Set NIX_CFLAGS_COMPILE as an attributeEelco Dolstra2014-02-05
* stdenv: SimplifyEelco Dolstra2014-02-05
* Apply makeOverridable to stdenvEelco Dolstra2014-02-05
* Add a stdenv adapter ‘useGoldLinker’ to force use of GoldEelco Dolstra2014-02-05
* stdenv-linux: Fix binutils overrideEelco Dolstra2014-01-28
* 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
* Merge pull request #1516 from ttuegel/globPeter Simons2014-01-14
|\
| * Don't split paths with spacesThomas Tuegel2014-01-11