Maximilian Bosch
44a80294f7
Merge pull request #53746 from zaninime/patch-1
...
nexus: 3.12.1 -> 3.14.0-04
2019-01-10 23:01:26 +01:00
Elmar Athmer
539d62be3a
hcloud: 1.9.1 -> 1.11.0
2019-01-10 14:02:47 -05:00
Dmitry Kalinkin
9fac2254b2
Merge pull request #53666 from ThomasMader/dlang-update
...
dmd: 2.083.1 -> 2.084.0, dub: 1.12.1 -> 1.13.0, dtools: 2.083.1 -> 2.084.0, Literate: 2018-12-23 -> 2019-01-08
2019-01-10 13:54:44 -05:00
Profpatsch
9e9fec640e
bazel: 0.20.0 -> 0.21.0
...
0.21 removed the bundled openjdk-distribution. Instead, tries to fetch
the “right” distribution on-the-fly when building.
So we need to provide our own openjdk.
According to
https://github.com/bazelbuild/bazel/issues/6865#issuecomment-447261288
we should set `--host_javabase="@local_jdk//:jdk` if we want to do
that. This uses the jdk that is currently in the environment, which is
openjdk 8 in our case. 0.21 defaulted to a toolchain for JDK9, which
we don’t package in nixpkgs, so we use the JDK8 toolchain.
This commit also replaces the line-number-based sed invocations with
something more stable.
2019-01-10 18:46:25 +01:00
Will Dietz
7e31406886
bazel: greatly reduce time spent substituting, be smart which files
...
Files inspected: 2756 -> 40
Total size of inspected files: 20M -> 1016K
2019-01-10 18:46:25 +01:00
Eelco Dolstra
6232df2a1e
Merge branch 'master' of git://github.com/NixOS/nixpkgs
2019-01-10 16:53:34 +01:00
Herwig Hochleitner
bd3695090e
systemtap: 3.3 -> 4.0
2019-01-10 16:44:51 +01:00
Eelco Dolstra
79229ca863
rustfmt: 0.99.5 -> 1.0.0
...
Note: there is a 1.0.1, but it doesn't compile with our stable Rust.
2019-01-10 16:43:43 +01:00
Eelco Dolstra
ab33df13ac
Merge branch 'rustfmt' of https://github.com/symphorien/nixpkgs
2019-01-10 16:35:11 +01:00
Francesco Zanini
27132c35df
nexus: 3.12.1 -> 3.14.0-04
2019-01-10 12:56:33 +01:00
Domen Kožar
8fc21a347e
elm2nix: use package from hackage
2019-01-10 09:56:29 +00:00
Michael Weiss
28c63d56a7
Merge pull request #53685 from dtzWill/update/scons-3.0.3
...
scons: 3.0.2 -> 3.0.3
"This release should be used instead of 3.0.2. This release fixes
several issues. This release supports Python versions 2.7.* as well as
3.5+." [0]
Details can be found in the changelog [1].
"NOTE: 3.0.2 release was dropped because there was a packaging bug. Please
consider all 3.0.2 content."
There where no regressions and no deprecations in this release (at least it does
not break any builds in nixpkgs).
[0]: https://scons.org/scons-303-is-available.html
[1]: https://raw.githubusercontent.com/SConsProject/scons/rel_3.0.3/src/CHANGES.txt
2019-01-10 10:02:41 +01:00
Jörg Thalheim
60703db86c
electron_3: also update arm hashes
2019-01-09 09:33:53 +00:00
Jörg Thalheim
66c1f82631
electron_3: init at 3.1.0
...
electron 4 had many breaking changes in their API,
breaking rambox. Since the 3.x version is still maintained,
we can add an older variant.
2019-01-09 07:24:17 +00:00
Thomas Mader
205dd437ec
Literate: 2018-12-23 -> 2019-01-08
2019-01-09 08:07:34 +01:00
Thomas Mader
08ca4ce27c
dtools: 2.083.1 -> 2.084.0
2019-01-09 08:06:37 +01:00
Thomas Mader
5041439421
dub: 1.12.1 -> 1.13.0
2019-01-09 08:05:51 +01:00
Will Dietz
e69d494033
scons: 3.0.2 -> 3.0.3
...
https://scons.org/scons-303-is-available.html
cc e1d9854816
2019-01-08 21:34:55 -06:00
Austin Seipp
d67cbe9e53
trellis: 2018.08.01 -> 2018.12.20, update, cleanup
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-08 19:15:24 -06:00
Austin Seipp
db136382f8
icestorm: 2018.09.04 -> 2018.12.31
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-08 19:15:24 -06:00
Timo Kaufmann
8c81099cda
radare2: add propagated build inputs ( #53667 )
...
Fixes the cutter build which was broken when radare2 was moved away from
vendored dependencies in #51837 .
2019-01-08 21:55:44 +01:00
klntsky
c869fc2ac1
pax-rs: init at 0.4.0 ( #53660 )
2019-01-08 13:16:59 -05:00
markuskowa
0e1f651795
Merge pull request #53457 from markuskowa/upd-uhd
...
uhd: 3.12.0.0 -> 3.13.0.1
2019-01-08 11:22:38 +01:00
R. RyanTM
59667421a1
pgcli: 2.0.1 -> 2.0.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/pgcli/versions
2019-01-07 17:21:12 -05:00
Michael Weiss
e1d9854816
scons: 3.0.1 -> 3.0.2
...
A few packages broke due to the SCons upgrade (they depended on
deprecated options that got removed), I've kept them on version 3.0.1
for now. The rest of the rebuilds seems fine (the failing ones where
already in a broken state before this change).
2019-01-07 15:07:29 +01:00
Michael Weiss
a684ae6e53
scons: Remove version 3.0.0
2019-01-06 20:31:16 +01:00
Michael Weiss
d376ffe767
scons: Add version 3.0.2
...
"SCons release 3.0.2 now available from the download page at
SourceForge. This release should be used instead of 3.0.1. This release
fixes several issues. This release supports Python versions 2.7.* as
well as 3.5+." [0]
Details can be found in the changelog [1].
I'll update the default after running additional tests.
[0]: https://scons.org/scons-302-is-available.html
[1]: https://raw.githubusercontent.com/SConsProject/scons/rel_3.0.2/src/CHANGES.txt
2019-01-06 20:31:16 +01:00
Vladimír Čunát
10a12194e3
Merge #53490 : fix treewide linking errors after #51770
...
Issue #53001 . This might not be all of them, but let's not wait.
2019-01-06 12:14:52 +01:00
Frederik Rietdijk
e5381cdece
Merge master into staging-next
2019-01-06 09:36:23 +01:00
Will Dietz
93a5522a7b
Merge pull request #53459 from dtzWill/update/gllvm-1.2.3
...
gllvm: 1.2.2 -> 1.2.3
2019-01-05 14:02:25 -06:00
Will Dietz
fcfdeedab9
Merge pull request #51339 from dtzWill/feature/minizincide
...
minizincide: init at 2.2.3
2019-01-05 13:48:52 -06:00
Will Dietz
6f886ca7aa
gllvm: 1.2.2 -> 1.2.3
...
https://github.com/SRI-CSL/gllvm/releases/tag/v1.2.3
2019-01-05 13:39:17 -06:00
Will Dietz
5adde64416
minizincide: minor touchups per reviewer suggestion
...
(sourceRoot needed a "source/" prefix, FWIW)
2019-01-05 13:35:10 -06:00
Markus Kowalewski
256ae3ab48
uhd: 3.12.0.0 -> 3.13.0.1
2019-01-05 19:52:55 +01:00
Vladimír Čunát
d84a33d85b
Merge branch 'master' into staging-next
...
A few more rebuilds (~1k on x86_64-linux).
2019-01-05 15:02:04 +01:00
Orivej Desh
8dddd6d4a1
clang-tools: override llvm version in all-packages
2019-01-05 11:19:37 +00:00
Piotr Bogdan
a898c8335d
sqlitebrowser: link with libQt5PrintSupport explicitly
2019-01-04 21:44:21 +00:00
Frederik Rietdijk
9618abe87c
Merge master into staging-next
2019-01-04 21:13:19 +01:00
Jörg Thalheim
e3bc81f531
Merge pull request #53351 from Mic92/clang-tools
...
clang-tools: 5 -> 7
2019-01-04 13:49:06 +01:00
Joachim F
f0e28f982f
Merge pull request #52770 from eadwu/electron/4.0.0
...
electron: 3.0.5 -> 4.0.0
2019-01-04 11:04:59 +00:00
Maximilian Bosch
ba1a181a88
Merge pull request #53367 from r-ryantm/auto-update/checkstyle
...
checkstyle: 8.15 -> 8.16
2019-01-04 03:19:16 +01:00
R. RyanTM
cc09a97be7
checkstyle: 8.15 -> 8.16
...
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-01-03 17:17:42 -08:00
R. RyanTM
ca80c4209a
jhiccup: 2.0.9 -> 2.0.10
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jhiccup/versions
2019-01-03 16:48:53 -05:00
Matthew Bauer
8505e710e7
Revert "darwin 10.12 commits"
...
Reverts commits bumping to macOS stuff to 10.12:
commit ec1f78d1cb
.
commit d0dc91d24f
.
commit a1d297374d
.
commit 425112151d
.
commit e6f7f2928f
.
2019-01-03 15:20:26 -06:00
Jörg Thalheim
973bc2f2ae
clang-tools: 5 -> 7
...
Since this not typically used as build dependencies, just use the latest
and greatest.
2019-01-03 21:57:15 +01:00
Frederik Rietdijk
2da31b80bb
Merge master into staging-next
2019-01-03 20:07:35 +01:00
Renaud
240d80c490
Merge pull request #52831 from r-ryantm/auto-update/omniorb
...
omniorb: 4.2.2 -> 4.2.3
2019-01-03 09:52:58 +01:00
Frederik Rietdijk
092e3b50a8
Merge master into staging-next
2019-01-02 21:08:27 +01:00
Vladimír Čunát
de96413bbf
doxygen: add sourceforge as mirror
...
It turns out the upstream URL is very slow (for me at least).
We get caching through nixos.org, but this shouldn't hurt anyway.
2019-01-02 17:08:02 +01:00
Vladimír Čunát
f0c41f0bbf
doxygen: change URL
...
The homepage was 301 Moved Permanently. Note: https won't work.
2019-01-02 16:59:09 +01:00