about summary refs log tree commit diff
path: root/pkgs/stdenv/generic
AgeCommit message (Expand)AuthorFilesLines
2015-01-24Add (optional) license white/blacklistingMatthias Beyer1-3/+60
2015-01-11stdenv: improve message on evaluation check (no hash changes)Vladimír Čunát1-2/+3
2015-01-11stdenv: refactor code for evaluation errors (no hash changes)Vladimír Čunát1-18/+14
2014-12-26Change occurrences of gcc to the more general ccJohn Wiegley1-3/+3
2014-11-16Merge remote-tracking branch 'origin/bash-4.3' into stagingEelco Dolstra1-2/+3
2014-11-14Merge branch 'master' into stagingVladimír Čunát1-0/+1
2014-11-12nixos: Add system-wide option to set the hostidRicardo M. Correia1-0/+1
2014-11-10Ensure a correct value for $BASHEelco Dolstra1-1/+2
2014-11-10substituteAll: Enumerate environment variables more reliablyEelco Dolstra1-1/+1
2014-11-06Fix stdenv allowedRequisites checkEelco Dolstra1-1/+1
2014-11-06stdenv: Remove propagatedUserEnvPkgsEelco Dolstra1-3/+0
2014-11-06stdenv: Statically include the default build inputsEelco Dolstra3-7/+8
2014-11-06Fix running preHookEelco Dolstra1-0/+1
2014-11-06Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra1-13/+13
2014-11-05Allow marking licenses as unfreeEelco Dolstra1-1/+4
2014-11-04Merge remote-tracking branch 'origin/darwin-clang-stdenv' into stagingEelco Dolstra1-1/+2
2014-10-31stdenv: Prevent issues like #4266Wout Mertens1-1/+3
2014-10-26Fix indentEelco Dolstra1-1/+1
2014-10-10stdenv: Use "pipefail" in setup.shNikolay Amiantov1-4/+1
2014-10-09stdenv: change 'echo -n' to 'printf "%s"'Nikolay Amiantov1-4/+3
2014-10-09stdenv: Fix handling spaces in 'substitute'Nikolay Amiantov1-1/+1
2014-10-09stdenv: added escaping for patchesNikolay Amiantov1-3/+3
2014-10-09stdenv: fail if the patch does not existNikolay Amiantov1-0/+4
2014-10-09Merge remote-tracking branch 'origin/staging' into darwin-clang-stdenvEelco Dolstra1-4/+6
2014-10-07Automatically move stuff in lib64 to libEelco Dolstra1-0/+1
2014-10-07Automatically move programs in sbin to binEelco Dolstra1-0/+1
2014-10-07Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra1-4/+4
2014-10-05Eliminate some optionals/optionalAttrs calls on the hot pathEelco Dolstra1-4/+4
2014-09-23Merge branch 'darwin-stdenv' of github.com:joelteon/nixpkgs into stagingEelco Dolstra1-1/+2
2014-09-14Do allowed requisites check in stdenv/linuxGergely Risko1-4/+5
2014-09-09suitable clang stdenvJoel Taylor1-1/+2
2014-09-08merge 'staging' into modular-stdenvVladimír Čunát1-8/+20
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-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-08-09stdenv: Put moving docs to $out/share in a separate setup hookEelco Dolstra2-20/+2
2014-08-09fixupPhase: Fix making the outputs writableEelco Dolstra1-1/+1
2014-08-09Allow passing arguments to hooksEelco Dolstra1-20/+21
2014-08-09Remove addHookEelco Dolstra1-18/+9
2014-08-09stdenv: Don't use sed to build the setup scriptEelco Dolstra3-19/+9
2014-08-09stdenv: ReindentEelco Dolstra1-70/+70
2014-08-09stdenv: Remove the special handling of gccEelco Dolstra3-31/+28
2014-08-09stdenv: Move paxmark function to paxctl's setup hookEelco Dolstra3-22/+6
2014-08-09stdenv: Move unzip support to unzip's setup hookEelco Dolstra1-7/+4
2014-08-09stdenv: Make unpackFile extensible via the hook mechanismEelco Dolstra1-16/+33
2014-08-09unpackFile: Always copy directoriesEelco Dolstra1-21/+25
2014-08-09Factor out fixup phase stuff into separate setup hooksEelco Dolstra2-123/+9
2014-08-09Move RPATH shrinking from stdenv to a setup hook provided by patchelfEelco Dolstra1-17/+0