about summary refs log tree commit diff
path: root/pkgs/stdenv
AgeCommit message (Expand)AuthorFilesLines
2015-05-22Refactor mkFlag / shouldUsePkg into the nixpkgs librariesWilliam A. Kennington III1-0/+2
2015-05-11add is{GNU,Clang} attrs to cc-wrapper.Eric Seidel3-6/+11
2015-05-07Merge pull request #7740 from dezgeg/armviric1-3/+3
2015-05-07Merge remote-tracking branch 'upstream/master' into stagingWilliam A. Kennington III2-2/+2
2015-05-07ARM: Assume armv7l-hf-multiplatform instead of beagleboneTuomas Tynkkynen1-3/+3
2015-05-06busybox: 1.22.1 -> 1.23.2William A. Kennington III1-1/+1
2015-05-04useGoldLinker: Fix appending to $NIX_CFLAGS_LINKEelco Dolstra1-1/+1
2015-05-01curl: Modernize buildWilliam A. Kennington III2-15/+5
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-26Merge branch 'master' into stagingWilliam A. Kennington III1-3/+5
2015-03-24darwin: add apple cli-tools to initialPath so we can handle overrideCCEric Seidel1-3/+5
2015-03-24Merge branch 'master' into stagingThomas Tuegel2-17/+0
2015-03-24substitute: Fix "No such file or directory" message on DarwinEelco Dolstra1-1/+1
2015-03-23stdenv-darwin: Auto-detect the "right" SDK versionEelco Dolstra1-1/+5
2015-03-23stdenv-darwin: Use --sdk macosx10.9Eelco Dolstra1-1/+1
2015-03-23No camelCase in filenamesEelco Dolstra2-1/+1
2015-03-23Remove unused fileEelco Dolstra2-17/+0
2015-03-06Fix eval-release.nix evaluationEelco Dolstra1-5/+3
2015-03-04stdenv/darwin: choose sdkroot based xcrun defaultEric Seidel1-4/+3
2015-02-24remove stdenv.isBSDcodyopel1-7/+2
2015-02-18Bootstrap tools for the upcoming new darwin stdenv (not working yet in this s...Dan Peebles2-0/+338
2015-02-18Flip cctools and cctools crossDan Peebles1-1/+1
2015-02-09I add back the arm unpack scriptLluís Batlle i Rossell2-1/+68
2015-02-05Renaming make-bootstrap-tools-crosspi to cross.Lluís Batlle i Rossell1-0/+0
2015-02-05Using fixed bootstraptools.Lluís Batlle i Rossell1-4/+4
2015-02-05Bootstrap tools armv5telLluís Batlle i Rossell1-12/+4
2015-02-05Fix busybox stdenv?Lluís Batlle i Rossell1-28/+4
2015-02-05Adding the sheevaplug to make-bootstrap-tools-crossAmbroz Bizjak1-0/+15
2015-02-05Make the bootstrap-tools test use the real unpacking derivation.Ambroz Bizjak2-90/+60
2015-02-05Consolidate the unpack scripts for the bootstrap tools.Ambroz Bizjak3-72/+3
2015-02-05Fix building and unpacking of the ARM boostrap tools.Ambroz Bizjak5-145/+138
2015-02-05Fix cross compiling regression due to gcc->cc renaming.Ambroz Bizjak1-0/+1
2015-02-03move libcxx[abi] into llvm treeEric Seidel1-2/+1
2015-02-03new darwin stdenvEric Seidel3-55/+200
2015-02-02Merge commit 'cfb29ab882323d379aba20a95020c7c24f883eae'Shea Levy8-42/+38
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-17mpc: also rename the attribute to libmpcVladimír Čunát3-4/+4
2015-01-17Merge #5676: gcc-wrapper -> cc-wrapper and relatedVladimír Čunát7-31/+32
2015-01-14rename occurrences of gcc.gcc to gcc.ccEric Seidel3-17/+17
2015-01-14Add isGNU attribute to gccsShea Levy1-0/+1
2015-01-14rename gcc-wrapper to cc-wrapper.Eric Seidel5-14/+14