John Ericson
d0ffd9e705
glibcIconv adapter
...
Assume pname and version.
2021-05-10 20:56:42 +00:00
John Ericson
77e97ac4ca
glibc: Use pname and version
2021-05-10 20:56:33 +00:00
John Ericson
31d5f234d0
wasilibc: Use pname and version
2021-05-10 15:04:11 +00:00
John Ericson and GitHub
680b33fe37
Merge pull request #122399 from Ericson2314/compiler-rt-restore-lib-subdir
...
compiler-rt: Revert passing `COMPILER_RT_OS_DIR` and not symlinking libs
2021-05-09 19:28:59 -04:00
John Ericson
8629936f82
compiler-rt: Revert passing COMPILER_RT_OS_DIR and not symlinking libs
...
In 7869d16545 I got rid of the symlinking
by forcing `COMPILER_RT_OS_DIR` to always be the empty string. I thought
this was good because it just make compiler-rt be installed in a normal
way.
However, various LLVM tools expect the `COMPILER_RT_OS_DIR` to be set
normally, and fail to find things when they aren't in the expected lib
subdir.
Maybe it would be best to patch that too in the long term, but for now
we just undo this change.
2021-05-09 22:52:09 +00:00
Maximilian Bosch and GitHub
834c8e6462
Merge pull request #122364 from mayflower/upstream-opsdroid
...
opsdroid: init at 0.22.0 + dependencies
2021-05-10 00:41:20 +02:00
Robin Gloster and GitHub
1f566d9164
Merge pull request #120581 from lsix/gdb-10.2
...
gdb: 10.1 -> 10.2
2021-05-09 14:25:19 -05:00
Alyssa Ross and John Ericson
4a8dbecd16
netbsd: 8.0 -> 9.1
...
Notes:
- compat: Needs a header from common merged with it's wrapper.
- librt: Needs the jemalloc sources.
- libc: install libc_pic.a
This was the behaviour on NetBSD 8.0, and ld.elf_so (in its current
configuration) requires it. We could also have disabled PIC in
ld.elf_so.
- sys: fix build
We use a more recent version of binutils than NetBSD 9.1 does, so we
need to backport a patch from CURRENT.
Co-authored-by: John Ericson <John.Ericson@Obsidian.Systems >
2021-05-09 18:56:20 +00:00
Robin Gloster
a5a0671ba1
opsdroid: init at 0.22.0
2021-05-09 12:05:29 -05:00
Robin Gloster
b66421bc00
python3.pkgs.watchgod: init at 0.0.7
2021-05-09 12:05:12 -05:00
Robin Gloster
741c201f6b
python3.pkgs.pycron: init at 3.0.0
2021-05-09 12:05:12 -05:00
Robin Gloster
2d9b40453e
python3.pkgs.udatetime: init at 0.0.16
2021-05-09 12:05:12 -05:00
Robin Gloster
6d29a1a1cd
python3.pkgs.puremagic: init at 1.10
2021-05-09 12:05:12 -05:00
Robin Gloster
f369a5a03b
python3.pkgs.opsdroid_get_image_size: init at 0.2.2
2021-05-09 12:05:12 -05:00
Robin Gloster
e9ca610027
python3.pkgs.motor: init at 2.4.0
2021-05-09 12:05:11 -05:00
Robin Gloster
5b1d109540
python3.pkgs.mockupdb: init at 1.8.0
2021-05-09 12:01:16 -05:00
Robin Gloster and Linus Heckemann
ce0218bb32
python3.pkgs.mattermostdriver: init at 7.3.0
...
Co-authored-by: Linus Heckemann <git@sphalerite.org >
2021-05-09 12:01:16 -05:00
Robin Gloster
395eb4ff4a
python3.pkgs.matrix-api-async: init at 0.1.0
2021-05-09 12:01:15 -05:00
Robin Gloster and Linus Heckemann
97f3d0b749
python3.pkgs.ibm-watson: init at 5.1.0
...
Co-authored-by: Linus Heckemann <git@sphalerite.org >
2021-05-09 12:01:15 -05:00
Robin Gloster and Linus Heckemann
04eaecb612
python3.pkgs.ibm-cloud-core: init at 3.9.0
...
Co-authored-by: Linus Heckemann <git@sphalerite.org >
2021-05-09 12:01:14 -05:00
Robin Gloster
0b1ad2ed6f
python3.pkgs.get_video_properties: init at 0.1.1
2021-05-09 12:01:14 -05:00
Robin Gloster
09031aa626
python3.pkgs.delorean: init at 1.0.0
2021-05-09 12:01:14 -05:00
OPNA2608 and Jonathan Ringer
77b148ddd7
qt5.qtwebengine: remove syncqt workaround
2021-05-08 20:40:44 -07:00
OPNA2608 and Jonathan Ringer
8307e6dc20
qt515.qtbase: Fix qtPrepareTool function
2021-05-08 20:40:44 -07:00
OPNA2608 and Jonathan Ringer
bca2dfc7de
qt514.qtbase: Fix qtPrepareTool function
2021-05-08 20:40:44 -07:00
OPNA2608 and Jonathan Ringer
e7333f7a5e
qt512.qtbase: Fix qtPrepareTool function
2021-05-08 20:40:44 -07:00
R. RyanTM and Jonathan Ringer
4e071804aa
libical: 3.0.9 -> 3.0.10
2021-05-08 18:47:06 -07:00
Jan Tojnar
dd78ce1c53
Merge branch 'staging-next' into staging
2021-05-08 20:59:05 +02:00
Pavol Rusnak and Jonathan Ringer
252bf94a74
rust: 1.51.0 -> 1.52.0
2021-05-08 11:42:10 -07:00
github-actions[bot] and GitHub
6d46d8a9b9
Merge master into staging-next
2021-05-08 18:22:46 +00:00
Luke Granger-Brown and GitHub
2c9d982257
Merge pull request #122217 from mweinelt/flac
...
flac: fix out of bound reads due to heap buffer overflow
2021-05-08 19:19:37 +01:00
J. Neto and Jonathan Ringer
094283528b
urweb: build with icu67
2021-05-08 11:17:15 -07:00
Ryan Orendorff and Jonathan Ringer
03aa75f46d
pyopencl: enable package build for macOS
2021-05-08 11:09:18 -07:00
Matt Melling and Jonathan Ringer
26325e1340
python3Packages.spacy: fix dependencies for 3.0.5
2021-05-08 11:08:46 -07:00
Matt Melling and Jonathan Ringer
94698a5624
python3Packages.spacy: add spacy_legacy dependency
2021-05-08 11:08:46 -07:00
Matt Melling and Jonathan Ringer
ff95da3ab5
python3Packages.pathy: init at 0.5.2
2021-05-08 11:08:46 -07:00
Felix Tenley and Jonathan Ringer
975b3fc573
pythonPackages.drf-nested-routers: 0.92.5 -> 0.93.3
2021-05-08 11:07:14 -07:00
Samuel Gräfenstein and Jonathan Ringer
7c710c8b74
quickbms: init at 0.11.0
2021-05-08 11:02:54 -07:00
Martin Weinelt and github-actions[bot]
279bdc9dce
flac: fix out of bound reads due to heap buffer overflow
...
Fixes: CVE-2020-0499
2021-05-08 17:55:24 +00:00
Charlotte Van Petegem and Jonathan Ringer
b65155098b
zeroad: Add myself as a maintainer
2021-05-08 10:53:49 -07:00
Charlotte Van Petegem and Jonathan Ringer
701664ea5c
zeroad: Split data from binaries again
...
The rootdir patch was lost in the update to 0.0.24b. Adding it allows
hydra to build the game. It can't when the binaries depend on the data
since the data is too big for hydra.
2021-05-08 10:53:49 -07:00
Orivej Desh (NixOS) and GitHub
7564a45b3d
Merge pull request #111258 from r-ryantm/auto-update/guitarix
...
guitarix: 0.41.0 -> 0.42.1
2021-05-08 17:37:36 +00:00
Pavol Rusnak and Jonathan Ringer
71af6ab197
python3Packages.hidapi: fix build on darwin
2021-05-08 10:31:54 -07:00
Thomas Gerbet and Jonathan Ringer
9c6dd168d7
falcon: fix the build
2021-05-08 10:31:28 -07:00
Luke Granger-Brown and GitHub
b2544d1ad2
Merge pull request #121072 from kinnison/update-vscode-python
...
Update vscode python
2021-05-08 18:26:36 +01:00
Martin Weinelt and Jonathan Ringer
20549cae36
python3Packages.sphinx: fix build, enable tests, cleanup
2021-05-08 10:24:51 -07:00
Robert Schütz and Jonathan Ringer
497084577e
python3Packages.sumo: 2.2.1 -> 2.2.4
2021-05-08 10:23:55 -07:00
Robert Schütz and Jonathan Ringer
e2cdb2fcc0
python3Packages.castepxbin: init at 0.1.0
2021-05-08 10:23:55 -07:00
Dmitry Ivankov and Jonathan Ringer
726af289ce
haskellPackages.phonetic-languages-phonetics-basics: fix haddockPhase
...
haddock 2.24.0 rejects double doc-comments on module
https://hydra.nixos.org/build/142423054/nixlog/2
Haven't found upstream repository so patching in-place
https://hackage.haskell.org/package/phonetic-languages-phonetics-basics
ZHF: #122042
2021-05-08 10:22:53 -07:00
Dmitry Kalinkin and Jonathan Ringer
c6eba2cd00
texlive.bin.core-big: fix parallel build
2021-05-08 10:20:46 -07:00