Michael Weiss
a7f062d898
llvmPackages_git: Build from Git
...
The version will initially remain the same so that no additional changes
to the packaging are required (i.e. this commit only includes the
required changes to build from the mono repository instead of individual
tarballs).
2021-06-03 20:33:35 +02:00
Michael Weiss
e458a01401
llvmPackages_git: Copy from llvmPackages_12
...
The purpose of this package is to continuously improve the LLVM
packaging in Nixpkgs without causing a lot of rebuilds and provide more
recent LLVM builds for users. For more details see:
https://github.com/NixOS/nixpkgs/issues/114828
2021-06-03 20:14:05 +02:00
Robert Schütz
1c2986bbb8
Merge pull request #120684 from sveitser/python3-black-update
...
python3Packages.black: 20.8b1 -> 21.4b2
2021-06-01 12:57:12 +02:00
Ben Siraphob
fb4061c6f1
coqPackages.topology: init
2021-06-01 12:38:18 +02:00
Ben Siraphob
25edb8c2ca
coqPackages.zorns-lemma: init
2021-06-01 12:38:18 +02:00
Maximilian Bosch
2b73379f22
Merge pull request #125178 from r-ryantm/auto-update/deno
...
deno: 1.10.2 -> 1.10.3
2021-06-01 11:52:33 +02:00
R. RyanTM
c89224c2d3
deno: 1.10.2 -> 1.10.3
2021-06-01 08:00:51 +00:00
Sandro
da335567d3
Merge pull request #125003 from dotlambda/spatialite_tools-5.0.1
2021-06-01 09:53:23 +02:00
Jörg Thalheim
afee2fd372
Merge pull request #125158 from Mic92/radare2
...
radare2: 5.2.1 -> 5.3.0
2021-06-01 09:14:04 +02:00
Jörg Thalheim
4542b54abd
Merge pull request #125071 from sternenseemann/bmake
...
bmake: 20200902 -> 20210420
2021-06-01 08:11:16 +02:00
Jörg Thalheim
c9927ba895
Update pkgs/development/tools/delve/default.nix
...
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2021-06-01 07:23:50 +02:00
Jörg Thalheim
b48e56c746
delve: disable source fortify at runtime
2021-06-01 06:58:03 +02:00
Jörg Thalheim
97098e5beb
Merge pull request #125132 from zhaofengli/rust-riscv
...
rust: Bootstrap riscv64
2021-06-01 06:46:18 +02:00
Jörg Thalheim
bfaa9f175b
radare2: 5.2.1 -> 5.3.0
2021-06-01 06:25:48 +02:00
David
9b4ee111e6
erlang-ls: 0.15.0 -> 0.16.0
2021-06-01 08:42:57 +09:00
Martin Weinelt
78f495f724
Merge pull request #125069 from mweinelt/firefox
2021-06-01 00:47:44 +02:00
Zhaofeng Li
6288319a3a
rust: Add support for riscv64
2021-05-31 14:55:35 -07:00
Zhaofeng Li
8f80568885
llvm{9,11}: Disable tests on RISC-V
...
The test suite leads to nothing but tears, sorrow, and wasted build
time. It probably should be disabled for all of them but doing only
9 (llvmPackages) and 11 (llvmPackages_latest, Rust) for now. Some of
the failures have been fixed in LLVM main:
- https://reviews.llvm.org/D97490
- https://reviews.llvm.org/D91043
2021-05-31 14:55:19 -07:00
Fabian Affolter
6690780d1d
Merge pull request #124751 from fabaff/bump-pywilight
...
python3Packages.pywilight: 0.0.68 -> 0.0.70
2021-05-31 22:43:39 +02:00
Janne Heß
cf7fde4b02
lua5_4: 5.4.2 -> 5.4.3
2021-05-31 22:22:11 +02:00
Fabian Affolter
b733e71af4
Merge pull request #124705 from fabaff/bump-awesomeversion
...
python3Packages.awesomeversion: 21.4.0 -> 21.5.0
2021-05-31 22:13:35 +02:00
Ryan Mulligan
4335222fd5
Merge pull request #125059 from r-ryantm/auto-update/armadillo
...
armadillo: 10.5.0 -> 10.5.1
2021-05-31 09:57:30 -07:00
zimbatm
b634f700cf
treefmt: 0.2.0 -> 0.2.2
2021-05-31 18:21:51 +02:00
Frederik Rietdijk
d4d1a000be
fix eval
2021-05-31 18:06:19 +02:00
Frederik Rietdijk
2e29e12438
python3Packages.typed-settings: init at 0.9.2
2021-05-31 16:19:37 +02:00
sveitser
6f6270d477
python3Packages.pyls-black: add patch to fix test
2021-05-31 21:35:11 +08:00
Maximilian Bosch
16ce969340
radare2: add patch for CVE-2021-32613
...
Closes #124670
See also https://nvd.nist.gov/vuln/detail/CVE-2021-32613
2021-05-31 14:18:18 +02:00
sveitser
0e7ee4d6a0
python3Packages.black: 20.8b1 -> 21.5b1
...
- Avoid excluding files during tests by setting a project root.
- Enable some previously disabled tests.
2021-05-31 19:42:44 +08:00
Martin Weinelt
2c1ac935d5
rust-cbindgen: 0.18.0 -> 0.19.0
2021-05-31 13:40:51 +02:00
sternenseemann
10f8f08267
bmake: 20200902 -> 20210420
...
* Fix varmod-localtime test by setting TZ to an absolute path to the
appropriate file in TZDIR. This avoids having an extra patch for musl
which doesn't support TZDIR at all.
* Move tests into checkPhase by applying patch from alpine
* Fix build with musl by disabling deptgt-delete_on_error test (which I
haven't debugged myself, just copied this from alpine) and fixing a
test which fails due to differing output from strerror(3) between musl
and glibc. Also we need to add a shebang to install-sh, otherwise it
won't be executed in pkgsMusl.
2021-05-31 13:39:35 +02:00
Sandro
58240d3c21
Merge pull request #124405 from fabaff/corsair
...
python3Packages.corsair-scan: init at 0.2.0
2021-05-31 12:46:24 +02:00
Fabian Affolter
d2d87980c8
Merge pull request #124949 from atopuzov/python-solo
...
python3Packages.solo-python: 0.0.27 -> 0.0.30
2021-05-31 12:26:06 +02:00
Sandro
fa5cc3247f
Merge pull request #124771 from dotlambda/libxlsxwriter-1.0.6
...
libxlsxwriter: 1.0.5 -> 1.0.6
2021-05-31 12:12:16 +02:00
Sandro
9308cec31b
Merge pull request #124778 from bcdarwin/itk-5.2.0
...
itk: 5.1.2 -> 5.2.0
2021-05-31 12:11:56 +02:00
R. RyanTM
8e17ef825d
armadillo: 10.5.0 -> 10.5.1
2021-05-31 10:09:21 +00:00
Aleksandar Topuzović
3b941360f2
python3Packages.solo-python: 0.0.27 -> 0.0.30
...
solo-python since version 0.0.28 supports fido2 >= v0.9
therefore no longer broken
2021-05-31 09:35:39 +01:00
Tom McLaughlin
b4d29b878b
powerline-mem-segment: init at 2.4.1 ( #123978 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-31 09:47:47 +02:00
Sandro
9dd4276e28
Merge pull request #124398 from gvolpe/dconf2nix-v0.0.8
...
dconf2nix: 0.0.7 -> 0.0.8
2021-05-31 09:11:50 +02:00
Dmitry Kalinkin
9019025415
Merge pull request #125043 from veprbl/pr/libiio_fix
...
libiio: fix build with wrong libxml2 find_package
2021-05-31 02:31:28 -04:00
SCOTT-HAMILTON
660c4a822c
libiio: fix build with wrong libxml2 find_package
...
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2021-05-31 02:27:56 -04:00
Jörg Thalheim
79f9745487
Merge pull request #125034 from zhaofengli/libjpeg-riscv
...
libjpeg-turbo: Fix tests on RISC-V
2021-05-31 08:22:20 +02:00
Jan Tojnar
f924460e91
ijq: 0.2.3 → 0.3.4
...
https://github.com/gpanders/ijq/compare/v0.2.3...v0.3.4
2021-05-31 07:11:41 +02:00
Zhaofeng Li
b1e1a50c00
libjpeg-turbo: Fix tests on RISC-V
...
This fixes the tests on RISC-V caused by floating point behavior
differences (see linked upstream issue).
2021-05-30 22:07:16 -07:00
R. RyanTM
768621c16b
esbuild: 0.12.1 -> 0.12.5
2021-05-31 13:50:26 +09:00
Sandro
6d2a162393
Merge pull request #124279 from oxzi/rpackages-lwgeom-fix
...
rPackages.lwgeom: fix build
2021-05-31 03:22:03 +02:00
Sandro
bc5b44a3b7
Merge pull request #123863 from jonringer/bump-purl
...
python3Packages.purl: 1.5 -> 1.6
2021-05-31 02:25:55 +02:00
Dmitry Kalinkin
2e25af3546
Merge pull request #124851 from veprbl/pr/arrow-cpp_4_0_1
...
arrow-cpp: 4.0.0 -> 4.0.1
2021-05-30 19:58:44 -04:00
happysalada
2402d70ef3
relxExe: remove
...
relxExe is not intended to be used as a single standalone executable, but as a library by rebar3
2021-05-31 08:55:21 +09:00
happysalada
0e705d7a25
relxExe: 3.32.1 -> 4.3.0
2021-05-31 08:55:21 +09:00
happysalada
1c979e4116
elixir 1_8: set erlang to R23
2021-05-31 08:55:21 +09:00