Ben Siraphob
aba7bc983f
openvino: move unzip to nativeBuildInputs
2021-05-16 19:29:28 -07:00
Sandro
700942d2a5
Merge pull request #121119 from SuperSandro2000/remove-gnidorah
...
treewide: remove gnidorah
2021-05-17 02:42:24 +02:00
Sandro
72df572fa3
Merge pull request #122819 from primeos/maintainers-remove-pesterhazy
...
maintainers: remove pesterhazy
2021-05-17 02:22:35 +02:00
Sandro
622c2c2382
Merge pull request #122994 from mweinelt/remove-inactive-maintainer/nand0p
...
treewide: remove nand0p as maintainer
2021-05-17 02:18:03 +02:00
Sandro
3fdef8c015
Merge pull request #123204 from r-ryantm/auto-update/ace
...
ace: 7.0.1 -> 7.0.2
2021-05-17 02:15:21 +02:00
Martin Weinelt
7bd65d54f7
treewide: remove nand0p as maintainer
...
While looking at the sphinx package I noticed it was heavily
undermaintained, which is when we noticed nand0p has been inactive for
roughly 18 months. It is therefore prudent to assume they will not be
maintaining their packages, modules and tests.
- Their last contribution to nixpkgs was in 2019/12
- On 2021/05/08 I wrote them an email to the address listed in the
maintainer-list, which they didn't reply to.
2021-05-17 01:50:49 +02:00
OPNA2608
7f56f38051
wiiuse: Make Darwin-compatible
2021-05-16 22:22:10 +02:00
Jan Tojnar
684991c696
Merge branch 'master' into staging-next
...
- Thunderbird 68 has been dropped on master.
- gccCrossLibcStdenv has been factored out on staging-next in all-packages.nix, while the file has been re-formatted on master.
2021-05-16 15:34:51 +02:00
Matthieu Coudron
3399b0e332
Merge pull request #123129 from helsinki-systems/drop/thunderbird-68
...
drop thunderbird{,-bin} 68
2021-05-16 12:15:51 +02:00
Michael Raskin
a617911254
Merge pull request #123206 from r-ryantm/auto-update/bctoolbox
...
bctoolbox: 4.5.7 -> 4.5.15
2021-05-16 08:47:32 +00:00
Michael Raskin
e23040bf78
Merge pull request #123061 from r-ryantm/auto-update/libmwaw
...
libmwaw: 0.3.18 -> 0.3.19
2021-05-16 08:46:18 +00:00
Fabian Affolter
f680d44fe2
Merge pull request #123090 from LouisDK1/hunspell-dict-da-dk
...
hunspell-dict-da-dk: 2.5.137 -> 2.5.189
2021-05-16 10:27:26 +02:00
R. RyanTM
11ac26ba22
bctoolbox: 4.5.7 -> 4.5.15
2021-05-16 07:33:05 +00:00
Vladimír Čunát
e4d9759314
Merge #123169 : ffmpeg(_4): fix build error on darwin
2021-05-16 09:32:51 +02:00
Vladimír Čunát
3e43d42f87
ffmpeg_4: only apply the patch on darwin
...
It's not a big deal, but why rebuild the linux dependencies now.
2021-05-16 09:31:27 +02:00
R. RyanTM
37434d704b
lime: 4.5.1 -> 4.5.14
2021-05-16 02:54:49 -04:00
R. RyanTM
4539a5b8be
ace: 7.0.1 -> 7.0.2
2021-05-16 06:52:17 +00:00
github-actions[bot]
b484cef365
Merge master into staging-next
2021-05-16 01:00:58 +00:00
Stéphan Kochen
8ceb0380a2
cxxopts: fix darwin build
...
Co-authored-by: Steven Pease <peasteven@gmail.com>
2021-05-15 17:14:36 -07:00
Zane van Iperen
8f64c5d9fc
ffmpeg_4: fix build error on darwin
...
See https://trac.ffmpeg.org/ticket/9242
2021-05-16 08:05:03 +10:00
Stéphan Kochen
f8a8ac2331
cairomm_1_16: fix darwin build ( #123020 )
2021-05-15 15:28:44 -04:00
github-actions[bot]
f1b78f8618
Merge master into staging-next
2021-05-15 18:30:28 +00:00
ajs124
36d2488cb6
nss_3_44: drop
2021-05-15 17:59:39 +02:00
Jan Tojnar
80a3e0dc0e
Merge pull request #122997 from NixOS/gnome-40
...
GNOME 40: more updates
2021-05-15 16:25:54 +02:00
github-actions[bot]
ec10b0958d
Merge master into staging-next
2021-05-15 12:25:33 +00:00
Louis Tim Larsen
841c900baa
hunspell-dict-da-dk: 2.5.137 -> 2.5.189
2021-05-15 13:12:30 +02:00
Vladimír Čunát
77549f4b75
wlroots_0_12: fixup build with ffmpeg-4.4
...
-Werror=deprecated-declarations is nice upstream but not in distro.
https://nix-cache.s3.amazonaws.com/log/cfmk2qkvck88qc002bvxzgsb2zc5b1h2-wlroots-0.12.0.drv
2021-05-15 11:07:47 +02:00
Emmanuel Rosa
281c5413df
taglib-extras: add missing dependency zlib
...
This change adds zlib as a dependency to address the error:
```
/nix/store/5xyjd2qiily84lcv2w2grmwsb8r1hqpr-binutils-2.35.1/bin/ld: cannot find -lz
collect2: error: ld returned 1 exit status
make[2]: *** [taglib-extras/CMakeFiles/tag-extras.dir/build.make:208:
taglib-extras/libtag-extras.so.1.0.0] Error 1
make[1]: *** [CMakeFiles/Makefile2:154:
taglib-extras/CMakeFiles/tag-extras.dir/all] Error 2
make: *** [Makefile:149: all] Error 2
builder for
'/nix/store/w1ac3b6v5yfblbnqzyxa6y4738frlmvr-taglib-extras-1.0.1.drv'
failed with exit code 2
```
ZHF: #122042
2021-05-15 14:15:09 +07:00
R. RyanTM
777c73d75d
libmwaw: 0.3.18 -> 0.3.19
2021-05-15 04:08:09 +00:00
Vladimír Čunát
c48eaa70e3
Merge branch 'master' into staging-next
2021-05-14 22:27:34 +02:00
Thomas Tuegel
2f06be9f99
Merge pull request #122955 from peterhoeg/u/taglib_1_12
...
taglib: 1.11.1 -> 1.12
2021-05-14 11:09:03 -05:00
Jan Tojnar
8522540b7f
graphene: 1.10.2 → 1.10.6
...
- https://github.com/ebassi/graphene/releases/tag/1.10.4
- https://github.com/ebassi/graphene/releases/tag/1.10.6
2021-05-14 16:36:54 +02:00
Jan Tojnar
bb1355a22d
libportal: 0.3 → 0.4
2021-05-14 16:36:54 +02:00
Jan Tojnar
4d2d4d329d
gtk-frdp: init at 3.37.1-unstable-2020-10-26
2021-05-14 16:36:53 +02:00
Markus Kowalewski
e4642783ba
libxc: 5.1.3 -> 5.1.4
2021-05-14 11:37:13 +02:00
Peter Hoeg
4a29d1156c
taglib: 1.11.1 -> 1.12
2021-05-14 14:37:18 +08:00
github-actions[bot]
bf5d8bb531
Merge master into staging-next
2021-05-14 00:58:11 +00:00
Sandro
98352e5439
Merge pull request #122623 from tollb/fix/geos-remove-python-dependency-20210511a
...
geos: remove unnecessary python dependency
2021-05-13 23:49:39 +02:00
Robert T. McGibbon
cb21e3d5e4
xgboost: 0.90 -> 1.4.1
2021-05-13 13:48:35 -07:00
Robert Scott
4db7d30365
Merge pull request #122836 from rmcgibbo/libunique
...
libunique: fix darwin
2021-05-13 20:07:01 +01:00
Robert T. McGibbon
e6997a0900
libunique: fix darwin
2021-05-13 10:19:08 -04:00
Michael Weiss
b364139f2b
maintainers: remove pesterhazy
...
Their last commit was caf43ad5af
from 2015.
Thank you for your contributions.
2021-05-13 13:00:47 +02:00
github-actions[bot]
a8e5ac148b
Merge master into staging-next
2021-05-13 00:56:26 +00:00
Rick van Schijndel
3d770c1aa5
libnixxml: patch /bin/bash path
2021-05-12 19:23:00 -04:00
Rick van Schijndel
bf434ca1a1
libnixxml: fix build + support cross + enable tests
...
Run the symlinking of the ./bootstrap script in the preAutoreconf hook.
Remove the tests that are broken and enable testing again.
Put correct dependencies in nativeBuildInputs vs buildInputs vs
checkInputs to support cross-compilation.
2021-05-12 19:23:00 -04:00
Robert Scott
012cb9d3e2
Merge pull request #122468 from stephank/fix-libfive-darwin
...
libfive: fix darwin build
2021-05-12 22:54:51 +01:00
Jan Tojnar
e91e916056
Merge pull request #122587 from jtojnar/tbb-pc
...
tbb: install pkg-config file
2021-05-12 23:49:43 +02:00
github-actions[bot]
f214722172
Merge master into staging-next
2021-05-12 18:32:26 +00:00
Sandro
362e8958d6
Merge pull request #122494 from rmcgibbo/realsense2
...
librealsense2: 2.43.0 -> 2.45.0
2021-05-12 18:33:40 +02:00
github-actions[bot]
1d2db66464
Merge master into staging-next
2021-05-12 12:27:04 +00:00