about summary refs log tree commit diff
path: root/pkgs/stdenv/generic
AgeCommit message (Expand)AuthorFilesLines
2015-06-04Revert "Refactor mkFlag / shouldUsePkg into the nixpkgs libraries"Eelco Dolstra1-2/+0
2015-05-28cygwin: stdenvFlorian Friesdorf1-0/+3
2015-05-22Refactor mkFlag / shouldUsePkg into the nixpkgs librariesWilliam A. Kennington III1-0/+2
2015-04-26Merge 'master' into stagingVladimír Čunát1-1/+2
2015-04-25Fix some platformsWilliam A. Kennington III1-1/+2
2015-03-27Merge branch 'master' into stagingWilliam A. Kennington III1-22/+25
2015-03-27Set more precise meta.position for Haskell packagesEelco Dolstra1-11/+12
2015-03-27mkDerivation: Use function argumentsEelco Dolstra1-13/+15
2015-03-26stdenv: Substitute correctly chmods instead of .tmp which never existsWilliam A. Kennington III1-1/+1
2015-03-24substitute: Fix "No such file or directory" message on DarwinEelco Dolstra1-1/+1
2015-02-24remove stdenv.isBSDcodyopel1-7/+2
2015-01-31Merge branch 'master' into stagingVladimír Čunát1-15/+63
2015-01-29stdenv: fix eval - the returnWout Mertens1-2/+2
2015-01-29stdenv: fix evalWout Mertens1-1/+1
2015-01-29stdenv: take license parameter checks out of mkDerivation pathWout Mertens1-69/+60
2015-01-24Add (optional) license white/blacklistingMatthias Beyer1-3/+60
2015-01-23Merge pull request #5714 from vcunat/p/stdenv-substWout Mertens1-3/+2
2015-01-13Merge branch 'master' into stagingVladimír Čunát1-18/+15
2015-01-13stdenv substitute: avoid using a temporary fileVladimír Čunát1-3/+2
2015-01-12stdenv: Remove redundant "building ..." messageEelco Dolstra1-4/+0
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