Commit graph

7417 commits

Author SHA1 Message Date
taku0 c8d1c8712c adoptopenjdk-bin: 11.0.3 -> 11.0.4 2019-11-23 13:56:00 +09:00
Dave Nicponski cc967ed014 unison-ucm 1.0.e-alpha -> 1.0.f-alpha 2019-11-22 07:31:39 -05:00
Domen Kožar 1b13a8f2e7
Merge pull request #69552 from domenkozar/ghc-dwarf
ghc: compile with DWARF support by default
2019-11-22 10:49:33 +01:00
worldofpeace 83c1bfa083 vala: 0.46.2 -> 0.46.5 2019-11-22 04:07:46 -05:00
worldofpeace a5616b72e0 vala_0_44: 0.44.8 -> 0.44.11 2019-11-22 04:07:39 -05:00
worldofpeace e439ee4666 vala_0_40: 0.40.16 -> 0.40.18 2019-11-22 04:07:29 -05:00
Domen Kožar 7217090464
ghc: compile with DWARF support by default
This allows our GHCs to build programs with DWARF debug information
when -g is passed, see https://ghc.haskell.org/trac/ghc/wiki/DWARF.

Compiling with debug symbols is off by default until GHC ticket
https://gitlab.haskell.org/ghc/ghc/issues/15960
(Using -g causes differences in generated core) is fixed.
2019-11-20 15:35:25 +01:00
Michael Bishop 4aa1ffae04
initial implementation of vc4 cross-compile 2019-11-19 22:19:15 -04:00
Kyle Copperfield 19adae30c1 llvm/compiler-rt: default to compatible scudo options 2019-11-19 16:10:39 +00:00
Red Davies 14c49e8a12 ponyc: 0.32.0 -> 0.33.0 2019-11-17 20:27:42 -05:00
Frederik Rietdijk be7125dde7 Merge master into staging-next 2019-11-16 11:45:07 +01:00
c0bw3b 9367367dfd Treewide: fix URL permanent redirects
Permanent redirects on homepages and/or source URLs
as reported by Repology
2019-11-16 01:41:23 +01:00
John Ericson bca2e8255e treewide: CAML_LD_LIBRARY_PATH may be undefined 2019-11-14 13:44:07 -05:00
Frederik Rietdijk c6e31d0767 Merge master into staging-next 2019-11-14 13:31:39 +01:00
Brian McKenna 07829a0c92 unison-ucm: 1.0.M1d-alpha -> 1.0.M1e-alpha
* unison-ucm: 1.0.M1d-alpha -> 1.0.M1e-alpha (#72279)

* unison-ucm: refresh meta
homepage and licenses
2019-11-14 00:50:09 +01:00
R. RyanTM d8e9b89b48 intel-graphics-compiler: 1.0.10 -> 1.0.2714.1
(#72540)
2019-11-13 23:23:52 +01:00
Matthew Bauer 1c3deb9642
Merge pull request #73084 from lopsided98/llvm-7-armv6l
llvm_7: disable failing test on armv6l
2019-11-13 17:20:13 -05:00
Matthew Bauer 56c309f953
Merge pull request #73083 from lopsided98/llvm-9-arm
llvm_9: disable failing tests on 32-bit ARM
2019-11-13 17:19:45 -05:00
Renaud f55563b9e7
Merge pull request #73156 from maximedenes/purescript-0.13.4
purescript: 0.13.3 -> 0.13.4
2019-11-13 00:21:07 +01:00
Matthew Bauer 93fd7d8888
Merge pull request #73291 from obsidiansystems/fix-gcj
GCC 6: Fix java support
2019-11-12 11:10:34 -05:00
John Ericson 903bdf1709 GCC 6: Fix java support
Major version upper bound was one too low.
2019-11-12 09:56:43 -05:00
Luka Blaskovic 8bff104114 rustc: bump runtime LLVM to match upstream
```
rustc 1.38.0
binary: rustc
commit-hash: unknown
commit-date: unknown
host: x86_64-unknown-linux-gnu
release: 1.38.0
LLVM version: 9.0
```
2019-11-12 14:50:49 +01:00
Frederik Rietdijk d688c7cd05 Merge staging-next into staging 2019-11-12 14:32:56 +01:00
Frederik Rietdijk 4619637d74
Merge pull request #72712 from NixOS/staging-next
Staging next
2019-11-12 14:32:50 +01:00
John Ericson 16f0fe7fe3 Merge remote-tracking branch 'upstream/master' into mingw-mcfthreads 2019-11-11 20:48:14 -05:00
John Ericson 04cb05d20c gcc: Build MinGW stage two with threading library
Currently this is set up to be mcfgthreads, but it could be something
else instead.
2019-11-11 11:02:38 -05:00
Frederik Rietdijk 73b88e17dd Merge staging-next into staging 2019-11-11 12:09:26 +01:00
Frederik Rietdijk cf27abf534 Merge master into staging-next 2019-11-11 12:06:42 +01:00
John Ericson 999ef20129 mingw-w64 libc: Multiple outputs and parallel builds
Also deduplicate more of the GCC derivations.
2019-11-11 00:25:24 -05:00
John Ericson 1782f6c826
Merge pull request #73184 from Ericson2314/gcc-fix-cross-whoops
gcc: Fix cross after I accidentally changed build target
2019-11-10 17:49:48 -05:00
John Ericson 3f74a4d066 gcc: Fix cross after I accidentally changed build target
I deleted "bootstrap", but forgot to make the condition
build = host = target.
2019-11-10 17:06:22 -05:00
John Ericson 62e154ff8d Merge remote-tracking branch 'upstream/master' into gcc-dedup-configure-flags 2019-11-10 16:12:25 -05:00
John Ericson 5c5ca018c8 gcc: Deduplicate configureFlags
Thanks again to @bgamari who in 1c1207220f
did the cleanup to make this possible. It's been a long time coming!
2019-11-10 15:58:35 -05:00
John Ericson f666c61d20 gcc: Deduplicate preConfigure 2019-11-10 15:15:04 -05:00
John Ericson f5ddd103e7
Merge pull request #73173 from Ericson2314/gcc-cross-cleanup
gcc: Clean up cross configure flags and name prefix
2019-11-10 15:05:18 -05:00
John Ericson ca341c2d5b gcc: Clean up cross configure flags and name prefix 2019-11-10 14:29:11 -05:00
Daniel Schaefer f7ef1a9af5
Merge pull request #72855 from fgaz/jasmin/init
jasmin: init at 2.4
2019-11-10 17:09:54 +01:00
Maxime Dénès 0d6182a3c3
purescript: 0.13.3 -> 0.13.4 2019-11-10 13:14:34 +01:00
Silvan Mosberger e9e7210eba
Merge pull request #73031 from manveru/crystal-0.31.1
crystal: 0.30.1 -> 0.31.1
2019-11-09 18:43:31 +01:00
Ben Wolsieffer 50c315fc4d llvm_9: disable failing test on armv6l 2019-11-09 11:01:12 -05:00
Vladimír Čunát 457e94d900
Merge branch 'master' into staging-next
~4k rebuilds on each Linux.
2019-11-09 07:26:53 +01:00
Ben Wolsieffer e50b8fcfbd llvm_7: disable failing test on armv6l 2019-11-08 18:44:16 -05:00
Ben Wolsieffer d67cd40cd8 llvm_9: disable failing tests on 32-bit ARM 2019-11-08 17:54:08 -05:00
taku0 97f20c3011 rust: keep multiple version.
Firefox 70.0.1 and Thunderbird 68.2.2 require older version of rustc.
2019-11-08 21:12:01 +09:00
Michael Fellinger 34b84e8a78
crystal: 0.30.1 -> 0.31.1 2019-11-08 11:23:14 +01:00
Matthew Bauer 90e5be095c
Merge pull request #71472 from regadas/fix/graalvm
graalvm: Use lib.getVersion for stdenv.cc
2019-11-07 17:27:49 -05:00
Matthew Bauer caae35b610
Merge pull request #71343 from volth/patch-370
oraclejdk8: remove warning
2019-11-07 17:26:15 -05:00
Matthew Bauer 5ebd36403e
Merge pull request #70641 from maggesi/rename-z77z-into-maggesi
Rename z77z into maggesi
2019-11-07 17:18:20 -05:00
Matthew Bauer c10098322a
Merge pull request #70244 from nmattia/nm-fix-libcxx
libcxx: fix build on linux musl
2019-11-07 17:13:09 -05:00
Eelco Dolstra 14ee26ccf5 rustc: 1.38.0 -> 1.39.0 2019-11-07 15:04:06 +01:00
Jan Tojnar 3f2a425da3
Merge branch 'staging-next' into staging 2019-11-06 18:10:57 +01:00
Jan Tojnar 4fc27edf07
Merge branch 'master' into staging-next 2019-11-06 18:10:37 +01:00
Francesco Gazzetta 446368e529 jasmin: init at 2.4 2019-11-06 15:43:29 +01:00
Andreas Rammhold 1e72fa5158
Merge pull request #68954 from dguibert/dg/cudatoolkit_10_1
cudatoolkit: add 10.1.243
2019-11-06 08:58:30 +01:00
Vincent Laporte 92930b8568 ocamlPackages.reason: 3.5.0 → 3.5.1
Ensure compatibility with OCaml 4.09
2019-11-05 23:42:28 +00:00
Frederik Rietdijk c4e30cf98c Merge staging-next into staging 2019-11-05 14:18:08 +01:00
Frederik Rietdijk 03a9822405 Merge master into staging-next 2019-11-05 14:17:37 +01:00
John Ericson acd2d19484
Merge pull request #72347 from NixOS/bash-no-undef-vars
treewide: `set -u` everywhere
2019-11-04 19:52:33 -05:00
gnidorah b7dc9e131f pakcs: 2.1.2 -> 2.2.0 2019-11-04 08:54:02 -08:00
Mario Rodas 22378e6996
Merge pull request #70846 from athas/ispc-macos
ispc: add x86_64-darwin to platforms.

Closes https://github.com/NixOS/nixpkgs/pull/71134
2019-11-03 21:03:41 -05:00
Mario Rodas b60853cdca
ispc: only check on Linux
The test suite tries to execute `transcendentals` tests, which is not
expected to work anywhere except Linux.
2019-11-03 16:20:00 -05:00
Frederik Rietdijk 458964dea2 gcc8: make building w/LTO support optional, fixes eval 2019-11-03 16:04:52 +01:00
Will Dietz 5b46a7c240 gcc7: make building w/LTO support optional, don't use in bootstrap tools 2019-11-03 14:52:44 +01:00
R. RyanTM eb87a73fe0 go: 1.13.3 -> 1.13.4 2019-11-03 10:31:19 +01:00
Daiderd Jordan 10875a75aa
Merge pull request #71926 from DzmitrySudnik/jdk_darwin
java-darwin: upgrade 8.0_121 -> 8.0_222
2019-11-02 16:43:02 +01:00
Emery Hemingway 523b9f792f nim: disable Nim compiler check
Too many tests need to be disabled and too many additional inputs
are required.
2019-11-02 15:12:40 +01:00
R. RyanTM e37aa87642 nim: 1.0.0 -> 1.0.2 2019-11-02 15:12:40 +01:00
John Ericson 373236ccff treewide: JAVA_HOME may not always be defined 2019-11-01 22:00:07 +00:00
John Ericson 45e5e68c53 rust: Allow IN_NIX_SHELL to be undefined 2019-11-01 14:45:59 -04:00
oxalica 24af7ef427
rust-src: shrink the size 2019-11-01 23:02:34 +08:00
andys8 29260acb75 Update elm-language-server to 1.4.4 2019-10-31 12:45:50 +01:00
Vincent Laporte 60f50b69a6 haxe: refactor out of ocamlPackages 2019-10-30 18:05:20 +00:00
Domen Kožar 0b3ae797c2
Merge pull request #71693 from turboMaCk/elm-0.19.1-node-packages-updates
elmPackages.{elm-test,elm-analyse}: elm 0.19.1 updates
2019-10-27 13:07:51 +01:00
DzmitrySudnik d451361b4f java-darwin: upgrade 8.0_121 -> 8.0_222 2019-10-24 12:55:32 -04:00
Frederik Rietdijk 09c9a2de7e Merge master into staging-next 2019-10-23 16:50:09 +02:00
Mario Rodas 05f9ed01ab
Merge pull request #71162 from marsam/fix-swiProlog-darwin
swiProlog: fix build on darwin
2019-10-23 09:11:14 -05:00
R. RyanTM da0a2dcaa2 osl: 1.10.6 -> 1.10.7
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-10-23 15:54:52 +02:00
Frederik Rietdijk a85e58ac13 Merge master into staging-next 2019-10-23 09:38:37 +02:00
Marek Fajkus ff88fe03d7
elmPackages.{elm-test,elm-analyse}: elm 0.19.1 updates 2019-10-22 19:16:46 +02:00
Domen Kožar c1993e9256
Merge pull request #71583 from turboMaCk/elm-format-ghc88x
elmPackages: elm-format GHC 8.8.1 patch
2019-10-22 17:41:00 +02:00
Marek Fajkus 148d4a214a
elmPackages: elm-format GHC 8.8.1 patch 2019-10-22 14:52:57 +02:00
R. RyanTM c307ed8170 go: 1.13.1 -> 1.13.3
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/versions
2019-10-22 10:11:50 +02:00
Frederik Rietdijk d7a921cad9
Merge pull request #71221 from NixOS/staging-next
Staging next
2019-10-22 09:15:19 +02:00
Domen Kožar 5235b19045
Elm: 0.19.0 -> 0.19.1 2019-10-21 21:32:35 +02:00
Brian Hicks 1d4f48d730 elmPackages.*: update to latest versions
elm-language-server: 1.4.1 -> 1.4.2

downstream updates in others
2019-10-21 06:04:05 -05:00
Frederik Rietdijk b6ba25ce95 Merge master into staging-next 2019-10-21 09:55:24 +02:00
Filipe Regadas 487ade32ab
graalvm: Use lib.getVersion for stdenv.cc 2019-10-20 22:31:20 +01:00
R. RyanTM f70fbfa63b ldc: 1.16.0 -> 1.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/ldc/versions
2019-10-20 10:10:33 -07:00
Frederik Rietdijk ad8bd84fc9 Merge master into staging-next 2019-10-20 16:22:45 +02:00
Vincent Laporte 430e5ce04c compcert: 3.5 → 3.6
ocamlPackages.menhir: 20181113 → 20190626
2019-10-19 20:30:48 +00:00
Emily 94fc232b72 nextpnr: 2019.09.28 -> 2019.10.13 2019-10-19 12:26:49 -05:00
Emily 0d026cf62f yosys: 2019.09.27 -> 2019.10.18 2019-10-19 12:26:49 -05:00
volth 72809179b5
oraclejdk8: remove waring 2019-10-18 12:53:25 +00:00
Frederik Rietdijk 12441bdf9f Merge staging-next into staging 2019-10-16 11:17:12 +02:00
Domen Kožar d2c13034fb
Merge pull request #70011 from turboMaCk/chore/cleanup-elmPackages
elm.elmPackages: Cleanup code
2019-10-16 11:07:29 +02:00
Vladimír Čunát 610afbca84
Revert "go: apply upstream patch"
This reverts commit d8218de5c5.
It makes no sense after the parent commit.
2019-10-16 10:49:23 +02:00
Dima cffba01e12
go_1_12: disable flakey TestGcSys test (PR #70368)
In our tests we have experienced failures of this test,
but it was otherwise not reproducible so far. A backported
upstream fix did not alleviate the issue either, so disabling
seems workable for now.
2019-10-16 10:49:22 +02:00
Mario Rodas ed79857170
swiProlog: fix build on darwin 2019-10-14 22:30:00 -05:00
Mario Rodas a388e920f3
Merge pull request #70720 from yrashk/swipl-8.1.15
swipl: 8.1.4 -> 8.1.15
2019-10-14 22:16:16 -05:00
worldofpeace 516e61a69e
Merge pull request #70724 from yrashk/swipl-gui
swipl: include GUI tools
2019-10-14 22:41:56 +00:00
Marco Maggesi 24d0bd37b5
Merge branch 'master' into rename-z77z-into-maggesi 2019-10-13 18:06:23 +02:00
Marek Fajkus 48e57cfd57
elm.elmPackages: Cleanup code 2019-10-13 15:08:18 +02:00
Vladimír Čunát b5697c6954
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1548439
2019-10-13 13:31:33 +02:00
Red Davies 710e28bdd8 ponyc: 0.31.0 -> 0.32.0 2019-10-13 06:50:20 +02:00
Joachim Fasting 9377142fe1
tinycc: fixup perms for generated .pc file 2019-10-12 14:45:17 +02:00
Domen Kožar 407fcf1afc
Merge pull request #70962 from BrianHicks/update-elm-nodepackages
Update elm nodepackages
2019-10-12 13:40:34 +02:00
Jan Tojnar e2e3861d6b
Merge branch 'staging-next' into staging 2019-10-12 00:51:55 +02:00
Jan Tojnar 6c8aed6391
Merge branch 'master' into staging-next 2019-10-12 00:50:21 +02:00
Brian Hicks 847c5f077f elmPackages.*: update to latest versions
elm-verify-examples: 4.0.1 -> 4.0.2
elm-live: 4.0.0 -> 4.0.1

downstream dependencies for most packages
2019-10-11 14:44:25 -05:00
Roman Volosatovs f93ea5abe1
go_1_13: add kalbasit to maintainers 2019-10-11 10:09:11 +02:00
Roman Volosatovs bd023200a9
go_1_13: init at 1.13.1 2019-10-11 10:09:05 +02:00
Yurii Rashkovskii e0d7a96903
swipl: include GUI tools
swi-prolog currently misses GUI packages / tools (xpce, prolog_ide)
due to missing X dependencies.
2019-10-11 00:17:41 +07:00
Troels Henriksen 5ddd4dbb12 ispc: add x86_64-darwin to platforms. 2019-10-09 12:16:55 +02:00
Vladimír Čunát d8218de5c5
go: apply upstream patch
This should fix the tests almost always failing on Hydra for i686.
2019-10-09 08:41:19 +02:00
R. RyanTM a795e561f7 solc: 0.5.11 -> 0.5.12
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/solc/versions
2019-10-08 16:17:47 -07:00
Sarah Brofeldt ec358abcc3
Merge pull request #70260 from athas/ispc-no-host
ispc: do not test on the "host" target
2019-10-08 22:52:34 +02:00
Ricardo M. Correia 7ec975fa84 rustc, cargo: remove myself from maintainers 2019-10-08 19:52:47 +02:00
Ricardo M. Correia e39cfe2309 adoptopenjdk-icedtea-web: remove myself from maintainers 2019-10-08 19:51:52 +02:00
Christine Koppelt 54e4b13887 jikes: removing 2019-10-08 08:29:36 -07:00
Frederik Rietdijk a0c34f54cc Merge master into staging-next 2019-10-08 11:56:52 +02:00
Yurii Rashkovskii 3e9e1828bb
pakcs: 2.1.1 -> 2.1.2
packs 2.1.1 build has been observed to be broken by the upgrade of
swiProlog to 8.1.15. Upgrading packs to 2.1.2 seems to resolve this
issue.
2019-10-08 16:12:12 +07:00
justinwoo 8a97fedb4e purescript: 0.13.0 -> 0.13.3 2019-10-08 17:29:25 +09:00
Yurii Rashkovskii cbb4b91e70
swipl: 8.1.4 -> 8.1.15
8.1.4 can no longer download SWI-Prolog packages (pack_list,
pack_install, etc), rendering it much less useful.
2019-10-08 13:26:41 +07:00
Marco Maggesi ff1ed720e2 Rename z77z into maggesi
Make the "handle" of the maintainer match the name of the github account.
Also update the email address.
2019-10-07 17:05:25 +02:00
チルノ 795b1555a8 vlang: Propagate build inputs, add $LDFLAGS (#70466) 2019-10-07 00:02:34 -04:00
Joachim F c35ebfcb04
Merge pull request #70452 from joachifm/feat/tinycc
Tinycc packaging improvements
2019-10-06 11:02:51 +00:00
Joachim Fasting bb75bc9d42
tinycc: derive rev from version 2019-10-05 13:06:42 +02:00
Joachim Fasting f73f525b72
tinycc: generate a pkgconfig file for libtcc 2019-10-05 13:06:41 +02:00
Joachim Fasting 8b1000432b
tinycc: parallel building 2019-10-05 13:06:40 +02:00
Joachim Fasting 06b4f4d46f
tinycc: minor refactorings 2019-10-05 13:06:39 +02:00
Matthew Bauer 977a311c1f
Merge pull request #70364 from matthewbauer/fix-clang-9-macos
llvm9/clang.nix: fix clang on macos
2019-10-04 11:01:51 -04:00
Nicolas Mattia fadd37ba46 libcxx: don't produce shared libs on musl 2019-10-04 10:51:11 +02:00
Nicolas Mattia e494de20b3 libcxxapi: don't produce shared libs on musl 2019-10-04 10:51:10 +02:00
Bas van Dijk 761df21d6f
Merge pull request #70321 from nmattia/nm-no-unwind-for-cxxabi
libcxxabi: don't depend on libunwind
2019-10-04 10:17:06 +02:00
Matthew Bauer 42710203b0 llvm9/clang.nix: fix clang on macos
Fixes #70243
2019-10-03 23:40:05 -04:00
チルノ 0910bb3043 vlang: 0.1.18 -> 0.1.21 (#70297) 2019-10-03 16:47:40 -04:00
Nicolas Mattia 76b54c75b3 libcxxabi: don't depend on libunwind 2019-10-03 13:39:19 +02:00
worldofpeace dbabe696d9 vala_0_44: 0.44.7 -> 0.44.8
https://gitlab.gnome.org/GNOME/vala/blob/0.44.8/NEWS
2019-10-02 22:57:42 -04:00
worldofpeace ba565aafe1 vala: 0.46.1 -> 0.46.2
https://gitlab.gnome.org/GNOME/vala/blob/0.46.2/NEWS
2019-10-02 22:54:03 -04:00
Jan Tojnar b9c5f849a4
Merge branch 'staging-next' into staging 2019-10-03 01:47:41 +02:00
Jan Tojnar b3fcd9375d
Merge branch 'master' into staging-next 2019-10-03 01:47:08 +02:00
Jan Tojnar 4655669483
Gnome 3.34 (#68608)
Gnome 3.34
2019-10-03 00:38:54 +02:00
Troels Henriksen 12f03a0776 ispc: do not test on the "host" target
This is because some very sensitive tests may fail when using more
exotic platforms and vector instructions.  For example, floating point
summation (which is not associative in the first place), or
transcendental functions.  Arguably, ispc's test suite is too
sensitive here.
2019-10-02 19:43:20 +02:00
Domen Kožar cb4332e3eb
Merge pull request #69886 from NixOS/haskell-updates
Haskell updates
2019-10-02 15:51:55 +02:00
Mario Rodas 50675916d1
Merge pull request #70147 from marsam/update-zig
zig: 0.4.0 -> 0.5.0
2019-10-02 03:46:13 -05:00
Dima aa467810a5 go_1_12: 1.12.9 -> 1.12.10
GO 1.12.10 has been released 5 days ago, so
bumping it in the hope that it also fixes some
flakey GC tests.

Also see https://github.com/NixOS/nixpkgs/pull/69359
2019-10-02 06:09:08 +02:00
Peter Simons 1e148f1a33
Merge pull request #70053 from peti/t/drop-obsolete-ghcjs
drop obsolete ghcjs 8.4.x version
2019-10-01 16:20:03 +02:00
Matthew Bauer 1f95c9c933 llvm9/compiler-rt: fix on i686 2019-09-30 21:27:22 -04:00
Matthew Bauer a7dc5c685e llvm/compiler: preserve hashes
Don’t require a mass rebuild for this fix.
2019-09-30 21:24:27 -04:00
Matthew Bauer d303a2f431 llvm/compiler-rt: fix on i686
Only turn on cross related flags when useLLVM = true.

Fixes #66693
2019-09-30 21:24:27 -04:00