about summary refs log tree commit diff
path: root/pkgs/build-support
AgeCommit message (Expand)AuthorFilesLines
2018-10-18Merge pull request #48306 from NixOS/staging-nextFrederik Rietdijk1-2/+4
2018-10-17Merge pull request #26839 from volth/fetchmavenartifact-do-not-leak-hashRenaud1-1/+1
2018-10-10Merge pull request #48020 from erictapen/47709-fix-regexTimo Kaufmann1-2/+2
2018-10-09Merge staging-next into stagingFrederik Rietdijk3-19/+163
2018-10-09Merge master into staging-nextFrederik Rietdijk3-19/+163
2018-10-08debian vm tools: use snapshot.debian.orgLinus Heckemann1-2/+2
2018-10-07buildRustPackage: fix regex for separating lib and binJustin Humm1-2/+2
2018-10-04Merge pull request #47448 from kalbasit/nixpkgs_add-bazel-watcherSarah Brofeldt1-4/+19
2018-10-03buildRustPackage now correctly installs binaries to bin and libraries to lib.Edward Tate1-2/+4
2018-10-02trivial builders: adding usage documentation for functionsSamuel Leathers1-13/+142
2018-10-02Merge master into stagingFrederik Rietdijk5-10/+753
2018-10-01Merge branch 'master' into staging-nextDaiderd Jordan5-10/+753
2018-10-01dockerTools: Use nix instead of nixUnstableSarah Brofeldt1-4/+4
2018-10-01Merge pull request #47411 from graham-at-target/multi-layered-images-craftedlewo5-6/+749
2018-09-29bazel-watcher: init at 0.5.0Wael M. Nasreddine1-7/+12
2018-09-29build-bazel-package: remove any .git, .svn and .hg from externalWael M. Nasreddine1-0/+4
2018-09-29build-bazel-package: prefix bazel with the USER variableWael M. Nasreddine1-1/+7
2018-09-28patch-shebangs.sh: use more robust 'for each file' loop, check for dirWill Dietz1-2/+5
2018-09-28patch-shebangs: simplify a bit per reviewer suggestionWill Dietz1-3/+1
2018-09-28patch-shebangs: use isScript to safely check for shebang startWill Dietz1-3/+2
2018-09-27dockerTools: test buildLayeredImageGraham Christensen1-0/+7
2018-09-26dockerTools.buildLayeredImage: initGraham Christensen2-0/+199
2018-09-26referencesByPopularity: init to sort packages by a cachability heuristicGraham Christensen2-0/+535
2018-09-26dockertools: tarsum: turn in to a buildInputGraham Christensen1-6/+8
2018-09-25Revert "patch-shebangs: respect cross compilation"Daiderd Jordan1-50/+3
2018-09-25Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson3-32/+13
2018-09-25Revert "virtualization/qemu-vm: fix and improve virtio/scsi switching"Sarah Brofeldt1-13/+3
2018-09-25Merge pull request #47233 from oxij/tree/mass-rebuild-noop-cleanupsJohn Ericson2-4/+7
2018-09-25Merge autoPatchelfHook improvements (#47222)aszlig1-18/+9
2018-09-25autoPatchelfHook: Silence errors in isExecutableaszlig1-1/+1
2018-09-25autoPatchelfHook: Only check PT_INTERP on execsaszlig1-2/+4
2018-09-24Merge pull request #47238 from obsidiansystems/overrideScope-orderJohn Ericson1-1/+1
2018-09-24lib: Make `overrideScope'` which takes arguments in the conventional orderJohn Ericson1-1/+1
2018-09-24Merge branch 'master' into stagingVladimír Čunát1-3/+13
2018-09-23autoPatchelfHook: do not patch statically linked filesJörg Thalheim1-18/+7
2018-09-23bintools-wrapper, cc-wrapper, stdenv: infer propagateDoc automaticallyJan Malakhovski2-4/+7
2018-09-23Merge master into stagingFrederik Rietdijk3-13/+28
2018-09-22virtualization/qemu-vm: fix and improve virtio/scsi switchingStefan Junker1-3/+13
2018-09-21Merge pull request #47145 from obsidiansystems/fetchzip-crossJohn Ericson1-6/+5
2018-09-21fetchzip: Use unzip from buildPackagesJohn Ericson1-6/+5
2018-09-20dockerTools.buildImage: test that created=now makes an unstable dateGraham Christensen1-0/+9
2018-09-20dockerTools.buildImage: support impure datesGraham Christensen1-6/+13
2018-09-19dockerTools.pullImage: correct default archJack Kelly1-1/+1
2018-09-18Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson8-465/+690
2018-09-17fetchcargo: Fix cargo-vendor-normalise for darwinSilvan Mosberger1-1/+3
2018-09-13buildRustCrate: added some edge cases with binariesAndreas Rammhold4-21/+125
2018-09-13buildRustCrate: add test casesAndreas Rammhold1-0/+81
2018-09-13buildRustCrate: binary heuristic should be able to treat spacesAndreas Rammhold1-5/+4
2018-09-13buildRustCrate: extracted builder scripts into dedicated filesAndreas Rammhold4-494/+343
2018-09-13buildRustCrate: add heuristic to picking the right source filesAndreas Rammhold2-10/+202