R. RyanTM
da26156bdf
gleam: 0.13.2 -> 0.14.0
2021-02-20 21:48:46 +00:00
zowoq
a86974cf90
go_1_14: set knownVulnerabilities
...
Support for Go 1.14 ended with the release of Go 1.16: https://golang.org/doc/devel/release.html#policy
2021-02-20 08:09:59 +10:00
Ryan Burns
9511f29f40
go: fix cross-compilation
...
Because:
* `go-bootstrap` is a native build input of go, so it needs to have
an offset of -1. Otherwise, e.g. when building a go cross-compiler,
it will try to make go-bootstrap a cross-compiler too.
* have to specify `buildPackages` for the `stdenv` override, otherwise
`buildPackages.stdenv` will be the same as `pkgs.gcc8Stdenv`.
2021-02-20 08:09:42 +10:00
Ivan Babrou
6fff56280f
go: do not strip bootstrap on darwin
2021-02-20 08:09:42 +10:00
Ivan Babrou
cf69b3e801
go: use binary bootstrap for all platforms
...
This mirrors what Rust does and allows us to drop go1.4 from the process.
2021-02-20 08:09:42 +10:00
Sandro
41edfe8c20
Merge pull request #113295 from siraben/cc-eq-cc
2021-02-19 19:25:41 +01:00
Ben Siraphob
4b2c44c0a7
treewide: drop conditional makeFlag for darwin when specifiying cross-compiler
2021-02-20 01:02:08 +07:00
Ben Siraphob
223f25cf4a
treewide: add targetPrefix to hardcoded references to CC=cc
2021-02-20 01:01:46 +07:00
superwhiskers
c90d8b8242
carp: 0.3.0 -> 0.5.0 ( #113376 )
2021-02-19 18:51:52 +01:00
Peter Hoeg
53ea6aee81
crystal: 0.36 -> 0.36.1
2021-02-18 09:11:23 +00:00
Sandro
f2a3e7cc94
Merge pull request #113369 from siraben/microscheme-xcompile
2021-02-17 13:35:00 +01:00
Ben Siraphob
f40849784a
microscheme: refactor, fix build on darwin and cross-compilation
2021-02-17 15:50:52 +07:00
Daniël de Kok
58674cfe7e
Merge pull request #113234 from Trundle/ponyc-0.38.3
...
ponyc: 0.38.1 -> 0.38.3
2021-02-17 09:04:17 +01:00
Thiago Kenji Okada
194c1f6aae
graalvm-ce: fix irb in Linux
2021-02-16 23:24:52 -03:00
Thiago Kenji Okada
9e8e2eff2d
graalvm-ce: 20.3.0 -> 21.0.0
2021-02-16 23:24:52 -03:00
Sandro
bb89d878cf
Merge pull request #113297 from sternenseemann/sbcl-refactor
...
sbcl: deduplicate nix expression for all versions
2021-02-17 01:15:28 +01:00
Sandro
0d07997538
Merge pull request #113285 from siraben/flasm-xcompile
...
flasm: fix cross-compilation
2021-02-17 00:40:57 +01:00
Sandro
ee84a81721
Merge pull request #113283 from siraben/miranda-xcompile
...
miranda: fix cross-compilation
2021-02-17 00:39:49 +01:00
Colin L Rice
9eb88a2e1d
go_1_16: init at 1.16
...
Changes are minor - I ended up just patching the ssl certs at the root
file, rather than trying to keep up with the various darwin changes.
The externalnetwork test helper location changed, to so I had to update
that patch as well.
- Add xcbuild as propagatedBuildInput on darwin 7e25bdba5e
2021-02-17 06:30:32 +10:00
Andreas Stührk
f5ccc3e5fe
ponyc: Replace URI literals
2021-02-16 19:57:07 +01:00
Andreas Stührk
8f655e2d50
ponyc: 0.38.1 -> 0.38.3
...
New upstream release. Also switched from libressl to openssl because it
makes using the net_ssl package easier.
2021-02-16 19:56:21 +01:00
sternenseemann
5a13d561ff
sbcl: refactor nix expression for all versions
...
The sbcl version specific nix expressions were an exact copy of each
other with the version and hash swapped out, leading to unnecessary code
duplication. This has been resolved by moving the common expression to
common.nix and only tracking version and hash in the version specific
expressions.
Since the expression is unchanged, this should cause 0 rebuilds.
2021-02-16 12:17:47 +01:00
Ben Siraphob
e2b451fa8a
flasm: fix cross-compilation
2021-02-16 16:35:04 +07:00
Ben Siraphob
321cf71d34
miranda: fix cross-compilation
2021-02-16 16:28:26 +07:00
Daniël de Kok
b65dfb342c
Merge pull request #113107 from danieldk/remove-ancient-cudas
...
cudatoolkit-{6,6_5,7,7_5,8}: remove
2021-02-16 08:47:52 +01:00
Anderson Torres
ddf094788f
Merge pull request #113150 from AndersonTorres/new-ophis
...
ophis: init at 2019-04-13
2021-02-15 16:21:33 -03:00
AndersonTorres
d4f220e56e
ophis: init at 2019-04-13
2021-02-15 15:41:16 -03:00
zowoq
d9be3c767c
go_bootstrap: remove top-level attribute ( #113113 )
...
this package should only be used internally for go_*
2021-02-15 10:06:35 -08:00
Daniël de Kok
3c815cf0e6
cudatoolkit-{6,6_5,7,7_5,8}: remove
...
Remove ancient CUDA toolkits (and corresponding CuDNN versions):
- Not supported by upstream anymore.
- We do not use them in nixpkgs.
- We do not test or actively maintain them.
- Anything but ancient GPUs is supported by newer toolkits.
2021-02-14 11:58:00 +01:00
James Fleming
a01fa0276d
sbcl: add 2.1.1
2021-02-14 10:49:01 +01:00
Bernardo Meurer
aaf0a68d81
Merge pull request #112648 from danieldk/cuda-update
...
cudatoolkit_11, cudnn_cudatoolkit_11: 11.1 -> 11.2
2021-02-14 05:44:24 +00:00
Austin Seipp
142760c9fd
yosys: 0.9+3830 -> 0.9+3905
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-02-13 21:16:03 -06:00
Terin Stock
860a644e0d
go_1_15: 1.15.7 -> 1.15.8
2021-02-14 07:40:21 +10:00
Terin Stock
54772e7670
go_1_14: 1.14.14 -> 1.14.15
2021-02-14 07:40:21 +10:00
Mario Rodas
4dfe627bfe
Merge pull request #112958 from r-ryantm/auto-update/owl-lisp
...
owl-lisp: 0.1.23 -> 0.2
2021-02-12 23:42:24 -05:00
Ryan Mulligan
ed5f7f7bc7
Merge pull request #112812 from r-ryantm/auto-update/mlkit
...
mlkit: 4.5.6 -> 4.5.7
2021-02-12 19:40:29 -08:00
Sandro
1b64cb0952
Merge pull request #112950 from SuperSandro2000/fix-collection11
2021-02-13 03:31:41 +01:00
Mario Rodas
cc551b204a
owl-lisp: enable on darwin
2021-02-12 20:31:00 -05:00
R. RyanTM
2197c95222
owl-lisp: 0.1.23 -> 0.2
2021-02-13 01:30:58 +00:00
Sandro Jäckel
5bf5284c21
yosys: mark broken on darwin
2021-02-13 01:07:42 +01:00
(cdep)illabout
b0a16b29e2
haskell.compiler.ghc8104: add ghc-8.10.4
2021-02-12 20:35:21 +01:00
Michael Raskin
c1b9e4c852
Merge pull request #112718 from purcell/ecl-21
...
ecl: 20.4.24 -> 21.2.1, enable Darwin
2021-02-12 08:42:58 +00:00
Steve Purcell
5b65668814
ecl: prefer fetchpath to fetchurl where appropriate
2021-02-12 14:55:46 +13:00
R. RyanTM
4c3921d6ee
mlkit: 4.5.6 -> 4.5.7
2021-02-11 19:43:27 +00:00
Domen Kožar
576f60806b
Merge pull request #112457 from avh4/elm-format-0.8.5
...
elm-format: 0.8.4 -> 0.8.5
2021-02-11 11:52:41 +00:00
Domen Kožar
d319653076
Merge pull request #112160 from turboMaCk/elm-packages-updates
...
elmPackages: updates with node2nix 1.9.0
2021-02-11 11:51:45 +00:00
Steve Purcell
8628c90296
ecl: 20.4.24 -> 21.2.1, enable Darwin
...
- Incorporates the latest upstream release
- Removes now-defunct patches
- Enable builds on non-Linux Unixes, ie. Darwin
2021-02-11 18:02:40 +13:00
Daniël de Kok
18b5919d81
cudatoolkit_11: cudatoolkit_11_1 -> cudatoolkit_11_2
2021-02-10 13:28:53 +01:00
Daniël de Kok
8e7955e5bf
cudatoolkit_11_2: init at 11.2.1
2021-02-10 13:21:56 +01:00
Eduardo Sánchez Muñoz
5def007f40
ghdl-yosys: 2021.01.01 -> 2021.01.25
2021-02-10 10:16:38 +01:00