about summary refs log tree commit diff
path: root/pkgs/stdenv
AgeCommit message (Expand)AuthorFilesLines
2014-08-30Revert "stdenv/setup.sh: unbreak *.lz sources on darwin"Eelco Dolstra1-4/+0
2014-08-30stdenv/setup.sh: unbreak *.lz sources on darwinVladimír Čunát1-0/+4
2014-08-26Fix zlib handling in stdenvLinuxGergely Risko1-2/+6
2014-08-25Fix evaluationEelco Dolstra1-1/+1
2014-08-24IndentationEelco Dolstra1-25/+28
2014-08-24Refactor stages to only ever refer to the previous stageGergely Risko1-13/+18
2014-08-24Move wrapGCC helper upGergely Risko1-12/+13
2014-08-24Refactor stage handling in stdenvLinuxGergely Risko1-107/+80
2014-08-24Refactor wrapGCC in stdenvLinuxGergely Risko1-12/+17
2014-08-24Refactor fetchurl handling in stdenvLinuxGergely Risko1-19/+10
2014-08-14Merge branch 'master' into stagingLuca Bruno1-7/+18
2014-08-14Merge #2823: better cygwin support, also add x86_64Vladimír Čunát1-1/+2
2014-08-12Merge pull request #2455 from bjornfor/helpful-messages-when-refusing-evalVladimír Čunát1-7/+18
2014-07-30Set CONFIG_SHELL to stdenv.shell in the default builder, just like SHELLMichael Raskin1-0/+1
2014-07-28DohEelco Dolstra1-1/+1
2014-07-28Export SDKROOTEelco Dolstra1-1/+1
2014-07-24$xcodePath -> $SDKROOTEelco Dolstra1-3/+3
2014-07-23stdenv-darwin: Shut up some warnings from SDK headersEelco Dolstra1-2/+1
2014-07-02Set MACOSX_DEPLOYMENT_TARGETEelco Dolstra1-9/+7
2014-07-01stdenv: Fix __ignoreNullsEelco Dolstra1-2/+1
2014-07-01Darwin: Search for libraries in $sdk/usr/libEelco Dolstra1-6/+4
2014-07-01Darwin: Use xcrun to get the path to the SDKEelco Dolstra1-1/+8
2014-06-30Add a deprecation warning to ensureDirEelco Dolstra1-0/+1
2014-06-30Another attempt to eradicate ensureDirEelco Dolstra1-1/+1
2014-06-30Remove the unmaintained (and AFAIK unused) stdenv for mingwEelco Dolstra19-1450/+10
2014-06-21Factor out allowUnfree,allowBroken help messageBjørn Forsman1-15/+16
2014-06-21More helpful message when refusing to evaluate "broken" packageBjørn Forsman1-2/+12
2014-06-17Don't suggest using --arg config '{ allowUnfree = true; }'Eelco Dolstra1-3/+1
2014-06-15Merge recent masterVladimír Čunát1-1/+10
2014-06-14Allow specifying allowUnfreePredicate instead of allowUnfree. The predicate w...Michael Raskin1-1/+10
2014-06-09Merge recent master into p/stdenvVladimír Čunát1-0/+1
2014-05-29Fixes to make basic builds on Cygwin work again + additions to support x86_64...Sander van der Burg1-1/+2
2014-05-29Change stdenv on darwin to not set NIX_ENFORCE_PURITYJohn Wiegley1-0/+1
2014-05-15fix paxmark on non-linux (a bug in grsecurity PR #1187)Vladimír Čunát2-3/+9
2014-05-15grsecurity: Add paxctl, paxmark and stdenv.needsPax to stdenvRicardo M. Correia3-2/+21
2014-05-03s/config.allowUnfree = true/allowUnfree = true/Domen Kožar1-1/+1
2014-04-22Typo/commentEelco Dolstra1-1/+3
2014-04-20Merge branch 'systemd-update'Eelco Dolstra1-10/+8
2014-04-20Move filesEelco Dolstra7-11/+8
2014-04-20Move stdenv bootstrap binaries out of the treeEelco Dolstra28-175/+17
2014-04-20Use <nix/fetchurl.nix> to download the bootstrap toolsEelco Dolstra2-22/+1
2014-04-18Fix indentationEelco Dolstra1-10/+8
2014-04-14typoDomen Kožar1-1/+1
2014-04-14fix typoDomen Kožar1-1/+1
2014-04-14Make the user aware of the allowUnfree option.Alexander Kjeldaas1-1/+10
2014-04-09Add a flag ‘config.allowBroken’Eelco Dolstra1-1/+1
2014-04-09Replace $HYDRA_DISALLOW_UNFREE with $NIXPKGS_ALLOW_UNFREEEelco Dolstra1-1/+1
2014-04-09Disable allowUnfree by defaultEelco Dolstra1-1/+1
2014-04-02stdenv/setup.sh: make substitute* not drop EOF newlineVladimír Čunát1-2/+4
2014-04-02Merge #1901: add preFixupPhases to stdenv; for gsettingsVladimír Čunát2-2/+2