Commit Graph

4874 Commits

Author SHA1 Message Date
Joachim Fasting
157b5bd1f0
cppcheck: 1.78 -> 1.79
ChangeLog: https://sourceforge.net/p/cppcheck/news/2017/05/cppcheck-179/
2017-05-28 17:18:11 +02: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
Nikolay Amiantov
addb96c323 unity3d: 5.5.3 -> 5.6.1
Fixes #26061.
2017-05-26 16:21:25 +03:00
Franz Pletz
963c32ffe1
packer: 0.12.2 -> 1.0.0 2017-05-26 13:09:13 +02:00
Matthew Maurer
a8d3cb8c29 rustfmt: 0.8.1 -> 0.8.3
Did not bump to 0.8.4 since that doesn't build with current stable.
2017-05-26 01:33:55 +02:00
Jaka Hudoklin
fe891e7e10 Merge pull request #25989 from frontsideair/flow-46
flow: 0.42.0 -> 0.46.0
2017-05-25 01:17:56 +02:00
Jaka Hudoklin
459c77105c Merge pull request #26066 from jrolfs/yarn-0.24.6
yarn: 0.23.4 -> 0.24.6
2017-05-25 01:11:40 +02:00
Frederik Rietdijk
4f6dde2494 Merge pull request #26044 from aneeshusa/update-pgcli-to-1.5.1
Update pgcli to 1.5.1
2017-05-24 21:24:30 +02:00
Aneesh Agrawal
473189e8e0 pgcli: 1.3.1 -> 1.5.1 2017-05-24 15:20:36 -04:00
Jamie Rolfs
1a8779eb34
yarn: 0.23.4 -> 0.24.6 2017-05-24 07:54:22 -07: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
Tim Steinbach
997f9d678e
ammonite: 0.9.1 -> 0.9.3 2017-05-24 07:41:59 -04:00
Franz Pletz
d69c2968a2 Merge pull request #26003 from bachp/gitlab-runner-update
Gitlab runner update
2017-05-24 12:50:32 +02:00
zimbatm
4f6ab299a0 gitlab-runner: 9.1.0 -> 9.2.0 2017-05-24 11:19:52 +01: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
Pascal Bach
335865b943 gitlab-runner, gitlab-runner_1_11: change path fix patch to work on non NixOS
It now tries to find the shell via path first and then falls back to the original
behavior.
2017-05-23 22:34:22 +02:00
Tim Steinbach
347cb0b4f7
ammonite: 0.9.0 -> 0.9.1 2017-05-23 07:49:33 -04:00
John Ericson
8a423c3a90 Merge pull request #26012 from Ericson2314/gdb-fix
gdb: s/target/tagetPlatform
2017-05-23 01:36:09 -04:00
John Ericson
56b7f9b94d gdb: s/target/tagetPlatform
Oops, missed this when cleaning up derivation recently
2017-05-23 01:18:12 -04:00
John Ericson
c3b2c5bf77 Merge pull request #25997 from obsidiansystems/isHurd
stdenv: Rename `isGNU` to `isHurd` as GNU is a userland
2017-05-22 19:02:49 -04:00
Jörg Thalheim
c42739a429
wllvm: init at 1.1.3 2017-05-22 22:46:23 +01:00
Pascal Bach
86e714095c gitlab-runner: 9.1.0 -> 9.2.0 2017-05-22 23:26:53 +02:00
Pascal Bach
aea157a1ec gitlab-runner_1_11: 1.11.2 -> 1.11.4 2017-05-22 23:26:39 +02:00
Pascal Bach
da6f5e3b77 gitlab-runner: add patch for shell from v1 to latest version 2017-05-22 23:26:15 +02:00
John Ericson
c443033be3 gdb: Modernize and simplify derivation
- `isGNU` to `isHurd`, my sedding did not catch
 - Simplify cross compilation in general
 - Be more careful about python
 - no more `gdbCross` in all-packages
2017-05-22 17:10:29 -04: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
Arseniy Seroka
9e392dd7ac Merge pull request #25967 from NeQuissimus/coursier_1_0_0_rc3
coursier: 1.0.0-RC2 -> 1.0.0-RC3
2017-05-22 20:02:26 +03: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
Fatih Altinok
27dc2c4926 flow: 0.42.0 -> 0.46.0 2017-05-22 15:49:30 +03:00
Mateusz Kowalczyk
638fb38ef0 jenkins: 2.61 -> 2.62 2017-05-22 12:01:31 +01:00
Frederik Rietdijk
99cfab07b9 Merge remote-tracking branch 'upstream/master' into HEAD 2017-05-22 09:21:40 +02:00
Tim Steinbach
575ff5c990
coursier: 1.0.0-RC2 -> 1.0.0-RC3 2017-05-21 09:46:50 -04:00
Tim Steinbach
207c4427b2
ammonite: 0.8.5 -> 0.9.0 2017-05-21 09:37:27 -04:00
Mateusz Kowalczyk
a7e861a058 jenkins: 2.56 -> 2.61 2017-05-20 22:54:07 +01:00
kadota kyohei
a908f2a3df google-app-engine-go-sdk: init at 1.9.53 (#25856)
* google-app-engine-go-sdk: init at 1.9.53

* google-app-engine-go-sdk: simplify python wrapper, use fetchzip

* add myself to maintainer list

* google-app-engine-go-sdk: add lufia as maintainer
2017-05-20 19:33:57 +01:00
Jörg Thalheim
c2dce6a745 Merge pull request #25666 from vmandela/gitseries
git-series: init at 0.9.1
2017-05-20 18:59:41 +01:00
Joachim Fasting
acfffd18f5
chromedriver: treat native build inputs as such 2017-05-20 19:28:00 +02:00
Joachim Fasting
4fe8165e84
chromedriver: refactor per-platform src specs, fixing eval
Use an attrset to ensure consistency between available
specs & hydra platforms.

This fixes evaluation error due to trying to build this on arm
linux (introduced by 357f193c9d).
2017-05-20 19:27:58 +02:00
Joachim Fasting
88ff541807
chromedriver: remove redundant lib param 2017-05-20 19:27:53 +02:00
Venkateswara Rao Mandela
3b69497bb1 git-series: init at 0.9.1
git series tracks changes to a patch series over time. git series also
tracks a cover letter for the patch series, formats the series for
email, and prepares pull requests.

https://github.com/git-series/git-series
2017-05-20 16:00:31 +00:00
Herwig Hochleitner
6509ba66a8 ninja: 1.7.1 -> 1.7.2 2017-05-20 16:02:50 +02:00
Jörg Thalheim
c66af84b3c Merge pull request #25797 from selaux/ubiquitous-chromedriver
chromedriver: Update and make available for linux-i686 and darwin
2017-05-20 14:16:52 +01:00
Stefan Lau
357f193c9d
chromedriver: 2.25 -> 2.29 2017-05-20 14:16:08 +01:00
Peter Simons
769e14a422 multi-ghc-travis: update to latest git version and install both scripts
We're using the names 'make-travis-yml' and 'make-travis-yml-2' now, which
feels more in-line'ish with the Cabal file hvr is distributing.
2017-05-19 09:26:28 +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
Vladimír Čunát
cbdcc20e77
sile, simavr: fixup packages with RPATH problems 2017-05-18 11:39:00 +02:00
Vladimír Čunát
e9aeb55f3b
Merge branch 'master' into staging 2017-05-18 11:24:18 +02:00
Daiderd Jordan
a4f772435d Merge pull request #25309 from acowley/rtags-id
rtags: link to libclang.dylib at absolute path on darwin
2017-05-18 00:14:45 +02:00
John Ericson
bec5ffee15 Merge pull request #25232 from obsidiansystems/cross-binutils
Cross binutils
2017-05-17 16:34:56 -04:00
John Ericson
7018dfb9f4 binutils and cctools: Prefix derivation names with target for cross
We want platform triple prefixes and suffixes on derivation names to
be used consistently. The ideom this commit strives for is

 - suffix means build != host, i.e. cross *built* packages. This is
   already done.

 - prefix means build != target, i.e. cross tools. This matches the
   tradition of such binaries themselves being prefixed to disambiguate.]
   Binutils and cctools, as build tools, now use the latter
2017-05-17 15:33:05 -04:00
John Ericson
88ea6463a3 binutils on darwin: Clean up the rats nest
- No more *Cross duplication for binutils on darwin either.
   `cctools_cross` is merged into plain `cctools`, so `buildPackages`
   chains alone are used to disambiguate.

 - Always use a mashup of cctools and actual GNU Binutils as `binutils`.
   Previously, this was only done in the native case as nobody had
   bothered to implement the masher in the cross case. Implemented it
   basically consisted of extending the wrapper to deal with prefixed
   binaries.
2017-05-17 15:33:05 -04:00
Tim Steinbach
9379045664 Merge pull request #25842 from NeQuissimus/ammonite_0_8_5
ammonite: 0.8.4 -> 0.8.5
2017-05-17 08:30:30 -04:00
Peter Hoeg
d4b3c86a08 editorconfig-core-c: minor cleanups 2017-05-17 16:53:08 +08:00
Tim Steinbach
8037c5e0cf
ammonite: 0.8.4 -> 0.8.5 2017-05-16 20:39:42 -04:00
Vladimír Čunát
515414ed32
Merge branch 'master' into staging 2017-05-16 18:32:43 +02:00
Stefan Lau
04527cd84b chromedriver: allow to install on more systems 2017-05-15 13:53:07 +02:00
Franz Pletz
2ab474b4a7
gitlab-runner_1_11: add patch to fetch shells from system path 2017-05-14 22:48:15 +02:00
Tuomas Tynkkynen
beb43a651c Merge remote-tracking branch 'upstream/master' into staging 2017-05-14 14:24:20 +03:00
Frederik Rietdijk
a9238eae8f Merge pull request #25738 from nand0p/buildbot-0.9.7
buildbot: 0.9.6 -> 0.9.7
2017-05-14 10:00:12 +02:00
Matthew Justin Bauer
4b06293597 checkbashisms: simplify and set platforms to unix (#25773)
- adds version to name
- also adds "unix" as platform (anything with perl should work)
2017-05-14 08:15:30 +01:00
Fernando J Pando
a6bcf148d7 buildbot: 0.9.6 -> 0.9.7 2017-05-12 10:59:27 -04:00
Vladimír Čunát
51e0f8f759
Merge branch 'master' into staging
Some more larger rebuilds from master.
2017-05-12 12:03:37 +02:00
Vincent Demeester
4f58a496c3
vndr: 20161110 -> 20170511
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2017-05-11 15:14:55 +02:00
Peter Hoeg
83970f5cbc usb_modeswitch: remove unneeded dependencies 2017-05-11 13:45:05 +08:00
Dan Peebles
bd831b4a07 flamegraph: 182b24fb -> 6b2a446d
Also, add a more predictable alias to all-packages.nix
2017-05-11 01:28:44 -04:00
Linus Heckemann
28154f45a6 cmake setup hook: allow other build types 2017-05-10 14:33:20 +01:00
Maximilian Bosch
25a3563102
activator: remove package from package-set
the typesafe activator is about to reach end of life at the end of this
month (2017-05) and the servers will be decommissioned at the ond of 2017.

See http://www.lightbend.com/community/core-tools/activator-and-sbt for
and the project's readme
(https://github.com/typesafehub/activator/blob/master/README.md) for further reference.
2017-05-08 19:02:25 +02:00
Ben Zhang
0a4cf89ae4 yarn: 0.23.2 -> 0.23.4 2017-05-08 13:09:10 +02:00
Daiderd Jordan
3b7566e76f
ycmd: copy libclang on darwin 2017-05-07 22:34:58 +02:00
Tim Steinbach
c882b967c1 Merge pull request #25560 from NeQuissimus/coursier_1_0_0_rc2
coursier: 1.0.0-RC1 -> 1.0.0-RC2
2017-05-07 12:34:24 -04:00
Shea Levy
63841d159e Merge branch 'intero-nix-shim' of git://github.com/michalrus/nixpkgs 2017-05-07 08:20:54 -04: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
Gabriel Ebner
e6825201f7 electron: 1.6.2 -> 1.6.6 2017-05-07 08:31:40 +02:00
Michal Rus
6aefa13156
intero-nix-shim: fix runtime dependencies 2017-05-07 02:20:17 +02:00
Tim Steinbach
56799cf3b6
coursier: 1.0.0-RC1 -> 1.0.0-RC2 2017-05-06 12:25:44 -04:00
Benjamin Saunders
bbdfa06eb5 rust-bindgen: 0.23.0 -> 0.24.0
Fixes errors arising from unset LIBCLANG_PATH
2017-05-04 23:20:51 -07:00
Eelco Dolstra
7d3f1d9c56
hydra: preHook -> shellHook
Upstream 8abc595d1c.
2017-05-04 15:34:25 +02:00
Frederik Rietdijk
bad72e972d Merge pull request #25460 from lsix/fix-pythonpackages-update-errors
Fix buildbot
2017-05-04 12:39:39 +02:00
Lancelot SIX
d41a0832b6
buildbot: 0.9.5 -> 0.9.6 2017-05-04 12:24:55 +02:00
Michal Rus
9925c5c9b1
intero-nix-shim: init at 0.1.2 2017-05-03 23:36:02 +02:00
Nikolay Amiantov
61e5763694 sqlitebrowser: wrap Qt application 2017-05-03 18:00:22 +03:00
Vladimír Čunát
4ea520ce48
ocamlPackages.utop: add missing makeWrapper
... fixing the build.  No testing otherwise.
2017-05-03 15:48:21 +02:00
Théo Zimmermann
017a723939 camlp5: fix install with ocaml 4.04
The problem was that bytecode executables were shrinked.

This closes #25367.
2017-05-03 11:57:33 +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
Tim Steinbach
c13e328916
ammonite: 0.8.3 -> 0.8.4
Also rename package and add alias for the old name.
2017-05-02 08:56:20 -04:00
Domen Kožar
767aad2aaa
hydra: 2017-03-21 -> 2017-04-26 2017-05-02 09:36:35 +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
9ae5487b19 Merge branch 'master' into ocaml-utop 2017-05-01 14:38:18 +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
Michael Raskin
9a857999e5 Merge pull request #24939 from dtzWill/update/rust-bindgen-0.23.0
rust-bindgen: 0.22.1 -> 0.23.0
2017-05-01 12:02:59 +02:00
Michael Raskin
b3e69c08ee Merge pull request #24742 from volth/reason-1.13.3-master
reason: init at 1.13.3
2017-05-01 11:20:50 +02:00
Michael Raskin
698141abcf Merge pull request #24475 from dtzWill/fix/boomerang
boomerang: update to latest git, un-mark broken
2017-05-01 09:45:30 +02:00
Michael Raskin
c1a1e3a273 Merge pull request #24430 from winniequinn/premake5
premake5: init at 5.0.0pre.alpha.11
2017-05-01 09:42:16 +02:00
Frederik Rietdijk
a33f9b0ff0 backblaze-b2: use latest tqdm and remove pythonPackages.tqdm4
backblaze-b2 need tqdm >= 4.5.0 and that dependency was already
fulfilled with pythonPackages.tqdm, so let's use the current version and
remove pythonPackages.tqdm4.

cc @hrdinka @kevincox
2017-05-01 06:16:38 +02:00
Michael Raskin
65220cb2e7 Merge pull request #24223 from c0bw3b/pkg/byacc
byacc: 1.9 -> 20170201
2017-05-01 00:25:55 +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
Dan Peebles
1a4ca220e1 treewide: fix assorted issues revealed by the meta checker
Turns out a couple of the licenses were wrong, as well as being strings.
2017-04-28 23:07:42 -04:00
Anthony Cowley
86e160440f rtags: link to libclang.dylib at absolute path on darwin 2017-04-28 21:35:46 -04:00
Vincent Laporte
1bacfb4637 ocamlPackages.cppo: 1.3.2 -> 1.5.0 2017-04-28 16:19:57 +00:00
Graham Christensen
a3b9dbd0be
sysbench: 2015-04-22 -> 1.0.6 2017-04-27 12:42:57 -04: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
James Earl Douglas
fa8ee0d45b
jenkins: 2.55 -> 2.56 2017-04-25 16:48:47 -04:00
James Earl Douglas
fce59d47e7
jenkins: 2.53 -> 2.55 2017-04-25 13:57:10 -04:00
Marius Bergmann
d25f7c9eed yarn: 0.22.0 -> 0.23.2 (#25189) 2017-04-25 11:05:35 +01:00
Tim Steinbach
f6e0e71b9d
ammonite: 0.8.2 -> 0.8.3 2017-04-24 07:08:55 -04:00
Daiderd Jordan
80828429d7 Merge pull request #25066 from matthewbauer/less-darwin-eval-errors
Add Darwin as platform to various "broken" packages that actually build
2017-04-24 08:14:21 +02:00
Patrick Mahoney
1a7586ce24 ocamlPackages.utop: fix environment variables
In the wrapper scripts, both OCAMLPATH and CAML_LD_LIBRARY_PATH where
being created with a trailing literal $OCAMLPATH, rather than the
expanded version. Thus if, for example, ocamlPackages.core was present
in OCAMLPATH prior to running utop, the wrapper script would set the
variable to $utop_dependencies:'$OCAMLPATH', and when using utop to
open Core.Std, the following error was reported:

    findlib: [WARNING] cannot read directory $OCAMLPATH: No such file
    or directory

This patch fixes the quoting issue, and further refactors the build to
use standard wrapProgram helper, and uses an "inner derivation" to
re-use the setupHook machinery of buildOCaml and findlib instead of
manually specifying the OCAMLPATH required for utop along with
transitive dependencies.
2017-04-24 00:12:46 -05:00
Matthew Bauer
b9c8a0182a
antlr: supports darwin 2017-04-23 18:08:40 -05:00
Volth
aa8d50ce0b reason: init at 1.13.3 2017-04-23 11:23:21 +00:00
Pascal Bach
d609a5eb5c gitlab-runner_1_11: 1.11.1 -> 1.11.2 2017-04-22 14:11:07 +02:00
Pascal Bach
be463abc10 gitlab-runner: 9.0.0 -> 9.1.0 2017-04-22 14:10:48 +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
Vincent Laporte
59c70e446c jbuilder: 1.0+beta5 -> 1.0+beta7 2017-04-21 07:02:31 +00: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
Armijn Hemel
192659af57 radare2: 1.3.0 -> 1.4.0 2017-04-19 12:23:45 +02:00
Joachim F
1dcb587d93 Merge pull request #24888 from Ralith/electron
electron: 1.4.15 -> 1.6.2
2017-04-18 21:47:33 +01:00
Hamish Mackenzie
89b89d1071 defaultIconTheme: Enable darwin support 2017-04-18 09:43:03 +12:00
Jörg Thalheim
10eef8c196
rustup: init at 1.2.0 2017-04-17 15:53:36 +02:00
Vladimír Čunát
2065eea424
mesa: reduce usage of the attribute and explain why 2017-04-16 13:03:15 +02:00
Guillaume Maudoux
605ce9b241 cppcheck: 0.76.1 -> 0.78 (#24937)
* cppcheck: 0.76.1 -> 0.78

* cppcheck: enable rule-file support
2017-04-16 09:53:05 +02:00
Will Dietz
9961d94d9e rust-bindgen: 0.22.1 -> 0.23.0 2017-04-15 14:47:20 -05:00
Mikael Brockman
4f3caee682 intel-gpu-tools: 1.17 -> 1.18 (#24920)
Version 1.17 fails to build with the current libdrm
because of a changed struct (`drm_event_vblank`).

I had to patch `tools/Makefile.am` to use `GLIB_CFLAGS`;
otherwise, the build failed to find `glib.h`.
2017-04-15 11:32:46 +02:00
Vladimír Čunát
2090aa4f65
Merge: fixup a bad merge
For details see:
https://github.com/NixOS/nixpkgs/commit/24444513fb5#commitcomment-21767916
2017-04-14 19:11:17 +02:00
Vladimír Čunát
24444513fb
Merge branch 'staging' 2017-04-14 10:32:13 +02:00
Benjamin Saunders
9ea655dcdd electron: 1.4.15 -> 1.6.2 2017-04-13 19:17:39 -07:00
Tim Steinbach
3c29b8e7da Merge pull request #24864 from NeQuissimus/gradle_3_5
gradle: 3.4.1 -> 3.5
2017-04-13 08:50:49 -04:00
Jörg Thalheim
300c59c7fc Merge pull request #24865 from mucaho/conan
conan: init at 0.21.2
2017-04-13 10:34:11 +02:00
Daniel Peebles
f21a6940da Merge pull request #24838 from matthewbauer/ibtool
pinentry_mac: use xcbuild
2017-04-12 22:20:57 -04:00
mucaho
8d5e55a0f0 conan: init at 0.21.2 2017-04-13 03:43:21 +02:00
Matthew Bauer
9e5fe7738a
xib2nib: add meta
also:
- NSPlist
- PlistCpp
2017-04-12 20:07:55 -05:00
Tim Steinbach
47e82ef817
gradle: 3.4.1 -> 3.5 2017-04-12 19:40:05 -04:00
Nikolay Amiantov
8c56608078 unity3d: 5.3.5 -> 5.5.3
Also add udev to dependencies and don't strip unneeded ones.
Fixes #22513.
2017-04-12 16:52:18 +03:00
Matthew Bauer
3d1d805245
Revert "xcbuild: try to fix sdk not found"
This reverts commit 87e6b2c50f.
2017-04-12 05:20:33 -05:00
Matthew Bauer
1781ec934f
xib2nib: move nsplist, plistcpp to own folder
These libraries could be used by other packages so list them in
all-packages.nix as well.
2017-04-12 03:28:33 -05:00
Matthew Bauer
d697e5c8ee
ibtool: rename xib2nib 2017-04-12 03:23:28 -05:00
Matthew Bauer
f6860a6685
xcbuild: remove unnecessary flags 2017-04-12 03:21:58 -05:00
Matthew Bauer
c90058e774
ibtool: update to newer hash 2017-04-12 02:59:18 -05:00
Profpatsch
048114eb4f compile-daemon: init at 2013-03-08 2017-04-12 00:07:55 +02:00
Bjørn Forsman
9c830c8456 hydra: add dependency on Nix' perl bindings
This unbreaks the build since the latest nixUnstable update
(3dd66ec6e9).

It's basically the same fix as in hydra git repo:

  a0376a92e5
2017-04-11 19:34:25 +02:00
Rok Garbas
8fcb9275d1
pypi2nix: 1.6.0 -> 1.8.0 2017-04-11 14:33:54 +02:00
Matthew Bauer
bb2eb5b0e8
ibtool: use xib2nib src 2017-04-11 03:22:32 -05:00
Tim Steinbach
5a3dca24d8
sbt: 0.13.14 -> 0.13.15 2017-04-10 08:44:32 -04:00
Franz Pletz
6049560e60
jenkins: 2.49 -> 2.53 2017-04-10 14:31:27 +02:00
Tobias Geerinckx-Rice
f5fe20c7f4 Merge pull request #24773 from cko/maven-3_5_0
maven: 3.3.9 -> 3.5.0
2017-04-10 13:02:57 +01:00