Eelco Dolstra
969d7b0451
gnumake380: Remove
...
This hasn't been used in a long time.
2017-07-24 14:27:11 +02:00
Thomas Tuegel
4f88ceff49
jam: unset AR
...
Commit 093cc00cdd
sets the AR environment variable
by default, but this causes the jam Makefile to use the wrong command.
2017-07-22 19:36:55 -05:00
Dan Peebles
8253fc2ae5
pants: 1.2.1 -> 1.3.0
...
I'm also removing the pants13-pre attribute since it's unnecessary and I
don't want to maintain 1.4.x prereleases yet.
I'm temporarily taking out the pants native rust engine shenanigans until
I can get a nix-native rust build of it to work (it works on Linux but
not on Darwin!)
2017-07-17 10:37:52 -04:00
Tim Steinbach
1a7d9f573b
gradle: 4.0 -> 4.0.1
2017-07-07 19:52:57 -04:00
Frederik Rietdijk
ea5b2df865
Merge pull request #27094 from nand0p/buildbot-0.9.9
...
buildbot: 0.9.7 -> 0.9.9.post2
2017-07-07 17:48:29 +02:00
Fernando J Pando
f6a7b851d4
buildbot: 0.9.7 -> 0.9.9.post2
...
- adds grid-view plugin
- module fixup
- tested on nixos
2017-07-07 10:00:37 -04:00
Pascal Wittmann
bd3b58b197
Merge pull request #27015 from expipiplus1/qbs
...
qbs: init at 1.8
2017-07-06 10:21:52 +02:00
Joe Hermaszewski
6fd51f96fe
qbs: init at 1.8
2017-07-05 22:53:38 +01:00
hsloan
3e69864717
cmake 2.8: Don't use stdenv ? cross
2017-06-28 19:42:46 -04:00
Gleb Peregud
0fccd5bba4
erlang: update documentation.
...
The documentation got a bit stale compared to actual contents of
nixpkgs. This commit focuses on updating existing docs, not on making
sure all details of beam packages are covered.
2017-06-19 19:58:57 +02:00
Gleb Peregud
f66b0186dc
erlang: fix rebar3-nix-bootstrap in Erlang < R18.
2017-06-19 19:53:15 +02:00
Tim Steinbach
6b199db895
Merge pull request #26644 from NeQuissimus/gradle_4_0
...
gradle: 3.5 -> 4.0
2017-06-17 16:05:26 -04:00
Volth
b1928704d4
sbt: support build scala-native targets
2017-06-16 15:52:13 +00:00
Tim Steinbach
a4a0f30108
gradle: 3.5 -> 4.0
2017-06-16 08:29:08 -04:00
Vladimír Čunát
d74d871f52
cmake: 3.7.2 -> 3.8.2
...
Tested several cmake-built packages, and all seems OK;
hopefully there won't be many problems.
2017-06-11 17:10:49 +02:00
Vladimír Čunát
cb9f953c92
Merge branch 'master' into staging
...
More larger rebuilds.
2017-06-10 10:07:33 +02:00
Tim Jäger
cfe23e19ab
buck: build buckd as well
...
buck tries to launch buckd to run in the background. While not neccessary, it
does speed up builds.
2017-06-08 15:36:30 -07:00
Tim Jäger
926f3eada8
buck: cleanup
2017-06-08 11:26:42 -07:00
Jörg Thalheim
dffbe98dd6
buck: make propagatedBuildInputs runtime deps
2017-06-08 08:36:59 +01:00
Tim Jäger
48c910611f
buck: init at v2017.05.31.01
2017-06-06 22:46:02 -07:00
Daiderd Jordan
30f329e74b
Merge pull request #26310 from LnL7/darwin-stdenv-no-sphinx
...
darwin-stdenv: remove python dependencies
2017-06-05 12:44:07 +02:00
Daiderd Jordan
9e2aba3572
darwin-stdenv: remove python-sphinx and a bunch of other dependencies from the stdenv
2017-06-01 23:23:56 +02:00
Dan Peebles
0f1753b1d3
pants13-pre: 1.3.0rc2 -> 1.3.0rc4
2017-06-01 13:53:19 +00:00
Gabriel Gonzalez
0dd5e832f0
kati: init at 2017-05-23 ( #26168 )
2017-05-31 02:16:16 +02:00
Joachim F
789bde2408
Merge pull request #25940 from bendlas/update-chromium
...
chromium: 57.0.2987.133 -> 58.0.3029.110 + build fixes
2017-05-29 22:19:57 +01:00
Vladimír Čunát
00672dec8a
Merge older staging
...
This still causes some uncached rebuilds, but master(!) and staging
move too fast forward rebuild-wise, so Hydra might never catch up.
(There are also other occasional problems.)
Therefore I merge at this point where the rebuild isn't that bad.
2017-05-26 15:45:43 +02:00
Vladimír Čunát
78ea189a6b
Merge branch 'master' into staging
...
... to fix *some* of the evaluation problems.
2017-05-24 13:56:28 +02:00
Dan Peebles
c05461fde6
pants13-pre: make it actually work on Linux
...
Third time's a charm. Not sure how I thought that three different files
would download and have the same hash, but that's what the old code did.
This one should have the three distinct platform hashes.
2017-05-24 07:52:58 -04:00
Dan Peebles
a43e104ada
pants13-pre: fix on non-Darwin platforms
2017-05-24 00:05:20 -04:00
Dan Peebles
b0adb09b32
pants13-pre: pre-download the native engine
...
This saves pants 1.3 from having to download it at startup. Eventually
we'll build it ourselves (it's a rust binary) but for now this works.
2017-05-23 22:29:33 -04:00
Vladimír Čunát
8004e79415
Merge branch 'master' into staging
2017-05-24 03:24:06 +02:00
Dan Peebles
9d5c28d22c
pants: fix buggy pathspec version
...
When transplanting the expression in 845d1b28bf
I accidentally switched pants 1.3 to use the old pathspec, which breaks
at runtime. This should fix it.
2017-05-22 15:34:46 -04:00
Brendan Miller
b737ddd65d
pants13-pre: 1.3.0.dev19 -> 1.3.0rc2
...
Pulling in the latest 1.3.0 release candidate from pants.
2017-05-22 12:31:27 -04:00
Dan Peebles
845d1b28bf
pants{,13-pre}: move from pythonPackages to top level
...
That means it'll build in Hydra and we don't really care which version of
Python it builds against.
2017-05-22 12:22:13 -04:00
Herwig Hochleitner
6509ba66a8
ninja: 1.7.1 -> 1.7.2
2017-05-20 16:02:50 +02:00
Vladimír Čunát
5aa530f2a8
Merge branch 'master' into staging
...
A few thousand rebuilds from master.
2017-05-19 08:57:59 +02:00
Benjamin Staffin
965bffdb69
bazel: 0.4.4 -> 0.4.5 ( #25821 )
...
Also added zsh and bash completion support
2017-05-18 23:14:50 -04:00
Tuomas Tynkkynen
beb43a651c
Merge remote-tracking branch 'upstream/master' into staging
2017-05-14 14:24:20 +03:00
Fernando J Pando
a6bcf148d7
buildbot: 0.9.6 -> 0.9.7
2017-05-12 10:59:27 -04:00
Linus Heckemann
28154f45a6
cmake setup hook: allow other build types
2017-05-10 14:33:20 +01:00
Frederik Rietdijk
ef4442e827
Python: replace requests2 with requests tree-wide
...
See f63eb58573
The `requests2` attribute now throws an error informing that `requests`
should be used instead.
2017-05-07 12:56:09 +02:00
Lancelot SIX
d41a0832b6
buildbot: 0.9.5 -> 0.9.6
2017-05-04 12:24:55 +02:00
Frederik Rietdijk
9e48fc3268
Merge pull request #24131 from nand0p/buildbot-0.9.5
...
buildbot: 0.9.4 -> 0.9.5
2017-05-03 07:56:29 +02:00
Vladimír Čunát
92ee3b02e8
Merge branch 'staging'
...
Master is seeing a very large rebuild now, and this version of staging
seemed rather fine already (only a few thousand builds remaining now).
I really didn't want to wait a few more days because of this.
2017-05-01 18:00:21 +02:00
Michael Raskin
d8b2641b58
Merge pull request #25029 from wizeman/u/new-doit
...
doit: init at 0.30.3
2017-05-01 13:29:18 +02:00
Vladimír Čunát
9860e77f79
Merge branch 'master' into staging
2017-04-30 14:40:39 +02:00
David Grayson
934ed02750
cmake: Prevent it from looking for packages in /
...
when cross-compiling for Windows.
2017-04-29 09:55:37 -07:00
Jörg Thalheim
0ee8160aa4
meson: 0.35.0 -> 0.40.0
...
In configured builds other tools tries to call meson by directly
passing meson tools directly to python. Since they were shell scripts
due wrapping this failed
2017-04-26 16:41:49 +02:00
Fernando J Pando
4ac06ea6a1
buildbot: 0.9.4 -> 0.9.5
...
- adds distro dependency
- buildbot nodaemon in service module
- fakerepo for module tests
- service module parameter fixup
- tested on nixos
- tested on darwin
2017-04-21 10:32:36 -04:00
Ricardo M. Correia
70a5b53a27
doit: init at 0.30.3
...
doit is a task management & automation tool.
2017-04-19 21:20:23 +02:00