Gabriel Ebner
e2ae9005ab
beets: correctly ignore tests
...
This fixes the beetsPackages.beets-minimal build.
2022-05-21 16:35:56 +02:00
Mario Rodas
599ada91f1
Merge pull request #173866 from xrelkd/update/eksctl
...
eksctl: 0.97.0 -> 0.98.0
2022-05-21 09:26:29 -05:00
Maximilian Bosch
ccc7986205
Merge pull request #173752 from Ma27/bump-pytesseract
...
python3Packages.pytesseract: 0.3.9 -> 0.3.10, enable tests
2022-05-21 16:17:59 +02:00
Rick van Schijndel
4250203e7c
Merge pull request #173057 from symphorien/grub-debuginfo
...
grub2: separateDebugInfo = true
2022-05-21 16:02:36 +02:00
Rick van Schijndel
35e19f9daa
Merge pull request #173865 from trofi/workaround-fno-common-for-jpeg-archive
...
jpeg-archive: add -fcommon workaround
2022-05-21 16:00:51 +02:00
Rick van Schijndel
51e10e5356
Merge pull request #173604 from mehmooda/fix_breakpoint_hook
...
breakpointHook: Allow use of breakpointHook when cross-compiling
2022-05-21 15:54:54 +02:00
Rick van Schijndel
6a88924706
Merge pull request #173724 from trofi/update-dsd
...
dsd: 2018-07-01 -> 2022-03-14
2022-05-21 15:46:45 +02:00
Jörg Thalheim
75020bca80
Merge pull request #173856 from trofi/fix-fno-common-for-gnugo
...
gnugo: pul patch pending upstream inclusion for -fno-common toolchain…
2022-05-21 14:43:41 +01:00
Ivv
36ded0f705
Merge pull request #173050 from fufexan/catppuccin-gtk
...
catppuccin-gtk: init at unstable-2022-02-24
2022-05-21 15:22:25 +02:00
Sergei Trofimovich
d0c7af7c98
iproute_mptcp: fix build for -fno-common toolchains
...
Without the change build on upstream gcc-10 fals as:
ld: ipxfrm.o:(.bss+0x0): multiple definition of `filter'; ipmroute.o:(.bss+0x0): first defined here
ld: xfrm_monitor.o:(.bss+0x0): multiple definition of `listen_all_nsid'; ipmonitor.o:(.bss+0x0): first defined here
2022-05-21 15:17:27 +02:00
Francesco Gazzetta
8a1f275216
domination: fix desktop items installation
...
Use copyDesktopItems instead of copying them manually
2022-05-21 15:13:28 +02:00
Sergei Trofimovich
705f5cf21e
email: pull patch pending upstream inclusion for -fno-common toolchain supprot
...
Without the change build fails on upstream gcc-10 as:
ld: utils.o:include/email.h:81: multiple definition of `Mopts'; email.o:include/email.h:81: first defined here
ld: utils.o:include/email.h:64: multiple definition of `table'; email.o:include/email.h:64: first defined here
ld: utils.o:include/email.h:65: multiple definition of `conf_file'; email.o:include/email.h:65: first defined here
2022-05-21 15:11:52 +02:00
Artturi
b87b69fae9
Merge pull request #173873 from azahi/rtags
...
rtags: fix build
2022-05-21 16:08:59 +03:00
Mihai Fufezan
6bece8c800
catppuccin-gtk: init at unstable-2022-02-24
2022-05-21 15:57:58 +03:00
Rick van Schijndel
c0fd7af59a
Merge pull request #173218 from NickCao/hydra-update
...
hydra-unstable: 2022-02-07 -> 2022-05-03
2022-05-21 14:46:55 +02:00
Martin Weinelt
dfd01d8465
Merge pull request #173834 from dotlambda/logi-circle-init
...
home-assistant: support logi_circle component
2022-05-21 13:57:52 +02:00
Jörg Thalheim
2b1f703bb4
Merge pull request #172967 from vlinkz/calamares_waylandkbd
...
calamares: fix keyboard switching on GNOME wayland
2022-05-21 12:54:49 +01:00
Maximilian Bosch
0c3a026b6c
Merge pull request #173762 from yayayayaka/nextcloud-2022-05-20
...
nextcloud: 22.2.7 -> 22.2.8, 23.0.4 -> 23.0.5, 24.0.0 -> 24.0.1
2022-05-21 13:42:39 +02:00
Maximilian Bosch
3b9965c34a
python3Packages.pytesseract: update attr ordering
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-05-21 13:25:01 +02:00
Azat Bahawi
0552d1618d
rtags: fix build
2022-05-21 14:14:45 +03:00
Fabian Affolter
4dabaf4921
Merge pull request #173850 from r-ryantm/auto-update/python-manilaclient
...
python310Packages.python-manilaclient: 3.3.0 -> 3.4.0
2022-05-21 13:04:15 +02:00
Bjørn Forsman
8f254b8107
gqrx: add wrapGAppsHook
...
Fixes saving settings on non-NixOS systems ("No GSettings schemas are
installed on the system").
Fix https://github.com/NixOS/nixpkgs/issues/173848 .
2022-05-21 12:56:23 +02:00
Maximilian Bosch
dd0260ccc9
Merge pull request #173747 from Ma27/bump-grafana
...
grafana: 8.5.2 -> 8.5.3, fixes CVE-2022-29170
2022-05-21 12:43:53 +02:00
Fabian Affolter
6757663090
python310Packages.python-manilaclient: disable on older Python releases
2022-05-21 12:36:01 +02:00
Rick van Schijndel
8e499907b1
Merge pull request #171711 from Mindavi/libhandy/cross
...
libhandy: support cross-compilation
2022-05-21 12:34:41 +02:00
xrelkd
2e42af6e29
eksctl: 0.97.0 -> 0.98.0
2022-05-21 18:21:03 +08:00
Sergei Trofimovich
ed01f5bd6d
jpeg-archive: add -fcommon workaround
...
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:
ld: src/util.o:(.bss+0x0): multiple definition of `progname'; /build/ccBZT2Za.o:(.bss+0x20): first defined here
2022-05-21 11:20:01 +01:00
Xinglu Chen
cb6fac46c1
b4: 0.6.2 -> 0.8.0
...
Update to latest release.
2022-05-21 10:12:54 +00:00
Fabian Affolter
29359335c0
Merge pull request #173846 from r-ryantm/auto-update/python3.10-openstacksdk
...
python310Packages.openstacksdk: 0.61.0 -> 0.99.0
2022-05-21 12:12:36 +02:00
Fabian Affolter
fbae92e522
Merge pull request #173854 from r-ryantm/auto-update/python3.10-python-fsutil
...
python310Packages.python-fsutil: 0.6.0 -> 0.6.1
2022-05-21 12:11:51 +02:00
Robert Scott
87673fe749
Merge pull request #173739 from OPNA2608/fix/np2kai-darwin
...
np2kai: Fix Darwin build
2022-05-21 10:59:43 +01:00
Sergei Trofimovich
a75d2421fe
gnugo: pul patch pending upstream inclusion for -fno-common toolchain support
...
Without the change build on upstream gcc-10 fails as:
ld: dfa.o:/build/gnugo-3.8/patterns/../engine/liberty.h:861: multiple definition of
`meaningless_white_moves'; mkpat.o:/build/gnugo-3.8/patterns/../engine/liberty.h:861: first defined here
ld: dfa.o:/build/gnugo-3.8/patterns/../engine/liberty.h:860: multiple definition of
`meaningless_black_moves'; mkpat.o:/build/gnugo-3.8/patterns/../engine/liberty.h:860: first defined here
2022-05-21 10:52:03 +01:00
Niklas Hambüchen
505ffa2ffc
Merge pull request #173821 from tpwrules/fix-cloudcompare-build
...
cloudcompare: 2.12.0 -> 2.12.1, fix build
2022-05-21 11:41:34 +02:00
Bobby Rong
ce084ad5bf
Merge pull request #173842 from bobby285271/pantheon-updates
...
nixos/pantheon: install sideload when Flatpak is enabled
2022-05-21 17:34:41 +08:00
Mario Rodas
21396693cd
Merge pull request #173831 from marsam/update-grpc
...
grpc: 1.46.1 -> 1.46.3
2022-05-21 04:28:48 -05:00
markuskowa
f92b87aade
Merge pull request #173820 from sikmir/mkgmap
...
mkgmap: 4897 → 4902, fix fetch
2022-05-21 11:25:50 +02:00
Yuka
ab72035bb7
qemu: add workaround for nested virtualisation ( #171789 )
2022-05-21 11:24:16 +02:00
R. Ryantm
44bc01e1ab
python310Packages.python-fsutil: 0.6.0 -> 0.6.1
2022-05-21 09:09:25 +00:00
Joscha
4d6a40140c
vscode-extensions.rust-lang.rust-analyzer: 0.2.1048 -> 0.3.1059
...
This update changes the extension's publisher from "matklad" to
"rust-lang" and moves it to `vscode-extensions.rust-lang.rust-analyzer`,
but keeps `vscode-extensions.matklad.rust-analyzer` for backwards
compatibility. It also bumps the version number from 0.2.xxx to 0.3.xxx,
as described in changelog #129.5:
https://rust-analyzer.github.io/thisweek/2022/05/17/changelog-129-5.html
2022-05-21 05:04:10 -04:00
Joscha
8bc78621d3
vscode-extensions.matklad.rust-analyzer: Add reminder to update script
...
The release tag was out-of-date even though the extension was updated
regularly. Ideally, the update script might increment it on its own,
like the rust-analyzer update script already does.
2022-05-21 05:04:10 -04:00
Joscha
806de2ab38
vscode-extensions.matklad.rust-analyzer: Point links to new repo location
2022-05-21 05:04:10 -04:00
R. Ryantm
533b561c0a
python310Packages.python-manilaclient: 3.3.0 -> 3.4.0
2022-05-21 08:45:15 +00:00
Dennis Gosnell
d06c3e06e5
Merge pull request #173489 from cdepillabout/purescript-0.15.2
...
purescript: 0.15.0 -> 0.15.2
2022-05-21 17:36:31 +09:00
Michele Guerini Rocco
7ce1c5eed3
Merge pull request #173676 from risicle/ris-mkvtoolnix-darwin-cppfs-experimental
...
mkvtoolnix: remove outdated clang fix
2022-05-21 10:14:48 +02:00
Fabian Affolter
9138be0a4c
Merge pull request #173748 from fabaff/crownstone-bump
...
python310Packages.crownstone-core: 3.1.0 -> 3.1.1, python310Packages.crownstone-uart: 2.3.0 -> 2.4.0
2022-05-21 10:04:53 +02:00
Fabian Affolter
b6f75b0225
Merge pull request #173735 from fabaff/pip-audit-bump
...
pip-audit: 2.3.0 -> 2.3.0
2022-05-21 10:04:31 +02:00
Fabian Affolter
d487e6170c
python310Packages.openstacksdk: disable on older Python releases
2022-05-21 10:02:22 +02:00
R. Ryantm
c979dd10b1
python310Packages.openstacksdk: 0.61.0 -> 0.99.0
2022-05-21 07:55:09 +00:00
Fabian Affolter
aff88dd8be
Merge pull request #173836 from r-ryantm/auto-update/python3.10-python-novaclient
...
python310Packages.python-novaclient: 17.7.0 -> 18.0.0
2022-05-21 09:49:48 +02:00
Fabian Affolter
f4dfed73ee
Merge pull request #173827 from dotlambda/sharkiq-init
...
home-assistant: support sharkiq component
2022-05-21 09:19:44 +02:00