mingchuan
10e8ea14db
shards: 0.7.1 -> 0.7.2
2017-12-25 00:53:34 +08:00
Jan Tojnar
1e60ccdf47
meson: 0.43.0 → 0.44.0
2017-12-14 22:56:35 +00:00
Vladimír Čunát
e9c12f6936
Merge older staging
...
There are some regressions, but not that many and I want
the security update of openssl fast.
2017-12-11 09:49:56 +01:00
Tim Steinbach
4ff0429662
sbt-extras: Add JDK dependency
...
The derivation would use `java` from the PATH. This fixed the behaviour.
2017-12-10 13:48:23 -05:00
Maximilian Bode
377cd99e4b
gradle: 4.3.1 -> 4.4
2017-12-09 21:08:41 +01:00
Vladimír Čunát
2309acf723
Merge branch 'master' into staging
2017-12-09 21:00:07 +01:00
Joachim F
f5f6d8e393
Merge pull request #32481 from ThomasMader/dlang
...
dmd, ldc, dub: Inherit buildInput and meta from build derivation
2017-12-08 23:50:33 +00:00
Thomas Mader
b2e76afa99
dmd, ldc, dub: Inherit buildInput and meta from build derivation
2017-12-08 22:12:11 +01:00
Orivej Desh
46f57dbc14
meson: enable parallel building of meson projects by default
2017-12-07 08:52:42 +00:00
Orivej Desh
031138b7f0
cmake: enable parallel building of cmake projects by default
2017-12-07 08:52:42 +00:00
Orivej Desh
da516f0404
cmake: generate for Ninja when the build phase is Ninja
...
This is overridable by providing a custom build phase or setting
dontUseNinjaBuild = true.
2017-12-07 08:52:42 +00:00
Orivej Desh
2c7cd2455e
ninja: support disabling parallel building
...
but keep it enabled by default
2017-12-07 08:52:42 +00:00
Joachim F
c0d7a054cb
Merge pull request #32274 from ThomasMader/dlang
...
Improve dlang packages
2017-12-04 23:02:11 +00:00
Thomas Mader
48dcf2620d
dub: 1.5.0 -> 1.6.0
...
- Enable unittests by using a fixed-output derivation
- Remove substitutions because they are fixed upstream now
2017-12-03 02:52:04 +01:00
Ricardo M. Correia
eb9c69f6eb
gup: 0.6.0 -> 0.7.0
2017-12-01 15:45:13 +01:00
Mateusz Kowalczyk
6f8601288b
bazel: 0.7.0 -> 0.8.0
2017-11-29 16:10:53 +00:00
Vladimír Čunát
6705f30e2c
Merge branch 'master' into staging
2017-11-27 15:09:53 +01:00
Vladimír Čunát
c465185bb7
cmake: maintenance 3.9.4 -> 3.9.6
2017-11-27 13:36:14 +01:00
Vladimír Čunát
6589519174
Merge #31453 : meson: library install paths for g-ir-scanner
2017-11-27 12:13:34 +01:00
Tim Steinbach
3cb310a231
sbt: 1.0.3 -> 1.0.4
2017-11-26 17:21:06 -05:00
Vladimír Čunát
7dfa97969a
Merge branch 'staging' (older one)
...
Hydra seems OK-ish, except that some aarch64 jobs need restarting
after qt4 timing out for the first time:
https://hydra.nixos.org/eval/1412641?compare=1412561
2017-11-24 18:36:54 +01:00
Tim Steinbach
0a123ae574
gradle: 4.3 -> 4.3.1
2017-11-24 08:30:22 -05:00
Orivej Desh
fb703ad117
treewide: update the usage of makeWrapper after #31497
2017-11-19 23:50:49 +00:00
Roberto Di Remigio
9792c039ee
ninja: 1.7.2 -> 1.8.2
2017-11-18 19:03:44 +00:00
Michael Weiss
a5b611defc
scons: 3.0.0 -> 3.0.1
...
"This release should be used instead of 3.0.1. This release fixes
several issues." - http://scons.org/scons-301-is-available.html
More than 90% of the 346 rebuilds succeed without any problems (I've
tested it against aeff3080d0
). As far as I
can tell most of the problematic packages either failed before the
upgrade or for a reason that is unrelated to this SCons update. But it
is possible that this'll cause a few regressions, I'll try to watch out
for build failures on Hydra.
The attribute sconsPackages.scons_3_0_0 is still available in case this
breaks anything.
2017-11-15 23:22:38 +01:00
Orivej Desh
3ff2a789c2
conan: 0.26.1 -> 0.28.1
2017-11-13 19:12:08 +00:00
Pascal Wittmann
6651bc1c36
icmake: 9.02.02 -> 9.02.03
2017-11-10 21:44:45 +01:00
Nikolay Amiantov
c69d90b888
bazel: fix lost dependencies
...
Fixes #31249
2017-11-10 22:34:42 +03:00
Nikolay Amiantov
6bdee9c730
bazel: add Nix hacks
...
Those are needed to build Bazel packages in Nix.
2017-11-10 22:34:42 +03:00
Jan Tojnar
1dba3c06eb
meson: pass library install paths to g-ir-scanner
...
We are patching g-ir-scanner to produce absolute paths in the GIR
files. When an application uses an internal library placed in a
non-standard path (e.g. $out/lib/gnome-shell), the scanner needs
to be informed. For autotools-based apps, the full path was
obtained from libtool-wrapped files; with Meson, this is no longer
possible – we need to pass the path information in some other way.
This commit channels the --fallback-library-path option added
to g-ir-scanner in aforementioned patch.
2017-11-09 21:21:00 +01:00
Orivej Desh
ad0c2d5a79
Merge pull request #31056 from purefn/master
...
make sure which and curl are available in the PATH for sbt-extras
2017-11-06 06:21:09 +00:00
Richard Wallace
29c182f2b2
sbt-extras: make sure which and curl are available in the PATH
2017-11-06 06:20:34 +00:00
Piotr Bogdan
8904ce343a
fix source root locations.
...
These have changed following commit
c3255fe8ec
.
See also:
- https://github.com/NixOS/nixpkgs/pull/31004
- https://github.com/NixOS/nixpkgs/pull/31106
2017-11-02 13:53:36 +00:00
Jörg Thalheim
fbb0b8eaaf
Merge pull request #31087 from andrestylianos/boot
...
boot: 2.5.2 -> 2.7.2
2017-11-02 09:10:05 +00:00
Mateusz Kowalczyk
ac2976d829
bazel: 0.6.1 -> 0.7.0
2017-11-01 20:03:58 +00:00
Mateusz Kowalczyk
b902a88e80
buck: 2017.05.31.01 -> 2017.10.01.01
2017-11-01 19:34:19 +00:00
André Stylianos Ramos
8014307c64
boot: 2.5.2 -> 2.7.2
2017-11-01 14:10:07 +01:00
Vladimír Čunát
447802a683
Merge branch 'master' into staging
2017-10-31 23:47:34 +01:00
Tim Steinbach
ec1f7a7e95
Merge pull request #31035 from cko/maven_3_5_2
...
maven: 3.5.0 -> 3.5.2
2017-10-31 08:56:20 -04:00
Christine Koppelt
2a09272b5b
maven: 3.5.0 -> 3.5.2
2017-10-31 12:43:34 +01:00
Vladimír Čunát
53c6b01a81
Merge #30979 : gnumake: fix occasional hangs
2017-10-30 22:31:03 +01:00
Vladimír Čunát
687943763c
Merge branch 'master' into staging
2017-10-30 22:30:14 +01:00
Tim Steinbach
25c8014a4b
gradle: 4.2.1 -> 4.3
2017-10-30 13:35:12 -04:00
Ricardo M. Correia
029522249b
gnumake: fix occasional hangs in parallel builds
...
https://savannah.gnu.org/bugs/?49014
https://savannah.gnu.org/bugs/?51159
2017-10-30 16:15:43 +01:00
Frederik Rietdijk
6d41ae55dd
Merge remote-tracking branch 'upstream/master' into HEAD
2017-10-30 07:51:09 +01:00
Shea Levy
9e37df185c
fwupd: Remove manual rpath settings now that meson is fixed.
...
Thanks @yegortimoshenko!
2017-10-29 14:42:55 -04:00
Frederik Rietdijk
8634a2e2c5
Merge remote-tracking branch 'upstream/master' into HEAD
2017-10-27 21:35:58 +02:00
Tim Steinbach
a924cd2beb
sbt: No need for bc buildInput
2017-10-27 12:15:29 -04:00
Tim Steinbach
eae5dfe134
sbt: 1.0.2 -> 1.0.3
2017-10-27 08:03:25 -04:00
Brian McKenna
c3d24791f5
sbt-extras: init at 77686b3
...
Fixes #21783
2017-10-26 11:30:45 +11:00