Bas van Dijk
4e5d4d5509
rustfmt: enable tests
2019-08-19 15:09:15 +02:00
Bas van Dijk
dc374218c9
rustfmt: make sure to test rustfmt instead of rustc
...
Co-Authored-By: symphorien <symphorien@users.noreply.github.com >
2019-08-19 12:54:40 +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
639c8c1f6a
ghc: use ld.gold only on Linux
...
partly reverts commit 29f2f04ded .
2019-08-07 22:05:26 -05:00
Averell Dalton
5ab179b445
openjfx: fix build
2019-08-06 22:26:56 +02:00
Gabriel Ebner
b3a88b8d10
WIP: openjdk: 11.0.2 -> 12 ( #58602 )
...
WIP: openjdk: 11.0.2 -> 12
2019-08-06 16:28:20 +02:00
Mario Rodas
c1fc59ce75
Merge pull request #66162 from r-ryantm/auto-update/souffle
...
souffle: 1.5.1 -> 1.6.1
2019-08-06 06:22:05 -05:00
R. RyanTM
9a6d014b7f
souffle: 1.5.1 -> 1.6.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/souffle/versions
2019-08-05 22:28:37 -07:00
Orivej Desh
c9091c1d9d
llvmPackages_8: 8.0.0 -> 8.0.1
...
Starting with 8.0.1 and 7.1.0 LLVM has moved release hosting to GitHub.
2019-08-05 23:32:16 +00:00
Ryan Mulligan
6f63d1b24e
Merge pull request #65880 from r-ryantm/auto-update/binaryen
...
binaryen: 86 -> 88
2019-08-05 07:11:09 -07:00
Alp Mestanogullari
29f2f04ded
ghc: always use ld.gold
...
gold is known to speed up GHC builds considerably, saving up to many seconds
when linking large Haskell applications, so this patch configures all
non-binary GHC derivations to use gold.
2019-08-05 07:50:26 +02:00
R. RyanTM
8dcfc107d3
kotlin: 1.3.40 -> 1.3.41
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/kotlin/versions
2019-08-04 21:53:21 -04:00
Vaibhav Sagar
a489bcbbe1
smlnjBootstrap: 110.84 -> 110.91
2019-08-04 10:30:18 -04:00
R. RyanTM
2170380abb
binaryen: 86 -> 88
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/binaryen/versions
2019-08-03 15:48:34 -07:00
Vladimír Čunát
d80de1b135
jvmci8: fix evaluation on darwin
...
It's not my aim to fix the build, just unblock eval and thus the tarball job.
2019-08-03 14:45:30 +02:00
Sarah Brofeldt
a685288d46
Merge pull request #65778 from vbgl/reason-3.5.0
...
reason: 3.3.7 -> 3.5.0
2019-08-03 08:25:14 +02:00
Frederik Rietdijk
d20a59d2e5
Merge master into staging-next
2019-08-02 23:27:18 +02:00
Vincent Laporte
ea5ce273fb
reason: 3.3.7 -> 3.5.0
2019-08-02 08:30:13 +00:00
Jörg Thalheim
90096c759b
graalvm: rc15->19.0.0 ( #61475 )
...
graalvm: rc15->19.0.0
2019-08-02 08:57:46 +01:00
Frederik Rietdijk
6f723b9bad
Merge master into staging-next
2019-08-02 09:18:37 +02:00
Vincent Laporte
0d70d4a8b8
ocamlPackages.merlin_extend-0.3 -> merlin-extend-0.4
2019-08-02 06:32:51 +00:00
Frederik Rietdijk
55e4555b77
Merge master into staging-next
2019-08-01 09:42:54 +02:00
volth
8e63076486
graalvm8: 19.1.0 -> 19.1.1
2019-07-31 12:36:03 -07:00
チルノ
aaf2ecd801
vlang: init at 0.1.16 ( #63738 )
2019-07-29 14:36:27 -04:00
Domen Kožar
4df227f6ca
Merge pull request #64486 from turboMaCk/elm-packages-update
...
elm.elmPackages: Update elm-analyse and node2nix
2019-07-29 11:07:59 +02:00
Matt McHenry
effc0c8860
openjdk: 12 -> 12.0.2
2019-07-26 10:28:39 -04:00
Milan Pässler
583a82cb2f
nim: 0.20.0 -> 0.20.2
2019-07-26 14:51:43 +02:00
Matt McHenry
68e3e64398
openjdk: add 12
...
* some configure options have been removed upstream
* need a new patch to deal with gcc format warnings
11 remains, as it is an LTS release; all existing users of 11 in
nixpkgs remain on 11 for now.
openjdk/default.nix and openjdk/darwin/default.nix become the
expressions for the current version (12 now; later 13, 14, etc.).
(note: darwin/default.nix was unreferenced; the new version is derived
from darwin/11.nix.)
2019-07-25 15:35:50 -04:00
Matt McHenry
0d9e842890
openjdk11: build fixes
...
* increase heap size for building javadoc (this is only needed for the
32-bit build)
* filter out some non-maven jars that crop up in the openjfx build
2019-07-25 15:35:50 -04:00
worldofpeace
b1bc0645ea
gdk-pixbuf: rename from gdk_pixbuf
2019-07-22 18:50:57 -04:00
Frederik Rietdijk
db6c38a075
Merge master into staging-next
2019-07-22 14:15:32 +02:00
Nick Novitski
7136e0d0a6
bundlerUpdateScript: init and use ( #64822 )
2019-07-22 12:02:47 +00:00
Frederik Rietdijk
0ce55a10d2
Merge master into staging-next
2019-07-19 16:33:38 +02:00
Dmitry Kalinkin
325f37f935
llvm_*,clang_*: allow src overrides
2019-07-17 10:30:05 +02:00
Roman Volosatovs
7fd4ec66e7
go: Add rvolosatovs to maintainers
2019-07-17 10:22:58 +02:00
Roman Volosatovs
adf5588512
go_1_11: 1.11.11 -> 1.11.12
2019-07-17 10:22:58 +02:00
Roman Volosatovs
6e85a5a788
go_1_12: 1.12.6 -> 1.12.7
2019-07-17 10:22:58 +02:00
Frederik Rietdijk
0d832585b7
Merge staging-next into staging
2019-07-17 10:14:29 +02:00
Ryan Mulligan
49f537ceb7
Merge pull request #64854 from r-ryantm/auto-update/openshadinglanguage
...
osl: 1.10.5 -> 1.10.6
2019-07-16 20:21:40 -07:00
Frederik Rietdijk
a28a9ac156
Merge master into staging-next
2019-07-16 11:15:46 +02:00
R. RyanTM
c19bf2e725
osl: 1.10.5 -> 1.10.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/openshadinglanguage/versions
2019-07-15 19:19:34 -07:00
Ryan Mulligan
7ed602a154
Merge pull request #64776 from r-ryantm/auto-update/binaryen
...
binaryen: 84 -> 86
2019-07-15 07:35:05 -05:00
Vladimír Čunát
3686036e02
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1530372
2019-07-15 09:39:03 +02:00
R. RyanTM
980dd75956
binaryen: 84 -> 86
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/binaryen/versions
2019-07-15 00:32:59 -07:00
worldofpeace
4a39debcc1
Merge pull request #64650 from worldofpeace/update-vala_0_44
...
vala: 0.44.3 -> 0.44.5
2019-07-14 00:24:36 -04:00
Eelco Dolstra
b1375da4d0
Merge pull request #64414 from edolstra/rust-1.36
...
Rust 1.36
2019-07-13 12:22:37 +02:00
Vaibhav Sagar
0e02937200
smlnj: don't indicate darwin support
2019-07-13 10:16:10 +02:00
Vaibhav Sagar
27bfc25689
smlnj: 110.85 -> 110.91
2019-07-13 10:16:10 +02:00
worldofpeace
d086573e6c
vala: 0.44.3 -> 0.44.5
...
https://gitlab.gnome.org/GNOME/vala/raw/0.44.5/NEWS
2019-07-12 00:23:40 -04:00
Frederik Rietdijk
22cb7f25f2
Merge master into staging-next
2019-07-11 09:40:10 +02:00