about summary refs log tree commit diff
path: root/pkgs/stdenv
AgeCommit message (Expand)AuthorFilesLines
2014-06-14Allow specifying allowUnfreePredicate instead of allowUnfree. The predicate w...Michael Raskin1-1/+10
2014-05-29Change stdenv on darwin to not set NIX_ENFORCE_PURITYJohn Wiegley1-0/+1
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
2014-03-17Explicitly require Nix 1.6Eelco Dolstra1-6/+0
2014-03-03Move generation of coverage reports from nixos/lib/testing to releaseToolsEelco Dolstra1-39/+1
2014-02-05Turn the coverage analysis stdenv adapters into setup hooksEelco Dolstra2-25/+3
2014-02-05addCoverageInstrumentation: Set NIX_CFLAGS_COMPILE as an attributeEelco Dolstra1-17/+14
2014-02-05stdenv: SimplifyEelco Dolstra1-42/+42
2014-02-05Apply makeOverridable to stdenvEelco Dolstra2-168/+154
2014-02-05Add a stdenv adapter ‘useGoldLinker’ to force use of GoldEelco Dolstra2-11/+25
2014-01-28stdenv-linux: Fix binutils overrideEelco Dolstra1-2/+3
2014-01-20stdenv/setup.sh: add .gz extension to links to .gz man pagesVladimír Čunát1-1/+1
2014-01-17fixupPhase: Handle the case where $prefix doesn't existEelco Dolstra1-1/+1
2014-01-14stdenv: In the fixupPhase, make the output writable firstEelco Dolstra1-3/+3
2014-01-14Merge pull request #1516 from ttuegel/globPeter Simons1-2/+2
2014-01-12Merge master into stdenv-updatesVladimír Čunát1-1/+1
2014-01-11Don't split paths with spacesThomas Tuegel1-2/+2
2014-01-07stdenv-linux: Prevent dependency on bootstrap-tools in the final binutilsEelco Dolstra1-17/+17
2014-01-07stdenv: Prepend SHELL=... to makeFlagsEelco Dolstra1-2/+2
2014-01-07Merge deterministicStdenv into the default stdenvEelco Dolstra3-879/+9
2014-01-07Remove gcc 4.7Eelco Dolstra1-1/+1
2014-01-07stdenv: Fix indentationEelco Dolstra1-2/+2
2014-01-07stdenv: Update commentEelco Dolstra1-5/+2
2014-01-07stdenv: Revert special-casing of fixupPhaseEelco Dolstra1-18/+11
2014-01-05Remove non-kernel-specific klibc derivationShea Levy1-1/+1
2014-01-03stdenv/setup.sh: fix breakage when shebang contains '\'Bjørn Forsman1-2/+4
2013-12-28stdenv/setup.sh: fix previous change...Vladimír Čunát1-3/+3
2013-12-27stdenv/setup.sh: add SHELL to makeFlags (close #1354)Vladimír Čunát1-0/+2
2013-12-07stdenv/patchShebangs: fix shebang checkBjørn Forsman1-1/+1
2013-12-04Merge remote-tracking branch 'origin/master' into stdenv-updates.Peter Simons1-3/+22
2013-12-03Fix bug introduced in previous commitBjørn Forsman1-2/+2
2013-12-02patchShebangs: rewrite ".../bin/env python" to /nix/store/.../pythonBjørn Forsman1-4/+41
2013-11-19mkDerivation: Set meta.position to the source file of the derivationEelco Dolstra1-5/+18
2013-11-05Only show/build a package on the platforms listed in meta.platformsEelco Dolstra1-0/+2
2013-11-04Allow packages to be marked as "broken" by setting meta.brokenEelco Dolstra1-0/+4
2013-10-26Merge remote-tracking branch 'origin/master' into stdenv-updates.Peter Simons1-1/+1