worldofpeace
3f4a353737
treewide: use dontUnpack
2019-07-01 04:23:51 -04:00
Wael Nasreddine
c49b7f64d1
bazel: fix the compilation of .proto on Darwin ( #63879 )
...
On Darwin, the last argument to GCC is coming up as an empty string.
This is breaking the build of proto_library targets. However, I was not
able to reproduce with the example cpp project[0].
This commit patches the cc_wrapper of Bazel that gets installed on
Darwin to remove the last argument if it's an empty string. This is
not a probem on Linux.
[0]: https://github.com/bazelbuild/examples/tree/master/cpp-tutorial/stage3
2019-06-29 11:07:21 -07:00
Jan Tojnar
41c575b6fc
meson: use plain buildtype
...
This should allow us to inherit optimization/striping from stdenv
2019-06-25 18:24:51 +02:00
Jan Tojnar
0fd5abb213
meson: do not download wraps
2019-06-25 18:24:51 +02:00
Jan Tojnar
e529ec3263
meson: enable auto_features by default
...
We disabled them by default when they were introduced in
https://github.com/NixOS/nixpkgs/pull/42994
but enabling them probably makes more sense:
https://github.com/NixOS/nixpkgs/pull/54398
https://github.com/NixOS/nixpkgs/pull/63491
2019-06-25 18:24:51 +02:00
Jan Tojnar
07d1d3ed68
Merge branch 'master' into staging
2019-06-25 18:06:43 +02:00
Peter Hoeg
e3afc85cba
Merge pull request #63725 from peterhoeg/u/crystal
...
crystal: init at 0.29.0
2019-06-25 12:59:56 +08:00
Peter Hoeg
24dc219de9
shards: 0.8.1 -> 0.9.0
2019-06-25 11:56:44 +08:00
Guillaume Bouchard
d086d45952
Fix source url for java tools on darwin
2019-06-24 11:41:43 +02:00
Guillaume Bouchard
27d4ce7ce0
bazel: Full switch to python3
2019-06-22 21:46:50 +02:00
Guillaume Bouchard
7fed6eabcf
bazel: restore installCheckPhase
...
All the dependencies of this phase are prefetched and provided to the
bazel environment using --override_repository.
2019-06-22 21:46:50 +02:00
Guillaume Bouchard
ba327a54b6
bazel: 0.26.1 -> 0.27.0
...
- Fixs for newly introduced bin/bash hardcoded reference
- Bazel now references `remote_java_tools_xxx` which contains prebuilt
binaries. We prefetch them, fix them, and force bazel to use the
fixed repository.
It also closes #63096
2019-06-22 21:46:50 +02:00
Mario Rodas
de3935898f
Merge pull request #63298 from r-ryantm/auto-update/mill
...
mill: 0.4.0 -> 0.4.1
2019-06-19 07:33:50 -05:00
Jan Tojnar
9e9cf6a75c
meson: 0.49.1 → 0.50.1 ( #57767 )
...
meson: 0.49.1 → 0.50.1
2019-06-19 14:01:51 +02:00
Profpatsch
8ce4463d4a
bazel: add update script to update srcDeps from WORKSPACE file
2019-06-18 17:47:01 +02:00
R. RyanTM
08bb1b5612
buck: 2019.05.22.01 -> 2019.06.17.01
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/buck/versions
2019-06-17 23:50:19 -05:00
Jan Tojnar
8de795e22f
meson: 0.49.1 → 0.50.1
2019-06-18 03:26:46 +02:00
xbreak
2b51328002
waf: Added support for optional extra tools ( #63042 )
...
The list of tools `withTools` are included as extra tools when building
waf.
Example:
mywaf = callPackage ../development/tools/build-managers/waf {
python = python3;
withTools = [ "doxygen" ];
};
2019-06-17 10:23:52 -04:00
R. RyanTM
7598c1182b
mill: 0.4.0 -> 0.4.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mill/versions
2019-06-17 01:21:11 -07:00
volth
f3282c8d1e
treewide: remove unused variables ( #63177 )
...
* treewide: remove unused variables
* making ofborg happy
2019-06-16 19:59:05 +00:00
Austin Seipp
ccee4117be
bmake: fix version/url, fix tests, remove unneeded deps
...
As noted by @jameysharp in #63181 .
Signed-off-by: Austin Seipp <as@fastly.com>
2019-06-16 14:26:49 -05:00
Austin Seipp
ebb3f4d428
bmake: init at 20121212
...
Signed-off-by: Austin Seipp <as@fastly.com>
2019-06-15 22:46:14 -07:00
Wael Nasreddine
bad7bc44db
bazel: fix nix-hacks.patch with the latest version of Bazel ( #63052 )
...
* bazel: add a failing test for nix-hacks
* fix the patch
2019-06-13 16:12:37 +02:00
Wael M. Nasreddine
f41667a774
bazel: 0.26.0 -> 0.26.1
2019-06-12 18:35:51 +02:00
Profpatsch
cc627366cd
Merge pull request #62336 from groodt/bazel-0.26.0
...
bazel: 0.24.0 -> 0.26.0
2019-06-12 14:55:49 +02:00
Profpatsch
5d238e45de
bazel: run the tests on all supported platforms
2019-06-12 14:09:42 +02:00
Profpatsch
629c050b5d
bazel.tests: prebuild the bazel self-extraction to speed up test
...
Factor out the common parts of tests & cache the bazel
self-extraction (ugh) to a common store path.
2019-06-12 14:09:42 +02:00
Profpatsch
44f97b56d9
bazel: move the python test to py_binary
...
`py_test` tries to download unnecessary dependencies at runtime. We
can just as well run it to check the assertion.
Upstream issue: https://github.com/bazelbuild/bazel/issues/8575
2019-06-12 14:09:42 +02:00
Greg Roodt
dd2a0f6c4a
bazel: 0.24.0 -> 0.26.0
2019-06-12 14:09:42 +02:00
Franz Pletz
fdd75fc6f1
Merge pull request #53712 from liff/bear/fix-wrapper-detection
...
bear: fix wrapper detection patch by checking result of find_executable
2019-06-11 22:55:38 +00:00
Graham Christensen
11d1932f11
Merge pull request #62626 from ankhers/update_rebar3
...
rebar3: 3.10.0 -> 3.11.1
2019-06-11 12:11:54 -04:00
Vladimír Čunát
576af17187
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1523575
2019-06-05 11:06:44 +02:00
R. RyanTM
741d20c900
qbs: 1.13.0 -> 1.13.1 ( #62549 )
...
* qbs: 1.13.0 -> 1.13.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/qbs/versions
* qbs: add meta.homepage
2019-06-04 17:02:45 +02:00
Justin Wood
ece38ce9fb
rebar3: 3.10.0 -> 3.11.1
2019-06-03 13:55:43 -04:00
Matthew Bauer
f64d21da21
Merge pull request #56834 from matthewbauer/v8-update
...
v8: 5.4.232 -> 7.4.255
2019-06-03 13:34:04 -04:00
Vladimír Čunát
c4724fb7bc
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1523028
2019-06-03 10:01:25 +02:00
Mario Rodas
99997f1bc2
Merge pull request #62367 from r-ryantm/auto-update/buck
...
buck: 2019.05.06.01 -> 2019.05.22.01
2019-06-01 05:05:15 -05:00
R. RyanTM
42a90ac4b8
buck: 2019.05.06.01 -> 2019.05.22.01
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/buck/versions
2019-06-01 01:14:13 -07:00
Matthew Bauer
8c131d6930
Merge pull request #58182 from status-im/fix-conan
...
conan: fix pluginbase version requirement
2019-05-31 21:50:19 -04:00
Karol Chmist
285dddba9f
mill: 0.3.6 -> 0.4.0 ( #62214 )
2019-05-31 17:50:37 -04:00
Samuel Dionne-Riel
9bc34e38ae
Merge pull request #62178 from samueldr/fix/meson-systemd-cross
...
Enables systemd-boot for ARM + fixes meson cpu families
2019-05-28 23:18:37 -04:00
Samuel Dionne-Riel
418c3e1123
meson: Adds more binaries, needed for systemd-boot
2019-05-28 19:26:57 -04:00
Samuel Dionne-Riel
858076ef56
meson: fix cpu_family for aarch64
...
As documented, it should be `aarch64` for AArch64.
* https://mesonbuild.com/Reference-tables.html#cpu-families
```
$ nix eval '((import <nixpkgs> {}).pkgsCross.aarch64-multiplatform.stdenv.targetPlatform.parsed.cpu.family)'
"arm"
```
The lookup table will ensure that, at any point, meson does not pick the
wrong family.
2019-05-28 19:26:56 -04:00
Frederik Rietdijk
b2ab860db3
Merge master into staging-next
2019-05-25 12:38:00 +02:00
Vladimír Čunát
2a3bb2f8ac
bear.meta.maintainers: remove myself
...
I don't really use it anymore, thanks to meson+ninja.
2019-05-21 12:49:08 +02:00
R. RyanTM
3071160766
bear: 2.3.13 -> 2.4.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bear/versions
2019-05-20 21:57:05 -07:00
Frederik Rietdijk
f0a4305e0a
Merge staging-next into staging
2019-05-14 10:24:46 +02:00
R. RyanTM
656fed287d
waf: 2.0.14 -> 2.0.15
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/waf/versions
2019-05-13 21:49:02 +02:00
Mario Rodas
09e08100ca
Merge pull request #61272 from r-ryantm/auto-update/buck
...
buck: 2019.01.10.01 -> 2019.05.06.01
2019-05-12 16:10:59 -05:00
Matthew Bauer
4fb6ccbe61
Merge pull request #61112 from matthewbauer/fix-bazel-llvm
...
bazel: use llvm6 on darwin
2019-05-12 15:22:01 -04:00