summary refs log tree commit diff
path: root/pkgs/stdenv
Commit message (Collapse)AuthorAge
* Revert "curl: Modernize build"Eelco Dolstra2015-06-04
| | | | This reverts commit 5e3fe3916a1aef6c2b441d9009f8a8d7f14030d6.
* Revert "Refactor mkFlag / shouldUsePkg into the nixpkgs libraries"Eelco Dolstra2015-06-04
| | | | This reverts commit 25a148fa196b944b3f134527da87e43d88c066f9.
* cygwin: stdenvFlorian Friesdorf2015-05-28
|
* Refactor mkFlag / shouldUsePkg into the nixpkgs librariesWilliam A. Kennington III2015-05-22
|
* add is{GNU,Clang} attrs to cc-wrapper.Eric Seidel2015-05-11
| | | | | | | | These will be more pleasant to use than the existing (cc.cc.isClang or false) nonsense we currently do.
* Merge pull request #7740 from dezgeg/armviric2015-05-07
|\ | | | | ARM changes for the Jetson TK1 (and other multiplatform boards)
| * ARM: Assume armv7l-hf-multiplatform instead of beagleboneTuomas Tynkkynen2015-05-07
| | | | | | | | | | | | | | Several places in the tree associate the ARMv7 system with the beaglebone platform. Change them to point to armv7l-hf-multiplatform as it supports several boards (including the beaglebone as well)
* | Merge remote-tracking branch 'upstream/master' into stagingWilliam A. Kennington III2015-05-07
|\ \ | |/ |/|
| * busybox: 1.22.1 -> 1.23.2William A. Kennington III2015-05-06
| | | | | | | | | | Also use musl as libc since it is just as small as uclibc, usually more performant, and regularly makes releases.
| * useGoldLinker: Fix appending to $NIX_CFLAGS_LINKEelco Dolstra2015-05-04
| |
* | curl: Modernize buildWilliam A. Kennington III2015-05-01
| |
* | Merge 'master' into stagingVladimír Čunát2015-04-26
|\| | | | | | | (relatively simple conflicts)
| * Fix some platformsWilliam A. Kennington III2015-04-25
| |
* | Merge branch 'master' into stagingWilliam A. Kennington III2015-03-27
|\|
| * Set more precise meta.position for Haskell packagesEelco Dolstra2015-03-27
| |
| * mkDerivation: Use function argumentsEelco Dolstra2015-03-27
| |
* | stdenv: Substitute correctly chmods instead of .tmp which never existsWilliam A. Kennington III2015-03-26
| |
* | Merge branch 'master' into stagingWilliam A. Kennington III2015-03-26
|\|
| * darwin: add apple cli-tools to initialPath so we can handle overrideCCEric Seidel2015-03-24
| | | | | | | | fixes #6934
* | Merge branch 'master' into stagingThomas Tuegel2015-03-24
|\|
| * Remove unused fileEelco Dolstra2015-03-23
| |
* | substitute: Fix "No such file or directory" message on DarwinEelco Dolstra2015-03-24
| | | | | | | | | | On Darwin, "chmod -f" does not suppress an error message if the file doesn't exist. So just check if the file exists.
* | stdenv-darwin: Auto-detect the "right" SDK versionEelco Dolstra2015-03-23
| |
* | stdenv-darwin: Use --sdk macosx10.9Eelco Dolstra2015-03-23
| | | | | | | | | | Otherwise builds fail on Mac OS X 10.9 with Xcode 6.1. This is because "xcrun --show-sdk-version" returns 10.10, which doesn't work.
* | No camelCase in filenamesEelco Dolstra2015-03-23
|/
* Fix eval-release.nix evaluationEelco Dolstra2015-03-06
|
* stdenv/darwin: choose sdkroot based xcrun defaultEric Seidel2015-03-04
|
* remove stdenv.isBSDcodyopel2015-02-24
|
* Bootstrap tools for the upcoming new darwin stdenv (not working yet in this ↵Dan Peebles2015-02-18
| | | | stdenv, but will soon)
* Flip cctools and cctools crossDan Peebles2015-02-18
|
* I add back the arm unpack scriptLluís Batlle i Rossell2015-02-09
| | | | The unified made by ambro doesn't work for me in the sheevaplug.
* Renaming make-bootstrap-tools-crosspi to cross.Lluís Batlle i Rossell2015-02-05
| | | | It can build more than the raspberrypi bootstrap tools.
* Using fixed bootstraptools.Lluís Batlle i Rossell2015-02-05
| | | | Built natively with latest fixes.
* Bootstrap tools armv5telLluís Batlle i Rossell2015-02-05
| | | | | | Conflicts: pkgs/stdenv/linux/default.nix pkgs/stdenv/linux/scripts/unpack-bootstrap-tools-arm.sh
* Fix busybox stdenv?Lluís Batlle i Rossell2015-02-05
| | | | (cherry picked from commit db8668c0bb0dc8feb4929867adf1b60f7025a925)
* Adding the sheevaplug to make-bootstrap-tools-crossAmbroz Bizjak2015-02-05
|
* Make the bootstrap-tools test use the real unpacking derivation.Ambroz Bizjak2015-02-05
|
* Consolidate the unpack scripts for the bootstrap tools.Ambroz Bizjak2015-02-05
|
* Fix building and unpacking of the ARM boostrap tools.Ambroz Bizjak2015-02-05
| | | | NOTE: This is incomplete - the tools need to be built, uploaded and the references fixed.
* Fix cross compiling regression due to gcc->cc renaming.Ambroz Bizjak2015-02-05
|
* move libcxx[abi] into llvm treeEric Seidel2015-02-03
|
* new darwin stdenvEric Seidel2015-02-03
|
* Merge commit 'cfb29ab882323d379aba20a95020c7c24f883eae'Shea Levy2015-02-02
|\ | | | | | | | | | | | | | | | | Partial staging merge, including cc-wrapper fixes Conflicts: pkgs/applications/audio/spotify/default.nix pkgs/build-support/cc-wrapper/default.nix pkgs/development/compilers/cryptol/1.8.x.nix
| * Merge pull request #5714 from vcunat/p/stdenv-substWout Mertens2015-01-23
| |\ | | | | | | stdenv substitute: avoid using a temporary file
| | * stdenv substitute: avoid using a temporary fileVladimír Čunát2015-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - IMO using a temporary is not needed here (anymore), - temporary at that location can cause a problem (in a specific case): for example, when using the substituteAll function from nixpkgs on a single file directly under /nix/store/ (or ./foo-file), the stdenv's substitute tries to create a temporary directly under /nix/store, which causes problems on chrooted darwin (according to @copumpkin earlier today on IRC)
| * | mpc: also rename the attribute to libmpcVladimír Čunát2015-01-17
| | | | | | | | | | | | | | | | | | Attrnames and package names should be as close as possible to avoid confusion. I took care not to confuse the two mpc things during the mass-replace, so hopefully I suceeded (tarball still builds).
| * | Merge #5676: gcc-wrapper -> cc-wrapper and relatedVladimír Čunát2015-01-17
| |\ \
| | * | rename occurrences of gcc.gcc to gcc.ccEric Seidel2015-01-14
| | | |
| | * | Add isGNU attribute to gccsShea Levy2015-01-14
| | | |
| | * | rename gcc-wrapper to cc-wrapper.Eric Seidel2015-01-14
| | | | | | | | | | | | | | | | also makes cc-wrapper compatible with clang in the darwin fork.