summaryrefslogtreecommitdiffstats
path: root/pkgs/stdenv
AgeCommit message (Expand)Author
2014-06-17Don't suggest using --arg config '{ allowUnfree = true; }'Eelco Dolstra
2014-06-15Merge recent masterVladimír Čunát
2014-06-14Allow specifying allowUnfreePredicate instead of allowUnfree. The predicate w...Michael Raskin
2014-06-09Merge recent master into p/stdenvVladimír Čunát
2014-05-29Change stdenv on darwin to not set NIX_ENFORCE_PURITYJohn Wiegley
2014-05-15fix paxmark on non-linux (a bug in grsecurity PR #1187)Vladimír Čunát
2014-05-15grsecurity: Add paxctl, paxmark and stdenv.needsPax to stdenvRicardo M. Correia
2014-05-03s/config.allowUnfree = true/allowUnfree = true/Domen Kožar
2014-04-22Typo/commentEelco Dolstra
2014-04-20Merge branch 'systemd-update'Eelco Dolstra
2014-04-20Move filesEelco Dolstra
2014-04-20Move stdenv bootstrap binaries out of the treeEelco Dolstra
2014-04-20Use <nix/fetchurl.nix> to download the bootstrap toolsEelco Dolstra
2014-04-18Fix indentationEelco Dolstra
2014-04-14typoDomen Kožar
2014-04-14fix typoDomen Kožar
2014-04-14Make the user aware of the allowUnfree option.Alexander Kjeldaas
2014-04-09Add a flag ‘config.allowBroken’Eelco Dolstra
2014-04-09Replace $HYDRA_DISALLOW_UNFREE with $NIXPKGS_ALLOW_UNFREEEelco Dolstra
2014-04-09Disable allowUnfree by defaultEelco Dolstra
2014-04-02stdenv/setup.sh: make substitute* not drop EOF newlineVladimír Čunát
2014-04-02Merge #1901: add preFixupPhases to stdenv; for gsettingsVladimír Čunát
2014-03-17Explicitly require Nix 1.6Eelco Dolstra
2014-03-03Move generation of coverage reports from nixos/lib/testing to releaseToolsEelco Dolstra
2014-02-05Turn the coverage analysis stdenv adapters into setup hooksEelco Dolstra
2014-02-05addCoverageInstrumentation: Set NIX_CFLAGS_COMPILE as an attributeEelco Dolstra
2014-02-05stdenv: SimplifyEelco Dolstra
2014-02-05Apply makeOverridable to stdenvEelco Dolstra
2014-02-05Add a stdenv adapter ‘useGoldLinker’ to force use of GoldEelco Dolstra
2014-01-28stdenv-linux: Fix binutils overrideEelco Dolstra
2014-01-20stdenv/setup.sh: add .gz extension to links to .gz man pagesVladimír Čunát
2014-01-17fixupPhase: Handle the case where $prefix doesn't existEelco Dolstra
2014-01-14stdenv: In the fixupPhase, make the output writable firstEelco Dolstra
2014-01-14Merge pull request #1516 from ttuegel/globPeter Simons
2014-01-12Merge master into stdenv-updatesVladimír Čunát
2014-01-11Don't split paths with spacesThomas Tuegel
2014-01-07stdenv-linux: Prevent dependency on bootstrap-tools in the final binutilsEelco Dolstra
2014-01-07stdenv: Prepend SHELL=... to makeFlagsEelco Dolstra
2014-01-07Merge deterministicStdenv into the default stdenvEelco Dolstra
2014-01-07Remove gcc 4.7Eelco Dolstra
2014-01-07stdenv: Fix indentationEelco Dolstra
2014-01-07stdenv: Update commentEelco Dolstra
2014-01-07stdenv: Revert special-casing of fixupPhaseEelco Dolstra
2014-01-05Remove non-kernel-specific klibc derivationShea Levy
2014-01-03stdenv/setup.sh: fix breakage when shebang contains '\'Bjørn Forsman
2013-12-28stdenv/setup.sh: fix previous change...Vladimír Čunát
2013-12-27stdenv/setup.sh: add SHELL to makeFlags (close #1354)Vladimír Čunát
2013-12-07stdenv/patchShebangs: fix shebang checkBjørn Forsman
2013-12-04Merge remote-tracking branch 'origin/master' into stdenv-updates.Peter Simons
2013-12-03Fix bug introduced in previous commitBjørn Forsman