Moises Nessim
2248e8c1d0
dotnetCorePackages: 6.0.0-rc.2 -> 6.0
2021-11-08 21:01:28 -05:00
Pavol Rusnak
4c5fbc98d2
gcc-arm-embedded-{9,10}: enable on aarch64-darwin
...
(using x86_64-darwin binaries, these can be run if rosetta is installed)
2021-11-08 17:04:15 +01:00
Pavol Rusnak
8ea8557955
gcc-arm-embedded-10: 10.3-2021.07 -> 10.3-2021.10
2021-11-08 17:02:20 +01:00
John Ericson
18ed048c7b
build-support/rust: Organize
...
- `toRustTarget` and friends pulled out from rust tools into rust
library. Since they don't depend on any packages they can be more
widely useable.
- `build-rust-package` gets its own directory
- `fetch-cargo-tarball` gets its own directory
2021-11-07 14:16:49 -05:00
Ryan Burns
5d043aa517
Merge pull request #137553 from dguibert/dg/cudatoolkit
...
update cudatoolkit (11.3/11.4), cuddn and cutensor
2021-11-06 17:17:12 -07:00
Domen Kožar
2606cb0fc2
Merge pull request #144644 from r-burns/go
...
go_1_17: enable on x86_64-darwin
2021-11-06 13:48:14 -06:00
Alyssa Ross
02dfbde639
treewide: use mirror URLs where available
...
Candidates identified with
git grep -F "$(grep -v '#' pkgs/build-support/fetchurl/mirrors.nix |
grep -v nixos.org | grep :// | cut -d '"' -f 2)"
and then manually reviewed and tested.
2021-11-06 01:56:39 +00:00
Dennis Gosnell
4269070d94
Merge pull request #142641 from NixOS/haskell-updates
...
haskellPackages: update stackage and hackage
2021-11-05 15:41:57 +09:00
Bernardo Meurer
f140680724
Merge pull request #144671 from andersk/LD_LIBRARY_PATH
...
treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH, round 2
2021-11-04 19:38:39 -07:00
github-actions[bot]
ab4eda8513
Merge master into haskell-updates
2021-11-05 00:07:13 +00:00
Anders Kaseorg
e12f4db556
treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH, round 2
...
Naive concatenation of $LD_LIBRARY_PATH can result in an empty
colon-delimited segment; this tells glibc to load libraries from the
current directory, which is definitely wrong, and may be a security
vulnerability if the current directory is untrusted. (See #67234 , for
example.) Fix this throughout the tree.
Followup to #76804 . Fixes #144646 .
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-11-04 16:15:05 -07:00
Ryan Burns
e1fad6fc50
go_1_17: enable on x86_64-darwin
...
Apparently this does not depend on stdenv's macOS SDK at all,
and carries around its own go-specific toolchain. So this works
fine as-is and doesn't need any changes in Nixpkgs to support a
10.13 deployment target.
2021-11-04 15:40:44 -07:00
Robert Hensing
3bccce68d1
Merge pull request #144440 from SuperSandro2000/lib-fromJSON
...
treewide: switch ``builtins.fromJSON(builtins.readFile ./file.json)``…
2021-11-04 12:17:40 +01:00
github-actions[bot]
50c285059f
Merge master into haskell-updates
2021-11-04 00:07:05 +00:00
Anderson Torres
dec4cce188
Merge pull request #144485 from AndersonTorres/new-asm
...
asl: fix the expression
2021-11-03 14:40:03 -03:00
AndersonTorres
c70a27d607
asl: fix the expression
2021-11-03 13:33:56 -03:00
Fabián Heredia Montiel
f5095d575c
kotlin-native: add fabianhjr as maintainer
2021-11-03 09:58:15 -06:00
Fabián Heredia Montiel
638daf8c90
kotlin-native: remove /bin/kotlinc
...
This is the only collision with the default kotlin distribution and is
marked as deprecated and to be removed upstream.
```
> kotlinc
NOTE: you are running "kotlinc" CLI tool from Kotlin/Native distribution,
it runs Kotlin/Native compiler that produces native binaries from Kotlin code.
If your intention was to compile Kotlin code to JVM bytecode instead, then you
need to use "kotlinc" from the main Kotlin distribution (e.g. it can be
downloaded as kotlin-compiler-X.Y.ZZ.zip archive from
https://github.com/JetBrains/kotlin/releases/latest , or installed using various
package managers).
WARNING: if your intention was to run Kotlin/Native compiler, then please use
"kotlinc-native" CLI tool instead of "kotlinc". "kotlinc" tool will be removed
from Kotlin/Native distribution, so it will stop clashing with "kotlinc" from
the main Kotlin distribution.
```
2021-11-03 09:57:36 -06:00
Sandro Jäckel
8547db919a
treewide: switch `builtins.fromJSON(builtins.readFile ./file.json)
` to lib.importJSON ./file.json
2021-11-03 14:43:52 +01:00
superherointj
df4fac48fc
maintainers: remove superherointj
2021-11-02 18:22:31 -07:00
github-actions[bot]
890e555b52
Merge master into haskell-updates
2021-11-03 00:07:04 +00:00
Martin Weinelt
b47fcee2a5
Merge pull request #144219 from mweinelt/firefox
2021-11-02 23:31:13 +01:00
Anderson Torres
53cd7a5b81
Merge pull request #144167 from AndersonTorres/new-asm
...
asl: init at 142-bld211
2021-11-02 18:57:27 -03:00
sternenseemann
cf8d67294b
Merge remote-tracking branch 'origin/master' into haskell-updates
2021-11-02 20:53:34 +01:00
Martin Weinelt
c28e3f9d00
rustc: Expose llvmPackages set used to build rustc
...
Reusing the same llvmPackages version used for building rustc is
required for LTO in Firefox.
2021-11-02 17:34:05 +01:00
Martin Weinelt
3f9b49e0ec
rust_1_45: drop
2021-11-02 14:41:05 +01:00
Fabián Heredia Montiel
38ff77cfbb
scala_2_13: 2.13.6 → 2.13.7
2021-11-02 09:15:50 -04:00
Artturi
5734f0bfb0
Merge pull request #143622 from r-ryantm/auto-update/dictu
...
dictu: 0.20.0 -> 0.22.0
2021-11-02 14:40:33 +02:00
sternenseemann
b0f72c142c
Merge remote-tracking branch 'origin/master' into haskell-updates
2021-11-02 11:44:15 +01:00
AndersonTorres
2b6ba95a19
asl: init at 142-bld211
2021-11-01 21:20:50 -03:00
github-actions[bot]
c7d6bf7b5b
Merge master into haskell-updates
2021-11-02 00:06:59 +00:00
github-actions[bot]
d27dd6653e
Merge master into staging-next
2021-11-02 00:01:32 +00:00
github-actions[bot]
bd0051cd54
Merge master into staging-next
2021-11-01 18:01:02 +00:00
Bernardo Meurer
949c9f67cd
makeRustPlatform: allow to easily override stdenv
2021-11-01 10:40:09 -07:00
R. Ryantm
7d434ce31c
qbe: unstable-2021-10-26 -> unstable-2021-10-28
2021-11-01 01:24:39 +00:00
github-actions[bot]
c885901d64
Merge master into haskell-updates
2021-10-31 00:07:29 +00:00
github-actions[bot]
0fa76ebdca
Merge master into staging-next
2021-10-30 18:00:59 +00:00
Timo Kaufmann
4ccc8df456
Merge pull request #142388 from thiagokokada/add-graalvm-17
...
graalvm-ce: add graalvm17-ce
2021-10-30 16:13:39 +02:00
github-actions[bot]
227e1c837c
Merge master into staging-next
2021-10-30 06:01:25 +00:00
Bobby Rong
461db988af
Merge pull request #143528 from r-ryantm/auto-update/sagittarius-scheme
...
sagittarius-scheme: 0.9.7 -> 0.9.8
2021-10-30 09:53:19 +08:00
github-actions[bot]
dbfe42bc77
Merge master into haskell-updates
2021-10-30 00:06:49 +00:00
github-actions[bot]
2d204edb98
Merge master into staging-next
2021-10-30 00:01:30 +00:00
Ryan Burns
47b36ad103
Merge pull request #142157 from timothyklim/scala31
...
dotty: 3.0.0 → 3.1.0
2021-10-29 14:56:29 -07:00
sternenseemann
1d4787f14d
haskell.compiler.ghc921: 9.2.0.20210821 -> 9.2.1
...
https://mail.haskell.org/pipermail/glasgow-haskell-users/2021-October/027082.html
Also fixes a bug affecting the behavior of streaming-commons and text:
https://gitlab.haskell.org/ghc/ghc/-/issues/20526
Co-authored-by: Guillaume Bouchard <guillaum.bouchard@gmail.com>
2021-10-29 21:32:52 +02:00
Sandro
b956d146ab
Merge pull request #142688 from rowanG077/update-intel-compute-runtime
2021-10-29 20:29:27 +02:00
github-actions[bot]
6317a19147
Merge master into staging-next
2021-10-29 18:01:00 +00:00
Sandro
87695e30bb
Merge pull request #143512 from LibreCybernetics/treewide-coursier
2021-10-29 16:33:34 +02:00
github-actions[bot]
97b60b1800
Merge master into staging-next
2021-10-29 12:01:19 +00:00
R. Ryantm
602aa1fffe
dictu: 0.20.0 -> 0.22.0
2021-10-29 09:58:00 +00:00
Bernardo Meurer
00334d352f
Revert "makeRustPlatform: allow to easily override stdenv"
...
This reverts commit f17c3516fb
.
2021-10-28 23:25:35 -07:00