Commit Graph

9412 Commits

Author SHA1 Message Date
R. RyanTM
ac8f6a4b76 ktlint: 0.34.0 -> 0.34.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ktlint/versions
2019-08-19 07:40:17 -07:00
Bas van Dijk
b9c4bef090
Merge pull request #66713 from basvandijk/rustfmt-from-rust-src
rustfmt: use the src as defined by the git submodule in rust
2019-08-19 15:14:23 +02:00
Marek Mahut
971307e98e
Merge pull request #66879 from r-ryantm/auto-update/flow
flow: 0.105.0 -> 0.105.2
2019-08-19 11:51:54 +02:00
Nikolay Amiantov
3b3618ea3c buildBazelPackage: remove top-level symlinks
They always can be regenerated during the actual build, and they are sometimes
random, e.g in Tensorflow;

platforms -> NIX_BUILD_TOP/tmp/install/35282f5123611afa742331368e9ae529/_embedded_binaries/platforms
2019-08-19 11:23:17 +03:00
R. RyanTM
6ac08e3952 flow: 0.105.0 -> 0.105.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flow/versions
2019-08-19 00:34:16 -07:00
R. RyanTM
d574b89aca fdroidserver: 1.1.1 -> 1.1.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fdroidserver/versions
2019-08-18 22:30:41 -07:00
Sarah Brofeldt
ce24ce04ac
Merge pull request #66848 from mmahut/avro-tools
avro-tools: properly installing the jar file
2019-08-18 23:17:25 +02:00
Lancelot SIX
7b578d49cd
Merge pull request #66373 from nthorne/cppclean_0_13
cppclean: 2018-05-12 -> 0.13
2019-08-18 22:57:08 +02:00
Marek Mahut
1ebcffe199 avro-tools: properly installing the jar file 2019-08-18 22:15:53 +02:00
Frederik Rietdijk
295888c622
Merge pull request #66381 from NixOS/staging-next
Staging next
2019-08-18 08:54:45 +02:00
Aaron Andersen
49ade7371c
Merge pull request #66807 from r-ryantm/auto-update/cgdb
cgdb: 0.7.0 -> 0.7.1
2019-08-17 22:01:46 -04:00
R. RyanTM
706f27880a cgdb: 0.7.0 -> 0.7.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/cgdb/versions
2019-08-17 16:10:40 -07:00
Frederik Rietdijk
113dbfeb27
Merge pull request #66596 from emilazy/update-pypy-and-eda-tools
Update PyPy and FOSS EDA tools
2019-08-17 17:48:21 +02:00
Jörg Thalheim
40e86556d0
Merge pull request #66712 from SFrijters/pyprof2calltree-as-package
pyprof2calltree: move to python-packages
2019-08-17 13:55:17 +01:00
Stefan Frijters
7d38a6281e pyprof2calltree: move to python-packages
pyprof2calltree is hard-coded to pythonPackages and fails for Python 3 profile results. See #66511.
Since it can also be used as a library it makes sense to move it into pythonPackages.
2019-08-17 13:05:09 +02:00
Frederik Rietdijk
c68f58d95c Merge master into staging-next 2019-08-17 09:30:16 +02:00
Andreas Herrmann
f426173e30 bazel: Fix python stub template
The shebang in the python stub template was incorrectly patched to
```
<store-path>/bin/env python
```
instead of
```
<store-path>/bin/python
```

The reason was that `patchShebangs` was called with `--replace` which is
an unknown argument.
```
patching script interpreter paths in src/main/java/com/google/devtools/build/lib/bazel/rules/python/python_stub_template.txt --replace /usr/bin/env python /nix/store/w7gsq8v86hni4ynaqgwwlnlny115ylng-python3-3.7.4/bin/python
find: unknown predicate `--replace'
```

Using `substituteInPlace` instead resolves that issue.

The wrong shebang caused failures of `py_binary` targets due to `python`
not being in `PATH` in certain circumstances.
2019-08-16 18:55:45 +02:00
Marek Mahut
97648655bf
Merge pull request #66691 from aespinosa/skaffold
skaffold: 0.30.0 -> 0.35.0
2019-08-16 15:32:13 +02:00
Bas van Dijk
16cb2611d9 rustfmt: use the src as defined by the git submodule in rust
This commit makes sure rustc and rustfmt are compatible by setting
rustfmt's src to the rustfmt git submodule as defined in:

https://github.com/rust-lang/rust/tree/1.36.0/src/tools
2019-08-16 12:54:05 +02:00
Mario Rodas
6d983a350c
Merge pull request #66659 from xrelkd/update/cargo-make
cargo-make: 0.21.0 -> 0.22.0
2019-08-15 20:57:57 -05:00
Mario Rodas
46c64da14e
Merge pull request #66485 from xrelkd/update/cargo-expand
cargo-expand: 0.4.12 -> 0.4.13
2019-08-15 20:57:35 -05:00
Allan Espinosa
bb1c15f7f0 skaffold: 0.30.0 -> 0.35.0 2019-08-15 15:43:16 -04:00
Lily Ballard
45e6253678 luarocks: Update detected platform version
Now that our MACOSX_DEPLOYMENT_TARGET is set to 10.12, we shouldn't be
hardcoding the platform at build time as 10.10. This change makes it
inherit the MACOSX_DEPLOYMENT_TARGET value.
2019-08-15 23:10:10 +09:00
Tim Steinbach
aa9d7eedf2
sbt-extras: 2019-04-05 -> 2019-08-14 2019-08-15 09:08:05 -04:00
Alexander Krotov
6a5213c740 castxml: set correct -DCLANG_RESOURCE_DIR
Fixes #66456
2019-08-15 20:35:07 +09:00
xrelkd
db3f4a3149 cargo-make: 0.21.0 -> 0.22.0 2019-08-15 11:26:39 +08:00
Emily
6aa1b0acaf tinyprog: init at 1.0.24.dev99+ga77f828 2019-08-14 21:10:05 -05:00
Frederik Rietdijk
8d56f2472e Merge master into staging-next 2019-08-14 13:45:54 +02:00
Niklas Thorne
33bd7a1ff5 cppclean: 2018-05-12 -> 0.13 2019-08-14 13:22:57 +02:00
Emily
86ed03ae4c trellis: 2019.04.22 -> 2019.08.09 2019-08-14 00:14:22 -07:00
Emily
6f4f493891 icestorm: 2019.04.16 -> 2019.08.08 2019-08-14 00:14:22 -07:00
worldofpeace
24870b40d6
Merge pull request #66469 from emilazy/update-blackmagic
blackmagic: 1.6.1 -> unstable-2019-08-13
2019-08-13 20:17:36 -04:00
Emily
d792c84f35 blackmagic: 1.6.1 -> unstable-2019-08-13 2019-08-13 17:10:02 -07:00
worldofpeace
fe8364a821
Merge pull request #66397 from svalaskevicius/add-electron-6
electron: add 6.x version
2019-08-13 12:39:06 -04:00
Jörg Thalheim
108c57b141
Merge pull request #53734 from yurrriq/update/noweb
Update noweb (and icon-lang)
2019-08-13 13:37:08 +01:00
Eric Bailey
3f2ba625d6 noweb: use clang on darwin 2019-08-13 11:21:44 +02:00
Sarunas Valaskevicius
4a31479ae5 electron_6: init at 6.0.1 2019-08-12 18:14:10 +01:00
Vincent Laporte
957a0ae2a7 ocamlPackages.camlp5: 7.07 -> 7.08 2019-08-12 14:36:38 +00:00
Pascal Bach
f5d84bb446 Revert "gitlab-runner: don't bundle prebuilt docker images (#66225)" (#66522)
This reverts commit 9175a201bb.
2019-08-12 13:06:15 +00:00
Marek Mahut
87e13bb9e0
Merge pull request #66517 from doronbehar/update-sccache
sccache: 0.2.9 -> 0.2.10
2019-08-12 13:34:34 +02:00
Doron Behar
0bd4aa02d1 sccache: 0.2.9 -> 0.2.10 2019-08-12 11:56:22 +03:00
Herwig Hochleitner
6a76eb087f systemtap: 4.0 -> 4.1 2019-08-12 02:51:49 +02:00
Peter Simons
9038403136 cachix: fix infinite recursion during evaluation 2019-08-11 20:48:09 +02:00
xrelkd
0a8e68b1b5 cargo-expand: 0.4.12 -> 0.4.13 2019-08-11 23:06:47 +08:00
Marek Mahut
4ff0effbab
Merge pull request #66053 from r-ryantm/auto-update/pmd
pmd: 6.16.0 -> 6.17.0
2019-08-10 22:02:53 +02:00
Marek Mahut
1d88c43d7c
Merge pull request #63990 from r-ryantm/auto-update/byacc
byacc: 20180609 -> 20190617
2019-08-10 21:53:32 +02:00
Florian Peter
cb5b65c62a antlr: add library outputs to 3.5.2 2019-08-11 02:11:32 +08:00
Marek Mahut
236caec56d
Merge pull request #62377 from r-ryantm/auto-update/cli11
cli11: 1.7.1 -> 1.8.0
2019-08-10 15:54:58 +02:00
Mario Rodas
85c73d23e8
flow: 0.104.0 -> 0.105.0 2019-08-09 21:00:00 -05:00
Wael Nasreddine
b3668d68a2
bazel: 0.28.0 -> 0.28.1 (#66402) 2019-08-09 17:30:06 -07:00
worldofpeace
ba8f312a96
Merge pull request #65916 from worldofpeace/electron-update
Electron updates
2019-08-09 17:38:45 -04:00
Mario Rodas
2c06560593
Merge pull request #66377 from marsam/update-heroku
heroku: 7.22.4 -> 7.27.1
2019-08-09 07:09:31 -05:00
Frederik Rietdijk
9bd78cb048 Merge master into staging-next 2019-08-09 14:00:27 +02:00
Mario Rodas
246c223e87 dune: 1.11.0 -> 1.11.1 2019-08-09 11:45:38 +00:00
Mario Rodas
42da2c4f00
heroku: 7.22.4 -> 7.27.1 2019-08-09 04:20:00 -05:00
Jon
62a916defd ocamlPackages_latest.camlp4: init at 4.08+1 (#66343) 2019-08-09 06:40:59 +00:00
José Luis Lafuente
2e234161a7
clj-kondo: init at 2019.07.31-alpha 2019-08-09 07:55:15 +02:00
Mario Rodas
15672693c1 bazelisk: 0.0.8 -> 1.0 (#66353) 2019-08-08 22:26:15 -07:00
Martin Weinelt
dba881e30e
chromedriver: 2.46 -> 76.0.3809.68 2019-08-08 16:18:19 +02:00
Mario Rodas
26663f75a5
Merge pull request #66308 from marsam/fix-wasm-pack-darwin
wasm-pack: fix build on darwin
2019-08-08 07:55:55 -05:00
Pascal Bach
9175a201bb gitlab-runner: don't bundle prebuilt docker images (#66225)
The bundeled images are no longer compiled into the binary. They are
also not strictly required as they will be fetched if not available.

This change removes them as this reduces the closure size and also makes
updates easier.
2019-08-08 10:35:53 +00:00
Mario Rodas
58de4286d3
wasm-pack: fix build on darwin 2019-08-07 21:52:01 -05:00
Matthew Bauer
514af58478 Merge remote-tracking branch 'marsam/fix-xcbuild-build' 2019-08-07 17:29:50 -04:00
Matthew Bauer
4589c892c5
Merge pull request #66276 from eraserhd/pr/master/xcbuild-libcompression
xcbuild: fix darwin build
2019-08-07 17:24:25 -04:00
Eric Bailey
67aaa70a5b noweb: 2.11b -> 2.12
- fetchurl -> fetchFromGitHub
- Support building with icon (useIcon, default: false)
- Support darwin
- Configure for texlive
- Flesh out meta
- Build man pages
- Pass through tex package
2019-08-07 15:59:36 -05:00
worldofpeace
0d4c5dceb0
Merge pull request #66256 from xrelkd/update/cargo-bloat
cargo-bloat: 0.7.2 -> 0.8.2
2019-08-07 12:33:26 -04:00
Jason Felice
80112a6f2a xcbuild: fix darwin build
Bumping the MacOS target version to 10.12 signalled xcbuild that
libcompression is available on Darwin, but libcompression is not
OSS (even though an LZFSE reference implementation is), and it is not
part of a framework for us to make impure, so this patch disables it.
2019-08-07 11:22:18 -04:00
Marek Mahut
795e31f11e
Merge pull request #65994 from r-ryantm/auto-update/minizinc-ide
minizincide: 2.3.0 -> 2.3.1
2019-08-07 17:03:38 +02:00
adisbladis
c9d31698cb
Merge pull request #66269 from johnchildren/golangci-lint-update
golangci-lint: 1.16.0 -> 1.17.1
2019-08-07 14:19:08 +01:00
Vincent Laporte
0a477846af ocamlPackages.findlib: 1.8.0 -> 1.8.1
Also remove unused legacy version 1.7.3
2019-08-07 12:26:34 +00:00
John Children
c805c23239 golangci-lint: 1.16.0 -> 1.17.1
Version bump for golangci-lint
2019-08-07 12:48:06 +01:00
xrelkd
fb91d00c40 cargo-bloat: 0.7.2 -> 0.8.2 2019-08-07 16:27:35 +08:00
Marek Mahut
60dc4c1534
Merge pull request #66152 from r-ryantm/auto-update/sauce-connect
sauce-connect: 4.5.3 -> 4.5.4
2019-08-06 21:20:15 +02:00
adisbladis
06260734de
Merge pull request #65720 from enumatech/gradle-major-versions
gradle: declare package major versions
2019-08-06 19:07:13 +01:00
Mario Rodas
4e6253392c terracognita: init at 0.1.6 (#66203) 2019-08-06 10:48:57 -07:00
Valentin Shirokov
00bb62d4ab stlink: 1.3.0 -> 1.5.1
Version bump
No other changes
2019-08-06 15:43:44 +09:00
Mario Rodas
2444738dae
xcbuild: fix build on darwin 2019-08-05 22:48:29 -05:00
R. RyanTM
50dacfbaf2 sauce-connect: 4.5.3 -> 4.5.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sauce-connect/versions
2019-08-05 19:51:49 -07:00
Mario Rodas
0651ab5b8a
Merge pull request #52441 from vdemeester/init-buildkit
buildkit: init at v0.4.0
2019-08-05 19:18:17 -05:00
Orivej Desh
f8d83938a7 swig4: init at 4.0.0
SWIG 4 is not a complete replacement for SWIG 3 because it has removed support
for CFFI, Allegrocl, Chicken, CLISP, S-EXP, UFFI, Pike, Modula3.
2019-08-05 21:42:07 +00:00
Maximilian Bosch
d86f7ff625
Merge pull request #65851 from mmahut/github-commenter
github-commenter: init at 0.5.0
2019-08-05 23:19:32 +02:00
Marek Mahut
9a8e4c0da1 github-commenter: init at 0.5.0 2019-08-05 15:15:01 +02:00
R. RyanTM
5bcd191160 pmd: 6.16.0 -> 6.17.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/pmd/versions
2019-08-05 03:21:43 -07:00
edef
c72fff2e03 Revert "pgcli: 2.0.2 -> 2.1.1"
This reverts commit 2b07800798.
2019-08-05 08:33:42 +00:00
edef
2b07800798 pgcli: 2.0.2 -> 2.1.1 2019-08-05 08:32:21 +00:00
R. RyanTM
9f3dd81f86 minizincide: 2.3.0 -> 2.3.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/minizinc-ide/versions
2019-08-04 16:19:03 -07:00
Mario Rodas
2ba3235b4a
Merge pull request #65923 from r-ryantm/auto-update/go-protobuf
go-protobuf: 1.3.1 -> 1.3.2
2019-08-04 09:12:10 -05:00
WilliButz
b04f246833
Merge pull request #65900 from r-ryantm/auto-update/cfr
cfr: 0.145 -> 0.146
2019-08-04 12:48:39 +02:00
R. RyanTM
0680b8f1a7 go-protobuf: 1.3.1 -> 1.3.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/go-protobuf/versions
2019-08-04 03:06:01 -07:00
Frederik Rietdijk
27e030a1cc
Merge pull request #62812 from Tomahna/bloop
bloop: 1.2.5 -> 1.3.2
2019-08-04 10:07:16 +02:00
worldofpeace
6896a3856b electron: 4.1.5 -> 4.2.8 2019-08-04 02:57:33 -04:00
worldofpeace
2275a2ebde electron_3: 3.1.8 -> 3.1.13 2019-08-04 02:53:10 -04:00
worldofpeace
245c884652 electron_5: 5.0.0 -> 5.0.8 2019-08-04 02:48:19 -04:00
R. RyanTM
e955860a08 cfr: 0.145 -> 0.146
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cfr/versions
2019-08-03 21:26:49 -07:00
Robin Gloster
fe1ee66bec
Merge pull request #65882 from r-ryantm/auto-update/bear
bear: 2.4.0 -> 2.4.1
2019-08-03 23:30:50 +00:00
Robin Gloster
5f313c3c90
Merge pull request #65883 from r-ryantm/auto-update/checkstyle
checkstyle: 8.22 -> 8.23
2019-08-03 23:29:57 +00:00
R. RyanTM
d10e05108b checkstyle: 8.22 -> 8.23
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/checkstyle/versions
2019-08-03 16:00:22 -07:00
R. RyanTM
d8c7ac8714 bear: 2.4.0 -> 2.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/bear/versions
2019-08-03 15:53:50 -07:00
Mario Rodas
0423b5d762 tflint: 0.9.2 -> 0.9.3 (#65848) 2019-08-03 09:25:22 -07:00
Benjamin Saunders
0fd978baf7 vulkan-validation-layers: 1.1.101.0 -> 1.1.106.0 2019-08-03 17:52:43 +02:00