Commit Graph

5399 Commits

Author SHA1 Message Date
dywedir
4cbf66b578 rust-bindgen: 0.30.0 -> 0.31.1 2017-10-29 00:42:42 +03:00
Stefan Lau
e6a3089ec4 selendroid: 0.11.0 -> 0.17.0 2017-10-26 17:56:16 +02:00
Stefan Lau
4cacf8699c selendroid: fix selendroid-selenium command 2017-10-26 17:56:16 +02:00
Daniel Peebles
c3760f664e Merge pull request #30811 from puffnfresh/package/sbt-extras
sbt-extras: init at 77686b3
2017-10-26 08:51:38 -04:00
Vincent Laporte
43d3b9d74c
jbuilder: 1.0+beta12 -> 1.0+beta14 2017-10-26 00:38:54 +00:00
Brian McKenna
c3d24791f5 sbt-extras: init at 77686b3
Fixes #21783
2017-10-26 11:30:45 +11:00
Sebastian Jordan
c29f701db8 pypi2nix: 1.8.0 -> 1.8.1 (#30792)
* pypi2nix: 1.8.0 -> 1.8.1

* pypi2nix: use fetchFromGitHub
2017-10-25 15:10:57 +01:00
Renaud
35bf3b8072 apktool: 2.2.4 -> 2.3.0 2017-10-24 20:05:31 +02:00
James Earl Douglas
2c39cb9f40
jenkins: 2.85 -> 2.86 2017-10-23 15:39:26 -06:00
Tim Steinbach
e2e5979a1e
ammonite: 1.0.2 -> 1.0.3 2017-10-23 14:43:28 -04:00
Kevin Cox
5f8cf0048e rust: update cargo builder to fetch registry dynamically
The biggest benefit is that we no longer have to update the registry
package. This means that just about any cargo package can be built by
nix. No longer does `cargo update` need to be feared because it will
update to packages newer then what is available in nixpkgs.

Instead of fetching the cargo registry this bundles all the source code
into a "vendor/" folder.

This also uses the new --frozen and --locked flags which is nice.

Currently cargo-vendor only provides binaries for Linux and
macOS 64-bit. This can be solved by building it for the other
architectures and uploading it somewhere (like the NixOS cache).

This also has the downside that it requires a change to everyone's deps
hash. And if the old one is used because it was cached it will fail to
build as it will attempt to use the old version. For this reason the
attribute has been renamed to `cargoSha256`.

Authors:
* Kevin Cox <kevincox@kevincox.ca>
* Jörg Thalheim <Mic92@users.noreply.github.com>
* zimbatm <zimbatm@zimbatm.com>
2017-10-23 00:30:47 +01:00
Vincent Laporte
fe41e17631
ocamlPackages.merlin: fix homepage URL 2017-10-22 22:14:38 +00:00
Thomas Tuegel
6a44365573 Merge pull request #30208 from zraexy/massif-visualizer
massif-visualizer: 0.4.0 -> 0.7.0
2017-10-22 15:16:33 -05:00
Vincent Laporte
d6e423c400
ocamlPackages.merlin: 3.0.2 -> 3.0.3 2017-10-22 13:25:46 +00:00
Nikolay Amiantov
0ce09afcfa bazel_0_4: additonal fix for Darwin 2017-10-21 18:21:52 +03:00
Nikolay Amiantov
a86fe917b9 bazel_0_4: try to fix on Darwin
First round of fixes -- let's see how Hydra reacts.
2017-10-21 17:36:54 +03:00
zimbatm
96b339fbc9 buildkite-agent: 2.1.13 -> 2.6.6
Build the package from source

Re-organise the module a bit to allow custom version of the package
2017-10-21 11:23:30 +01:00
Vladimír Čunát
1d317bd84a
scons: fix meta eval 2017-10-20 23:50:27 +02:00
Thomas Mader
75a536459a dub: 1.1.0 -> 1.4.1 (#28396)
- gcc not needed at all as dependency
- other D compilers can be used instead of dmd, so it's not good to use it as a runtime dependency.
- Adding checkPhase (disabled for now because network access is limited in sandbox mode)
- Improve package description.
2017-10-20 20:12:17 +00:00
Michael Weiss
e40233e136 scons: 2.5.1 -> 3.0.0
"SCons release 3.0.0 now available from the download page at
SourceForge. This release should be used instead of 2.5.1. This release
fixes several issues.  TThis will be the first release to support Python
versions earlier than 2.7 as well as 3.5+."

"NOTE: This is a major release.  You should expect that some targets may
rebuild when upgrading.  Significant changes in some python action
signatures. Also switching between PY 2.7 and PY 3.5, 3.6 will cause
rebuilds."
2017-10-20 16:32:26 +02:00
Ignat Loskutov
05ac929444 scalafmt: fix platforms 2017-10-20 13:51:35 +03:00
Tim Steinbach
9d82aa696c Merge pull request #30583 from earldouglas/jenkins-2.85
jenkins: 2.84 -> 2.85
2017-10-19 11:21:54 -04:00
James Earl Douglas
9cf797408c
jenkins: 2.84 -> 2.85 2017-10-19 08:57:37 -06:00
Nikolay Amiantov
0d5ff53a15 bazel_0_4: build on Darwin 2017-10-19 16:38:06 +03:00
Nikolay Amiantov
e3afbd6d26 bazel_0_4: set absolute path to /usr/bin/env
Also cleanup TMPDIR.
2017-10-19 13:19:11 +03:00
Nikolay Amiantov
ba9cde1dd5 bazel_0_4: add optional Nix-specific hacks
* Skip verifying checksums for already fetched packages.
  Needed for two-staged building in Nix:
    1. Build a fixed derivation with `bazel fetch` (filtered out of non-reproducable bits).
    2. Build an actual derivation which uses fetched dependencies (skipping
       checksums needed here because they depend on the build directory).
* Don't clean environment variables for children processes.
  Needed for Nix compiler wrappers.
2017-10-19 13:19:11 +03:00
Vincent Laporte
182b357c9d ocamlPackages.camlp5: 7.01 -> 7.02 2017-10-17 09:01:22 +02:00
Samuel Dionne-Riel
bd87a3be2d vagrant: Adds bash-completion to the proper folder. (#30482) 2017-10-17 02:35:04 +01:00
Ruben Maher
8ec75ae403 flow: 0.57.2 -> 0.57.3 2017-10-17 11:09:04 +10:30
Austin Seipp
11cd2c52c4 nixpkgs: icestorm 2017.08.31 -> 2017.10.16
Also add myself to the maintainers list.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2017-10-16 12:01:17 -05:00
Dario Bertini
e55b99e840 pipenv: init at 8.2.7
fixes #30442
2017-10-16 08:59:14 +01:00
Dario Bertini
c6f90f9493 pew: 0.1.14 -> 1.1.0
Pew was actually broken, due to a SHELL PATH check that had been added
in the previous release (though this shouldn't have hampered users with
bash as their shell)
2017-10-16 08:59:06 +01:00
Ruben Maher
8c85edb446 flow: 0.57.0 -> 0.57.2 2017-10-16 02:35:45 +02:00
Yegor Timoshenko
8f95aef531 meson: do not strip RPATH
https://github.com/NixOS/nixpkgs/pull/28444#issuecomment-324033323
2017-10-15 12:13:58 -05:00
Vladimír Čunát
3ee33f35f8
Merge branch 'staging'
Contains security fixes in X server and X libs.
On Hydra, the amount to rebuild on master is now higher than on staging;
the comparison looks OK.
2017-10-15 13:59:18 +02:00
Daiderd Jordan
210731c7dd Merge pull request #30403 from matthewbauer/sqitch-fix
sqitch: fix on broken symlinks
2017-10-15 12:51:06 +02:00
Jörg Thalheim
4a01ad0e99 Merge pull request #29882 from Eisfreak7/master
sqldeveloper: 4.1.1 -> 17.2.0
2017-10-15 10:40:31 +01:00
Timo Kaufmann
6591a70812 sqldeveloper: 17.2 -> 17.3 2017-10-14 18:27:54 -05:00
Timo Kaufmann
1e6662dc6a sqldeveloper: Add a detailed requireFile message 2017-10-14 18:13:25 -05:00
Matthew Bauer
b5610ed3f0 sqitch: fix on Darwin
Fixes #30389.
2017-10-14 14:41:29 -05:00
Mathias Schreck
741e78804b jenkins: 2.77 -> 2.84 2017-10-14 18:13:23 +02:00
Vladimír Čunát
6525c22ef1
Merge branch 'master' into staging
Hydra: ?compare=1401528
2017-10-14 10:36:13 +02:00
Vincent Laporte
0bd108d2ce
ocamlmod: 0.0.8 -> 0.0.9 2017-10-14 07:31:13 +00:00
Vincent Laporte
cb61845c4a
ocamlbuild: remove unused arguments 2017-10-14 06:40:21 +00:00
Jörg Thalheim
93babf0c3b Merge pull request #30251 from selaux/chromedriver-2.33
chromedriver: 2.31 -> 2.33
2017-10-13 20:46:00 +01:00
Vincent Laporte
cdd3b97d15
camlp4: init at 4.06+1 2017-10-13 17:42:56 +00:00
Joerg Thalheim
998f087fea dbench: fix wrong client.txt location
(the path is hard-coded)
cc @bjornfor
2017-10-13 15:37:29 +01:00
Fatih Altinok
826d7d2e8d yarn: 1.0.1 -> 1.2.1 (#30346) 2017-10-13 11:23:45 +01:00
Ruben Maher
ba6f59ad70 flow: 0.56.0 -> 0.57.0 2017-10-13 09:31:34 +02:00
Dan Peebles
e86991e1e8 darwin: fix assorted xcbuild builds
This includes adding a new xcbuild-based libutil build to test the waters a bit there.
We'll need to get xcbuild into the stdenv bootstrap before we can make the main build,
but it's nice to see that it can work.
2017-10-12 07:16:22 -04:00