about summary refs log tree commit diff
path: root/pkgs/stdenv/generic
AgeCommit message (Expand)AuthorFilesLines
2016-01-05Set SOURCE_DATE_EPOCH to latest source fileEelco Dolstra1-0/+1
2016-01-05Set a fallback default value for SOURCE_DATE_EPOCHEelco Dolstra1-0/+8
2016-01-05stdenv/setup.sh: don't skip post-hooks (close #12032)Vladimír Čunát1-17/+16
2015-12-11Merge branch 'master' into closure-sizeLuca Bruno1-4/+20
2015-12-09allow{reason}: a bit more explicit error messageDomen Kožar1-2/+3
2015-12-05Merge recent staging built on HydraVladimír Čunát1-2/+17
2015-11-29Merge branch 'master' into closure-sizeLuca Bruno1-13/+29
2015-11-27stdenv: `licenseAllowed` -> `checkValidity`Profpatsch1-13/+29
2015-11-21reintroduce impure host deps to all derivationsJude Taylor1-0/+12
2015-11-21switch to zero underscores for sandbox profiles; remove generateFrameworkProfileJude Taylor1-11/+11
2015-11-21use single underscore for sandboxProfileJude Taylor1-11/+11
2015-11-20Merge staging into closure-sizeVladimír Čunát1-1/+1
2015-11-19use per-derivation sandbox profilesJude Taylor1-5/+8
2015-11-19start on sandbox stuffJude Taylor1-13/+13
2015-11-04Don't fail if env-vars cannot be written toWout Mertens1-1/+1
2015-10-03Merge commit staging+systemd into closure-sizeVladimír Čunát2-44/+93
2015-09-22separateDebugInfo: Assert LinuxEelco Dolstra1-1/+1
2015-09-17Enable separate debug infoEelco Dolstra1-14/+20
2015-08-27Don't barf JSON at users in error messagesEelco Dolstra1-3/+5
2015-08-19Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III1-1/+3
2015-08-19Revert "Move licenseAllowed check into the builder attribute (fixes #7541)"Peter Simons1-1/+3
2015-08-19Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III1-3/+1
2015-08-17Move licenseAllowed check into the builder attribute (fixes #7541)Mathnerd3141-3/+1
2015-08-03Force Nixpkgs rebuildEelco Dolstra1-1/+1
2015-07-08unique host deps, otherwise we get 600000 char derivationsJude Taylor1-2/+3
2015-06-18Merge #8363: pure-darwin stdenvVladimír Čunát1-3/+32
2015-06-18move pure stdenv into a new directory, bring back the old oneJude Taylor1-4/+10
2015-06-18remove sort and unique from stdenvJude Taylor1-2/+2
2015-06-18pure darwin stdenvJude Taylor1-2/+25
2015-06-15Barf on non-existant build inputsEelco Dolstra1-8/+13
2015-06-15Define closeNest before exitHandlerEelco Dolstra1-26/+29
2015-06-11Merge remote-tracking branch 'origin/gcc-4.9' into stagingEelco Dolstra1-1/+1
2015-06-04Revert "Refactor mkFlag / shouldUsePkg into the nixpkgs libraries"Eelco Dolstra1-2/+0
2015-06-01Merge remote-tracking branch 'origin/staging' into gcc-4.9Eelco Dolstra1-0/+5
2015-05-28cygwin: stdenvFlorian Friesdorf1-0/+3
2015-05-22Refactor mkFlag / shouldUsePkg into the nixpkgs librariesWilliam A. Kennington III1-0/+2
2015-05-13Ensure that errexit is honoured in hooksEelco Dolstra1-1/+1
2015-05-05Merge staging into closure-sizeVladimír Čunát1-1/+2
2015-04-26Merge 'master' into stagingVladimír Čunát1-1/+2
2015-04-25Fix some platformsWilliam A. Kennington III1-1/+2
2015-04-18stdenv multiple-outputs: change propagation rulesVladimír Čunát1-12/+14
2015-04-18Merge 'staging' into closure-sizeVladimír Čunát3-82/+131
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