about summary refs log tree commit diff
path: root/pkgs/development/tools/build-managers
Commit message (Collapse)AuthorAge
* sbt: 1.3.10 -> 1.3.12R. RyanTM2020-06-06
|
* Merge pull request #89357 from avdv/bazel-buildtools-3Mario Rodas2020-06-04
|\ | | | | bazel-buildtools: 2.2.1 -> 3.2.0
| * bazel-buildtools: 2.2.1 -> 3.2.0Claudio Bley2020-06-03
| |
* | treewide: replace base64 encoded hashesDaiderd Jordan2020-06-03
|/
* sbt-extras: 2019-10-21 -> 2020-06-01 (#89289)contrun2020-06-01
|
* Merge pull request #89137 from bhipple/fix/colormakeFlorian Klink2020-05-31
|\ | | | | colormake: use fetchFromGitHub
| * colormake: use fetchFromGitHubBenjamin Hipple2020-05-29
| | | | | | | | Verified the sha256 does not change.
* | bazel: 3.1.0 -> 3.2.0Claudio Bley2020-05-29
| |
* | bazel: Make bazel_3 the default versionClaudio Bley2020-05-29
| | | | | | | | | | * drop bazel_2 * update hashes of fetch derivations that use `buildBazelPackage`
* | bazel_3: init at 3.1.0Claudio Bley2020-05-29
|/
* mill: 0.6.2 -> 0.7.1R. RyanTM2020-05-27
|
* Merge pull request #88253 from r-ryantm/auto-update/bmakeMario Rodas2020-05-23
|\ | | | | bmake: 20200402 -> 20200506
| * bmake: 20200402 -> 20200506R. RyanTM2020-05-20
| |
* | Merge pull request #87704 from veprbl/pr/cmake_32bit_workaroundThomas Tuegel2020-05-19
|\ \ | | | | | | pkgsi686Linux.cmake: compile with _FILE_OFFSET_BITS=64 for 32-bit targets
| * | cmake: compile with _FILE_OFFSET_BITS=64 for 32-bit targetsDmitry Kalinkin2020-05-12
| | |
* | | maven: Wrap mvnDebug for conveniencebessonm2020-05-15
| |/ |/|
* | go-modules: Update files to use vendorSha256Colin L Rice2020-05-14
| |
* | Merge pull request #87314 from matthewbauer/bazel-flatMatthew Bauer2020-05-11
|\ \ | | | | | | build-bazel-package: switch hash mode to “flat”
| * | build-bazel-package: switch hash mode to “flat”Matthew Bauer2020-05-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | flat hashes can be substituted through hashed-mirrors, while recursive hashes can’t. This is especially important for Bazel since the bazel fetch dependencies can come from multiple different methods (git, http, ftp, etc.). To do this, we create tar archives from the output/external directory, which is then extracted to build. All of the Bazel hashes are all updated.
* | | Merge master into staging-nextFrederik Rietdijk2020-05-11
|\ \ \
| * \ \ Merge pull request #87467 from r-ryantm/auto-update/qbsRyan Mulligan2020-05-10
| |\ \ \ | | | | | | | | | | qbs: 1.15.0 -> 1.16.0
| | * | | qbs: 1.15.0 -> 1.16.0R. RyanTM2020-05-10
| | |/ /
* | | | Merge master into staging-nextFrederik Rietdijk2020-05-10
|\| | |
| * | | treewide: remove the-kenny from maintainersJörg Thalheim2020-05-09
| |/ / | | | | | | | | | | | | | | | | | | @the-kenny did a good job in the past and is set as maintainer in many package, however since 2017-2018 he stopped contributing. To create less confusion in pull requests when people try to request his feedback, I removed him as maintainer from all packages.
* / / cmake: 3.17.0 -> 3.17.2R. RyanTM2020-05-08
|/ /
* | Merge branch 'staging-next'Vladimír Čunát2020-05-07
|\ \ | | | | | | | | | | | | | | | | | | The nss update is needed for security update of firefox. For linux platforms only about 1k aarch64 rebuilds are missing; the diff on Hydra looks OK. Darwin needs 20k more rebuilds, but I don't think we want to wait for that.
| * | meson: 0.54.0 → 0.54.1Jan Tojnar2020-05-05
| | | | | | | | | | | | https://github.com/mesonbuild/meson/compare/0.54.0...0.54.1
* | | Merge pull request #86733 from r-ryantm/auto-update/sbtMaximilian Bosch2020-05-06
|\ \ \ | | | | | | | | sbt: 1.3.9 -> 1.3.10
| * | | sbt: 1.3.9 -> 1.3.10R. RyanTM2020-05-04
| | | |
* | | | conan: 1.24.0 -> 1.25.0Drew Risinger2020-05-06
| | | |
* | | | conan: unbreak with deprecation>=2.1Drew Risinger2020-05-06
| | | |
* | | | Merge branch 'staging-next'Vladimír Čunát2020-05-06
|\ \ \ \ | | |/ / | |/| | | | | | | | | | Status on Hydra for linuxes seems good enough: https://hydra.nixos.org/eval/1585703?filter=linux&compare=1585482&full=#tabs-now-fail
| * | | Merge staging-next into stagingFrederik Rietdijk2020-05-01
| |\| |
| * | | meson: Fix crossJohn Ericson2020-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The old `CC=.. CXX= .. meson ...` env var hack I removed in 3c00ca03a251693e58eb4e3c247ee1f640215783 had a side effect of ensuring that Meson always had access to a native C compiler, which unforunately it expects in most cases. Thankfully, that will be fixed soon.
| * | | meson: Make target-agnosticJohn Ericson2020-04-28
| | | | | | | | | | | | | | | | | | | | | | | | The cross file is added in the `mkDerivation`. It isn't nice putting build tool-specific stuff here, but our current architecture gives us little alternative.
| * | | meson: Patch to ingest env vars like autoconfJohn Ericson2020-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See comment in code and the PR it references, https://github.com/mesonbuild/meson/pull/6827, for details. We can remove entries from the cross file because they will be gotten from env vars now.
| * | | meson: Don't set CC and CXXJohn Ericson2020-04-26
| | | | | | | | | | | | | | | | | | | | I've since convinced upstream to not use such vars for the build platform during cross. Finally!
* | | | mill: 0.6.1 -> 0.6.2R. RyanTM2020-05-05
| | | |
* | | | bmake: 20200318 -> 20200402R. RyanTM2020-05-04
| |/ / |/| |
* | | meson: remove rasendubi from maintainersAlexey Shmalko2020-04-29
|/ / | | | | | | | | I lagged behind meson changes and I can't provide good reviews or fix meson issues. I am therefore resigning from meson maintainership.
* | Merge master into staging-nextFrederik Rietdijk2020-04-22
|\ \
| * | shards: 0.9.0 -> 0.10.0Peter Hoeg2020-04-22
| | |
| * | Merge branch 'master' into staging-nextVladimír Čunát2020-04-18
| |\ \ | | | | | | | | | | | | Hydra nixpkgs: ?compare=1582510
* | | | waf: 2.0.19 -> 2.0.20R. RyanTM2020-04-21
| | | |
* | | | meson: 0.53.2 → 0.54.0Jan Tojnar2020-04-21
| | | | | | | | | | | | | | | | https://mesonbuild.com/Release-notes-for-0-54-0.html
* | | | Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson2020-04-17
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | crystal: 0.31 -> 0.34 (#85432)Michael Fellinger2020-04-17
| | | | | | | | | | | | | | | | | | | | | * crystal: 0.31 -> 0.34 * crystal: use latest llvm * crystal: skip tests for 0.33
* | | Merge branch 'master' into staging-nextJan Tojnar2020-04-13
|\| |
| * | bazel-buildtools: 1.0.0 -> 2.2.1Mario Rodas2020-04-10
| | |
| * | treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
| | |