about summary refs log tree commit diff
path: root/pkgs/build-support
AgeCommit message (Expand)AuthorFilesLines
2017-10-26buildRustPackage: allow passthru overrideszimbatm1-1/+1
2017-10-25Add function closureInfo to replace pathsFromGraphEelco Dolstra1-0/+55
2017-10-25pathsFromGraph: Remove obsolete printManifest featureEelco Dolstra1-22/+1
2017-10-23rust: update cargo builder to fetch registry dynamicallyKevin Cox4-283/+72
2017-10-17buildFHSEnv: fix NIX_* compiler flagsNikolay Amiantov1-0/+1
2017-10-08Merge pull request #30150 from copumpkin/no-rpath-nonsenseDaniel Peebles1-3/+5
2017-10-08Get rid of most @rpath nonsense on DarwinDan Peebles1-3/+5
2017-10-07Merge branch 'master' into stagingVladimír Čunát1-1/+1
2017-10-06trivial-builders.nix: fix writeShellScriptBinNikita Uvarov1-1/+1
2017-10-05Merge branch 'master' into stagingOrivej Desh1-1/+1
2017-10-03fetchpatch: allow callers to specify postFetch sensiblyDan Peebles1-1/+1
2017-10-02Merge pull request #29568 from obsidiansystems/cc-wrapper-32Eelco Dolstra2-8/+29
2017-10-02Merge branch 'master' into stagingOrivej Desh3-49/+111
2017-09-28cc-wrapper: Clean up dynamic linking with x86 multilibJohn Ericson2-8/+29
2017-09-28Merge branch 'cc-wrapper-stdenvNoCC' into ericson2314-cross-baseJohn Ericson8-19/+40
2017-09-28Merge remote-tracking branch 'upstream/staging' into deps-reorgJohn Ericson11-100/+142
2017-09-28dockerTools: fix hash to accomodate the pullImage revertRobin Gloster1-1/+1
2017-09-28Revert "dockerTools.pullImage: use skopeo to pull the image"Robin Gloster3-15/+34
2017-09-28Revert "dockerTools.buildImage: Switch to the format image generated by Skopeo"Robin Gloster1-34/+77
2017-09-26Merge branch 'master' into stagingVladimír Čunát2-81/+40
2017-09-26Merge #29617: cc-wrapper: Use stdenvNoCC to buildVladimír Čunát1-3/+4
2017-09-26cc-wrapper: Use stdenvNoCC to buildJohn Ericson1-3/+4
2017-09-26Merge pull request #29580 from obsidiansystems/stdenv-super-debugJohn Ericson7-16/+36
2017-09-26cc-wrapper: Add `set -x` tracing for NIX_DEBUG >= 7John Ericson5-0/+20
2017-09-26treewide: Use `(( "${NIX_DEBUG:-0}" >= 1) ))` consistentlyJohn Ericson6-16/+16
2017-09-25dockerTools.examples.nix: set NIX_PAGER=cat environment variableAntoine Eiche1-4/+6
2017-09-24Merge older stagingVladimír Čunát1-1/+2
2017-09-23dockerTools.buildImage: Switch to the format image generated by SkopeoAntoine Eiche1-77/+34
2017-09-23Merge branch 'master' into stagingVladimír Čunát2-3/+64
2017-09-21treewide: Manual fix more pkg-config build-inputsJohn Ericson1-1/+1
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
2017-09-20dockerTools.buildImageWithNixDb: Make output paths valid and add gcrootsAntoine Eiche1-2/+20
2017-09-20dockerTools.buildImageWithNixDb: populate the Nix Db of the image Nix storeAntoine Eiche2-3/+46
2017-09-20Merge branch 'master' into stagingJohn Ericson2-13/+4
2017-09-19cc-wrapper, cc-wrapper-old: Simplify shell logicJohn Ericson2-13/+4
2017-09-19Merge branch 'master' into stagingVladimír Čunát4-36/+28
2017-09-18Merge master-merged PRs #29547 and #29548 into stagingJohn Ericson1-4/+2
2017-09-18Merge pull request #29548 from obsidiansystems/cc-wrapper-cross-miscJohn Ericson1-4/+2
2017-09-18cc-wrapper: Use same dynamic loader on all Darwin, not just x86_64John Ericson1-2/+2
2017-09-18cc-wrapper: Remove obsolete assertionJohn Ericson1-2/+0
2017-09-17fetchRepoProject: Fetch into $out and make it deterministicMichael Weiss1-2/+13
2017-09-17set-source-date-epoch-to-latest.sh: shut up a warningVladimír Čunát1-1/+2
2017-09-17dockerTools.pullImage: use skopeo to pull the imageAntoine Eiche3-34/+15
2017-09-16gitRepo: Fix an error due to missing TLS certificatesMichael Weiss1-2/+0
2017-09-16fetchRepoProject: Fix the GnuPG verificationMichael Weiss1-3/+5
2017-09-16fetchRepoProject: Refactor the codeMichael Weiss1-36/+29
2017-09-16Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2-6/+3
2017-09-14Merge pull request #29381 from obsidiansystems/autoreconf-hookJohn Ericson1-4/+0
2017-09-14autoreconfHook: Simplify by avoiding `findInputs`John Ericson1-4/+0
2017-09-14Merge pull request #27780 from tilpner/overridable-buildenvFrederik Rietdijk1-2/+3