Commit graph

383834 commits

Author SHA1 Message Date
Anderson Torres b495f0736f
Merge pull request #176343 from erdnaxe/update_nim_markdown
nimPackages.markdown: abdbe5e -> a661c26
2022-06-05 19:37:38 -03:00
Fabian Affolter 7cd27bccab python310Packages.snowflake-connector-python: add missing input 2022-06-06 00:35:51 +02:00
Fabian Affolter f74ef9f98a python310Packages.wheel-inspect: relax entry-points-txt constraint 2022-06-06 00:20:46 +02:00
Fabian Affolter 1c61372d39 python310Packages.headerparser: enable tests 2022-06-06 00:03:40 +02:00
Fabian Affolter 834eeb35e4 python310Packages.entry-points-txt: 0.1.0 -> 0.2.0 2022-06-05 23:55:12 +02:00
Zhaofeng Li 87de4db5e6 pkgs/config.nix: Fix missing attribute when no config keys are undeclared 2022-06-05 14:55:03 -07:00
Fabian Affolter 5f4fe18c16 python310Packages.wheel-inspect: 1.7.0 -> 1.7.1
- use source from GitHub
- enable tests
- add pythonImportsCheck
2022-06-05 23:43:02 +02:00
Fabian Affolter 5962fe0782 python310Packages.wheel-filename: 1.3.0 -> 1.4.1
- use GitHub as source
- enable tests
- add pythonImportsCheck
2022-06-05 23:32:21 +02:00
Anderson Torres e2de23b6db
Merge pull request #176434 from trofi/workaround-fno-common-for-dillo
dillo: add -fcommon workaround
2022-06-05 18:23:21 -03:00
Anderson Torres 7d3fb31eeb
Merge pull request #176448 from trofi/workaround-fno-common-for-oroborus
oroborus: add -fcommon workaround
2022-06-05 18:22:57 -03:00
Azat Bahawi d36bc45d47
goa: 1.4.1 -> 3.7.6 2022-06-06 00:14:29 +03:00
Azat Bahawi e0f8de6116
easyjson: use buildGoModule 2022-06-05 23:27:55 +03:00
Luna Nova 8487b21ffb
memtest86+: 5.01-coreboot-002 -> 6.00-beta2
The previous version from review.coreboot.org is no longer available at
that address. This reverts to using the upstream, which is also a
rewrite and currently in beta. The full release is expected before
22.11.
2022-06-05 13:24:15 -07:00
Kerstin d8bbeaa5c8
Merge pull request #176415 from dotlambda/imagemagick-7.1.0-37
imagemagick: 7.1.0-36 -> 7.1.0-37
2022-06-05 22:22:09 +02:00
Sandro ee8a71e0f4
Merge pull request #169607 from papojari/seehecht 2022-06-05 22:17:48 +02:00
Michael Weiss 83a028528c
chromiumDev: 104.0.5083.0 -> 104.0.5098.0 2022-06-05 22:16:18 +02:00
Michael Weiss 09618866a8
Merge pull request #175989 from primeos/chromiumBeta
chromiumBeta: 103.0.5060.24 -> 103.0.5060.33
2022-06-05 22:09:50 +02:00
Martin Weinelt 951d0c08b3
Merge pull request #176438 from azahi/ircdog
ircdog: use buildGoModule
2022-06-05 21:55:36 +02:00
Sergei Trofimovich 813520e624 uae: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: bsdsocket.o:(.bss+0x0): multiple definition of
      `socketbases'; main.o:(.bss+0x2792c0): first defined here
2022-06-05 20:52:35 +01:00
Sergei Trofimovich 417ae79c26 trinity: pull upstream fix for -fno-common toolchains
Without the change build fail on upstream gcc-10 as:

    ld: trinity.o:include/logfile.h:8: multiple definition of
       `mainlogfile'; child.o:include/logfile.h:8: first defined here
2022-06-05 20:48:56 +01:00
Sandro 8704958a7f
Merge pull request #175917 from cpcloud/linux_xanmod-5.15.43 2022-06-05 21:36:45 +02:00
Sergei Trofimovich 7320966be6 speech-tools: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: libestools.a(editline.o):(.bss+0x28): multiple definition of
      `editline_history_file'; libestools.a(siodeditline.o):(.data.rel.local+0x8): first defined here
2022-06-05 20:36:01 +01:00
Fabian Affolter fd50a39323
Merge pull request #176404 from r-ryantm/auto-update/python3.10-pycep-parser
python310Packages.pycep-parser: 0.3.6 -> 0.3.7
2022-06-05 21:34:56 +02:00
Sergei Trofimovich 0758a0fa27 roccat-tools: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: ryos_talk.c.o:(.bss+0x0): multiple definition of `RyosWriteCheckWait';
      ryos_custom_lights.c.o:(.bss+0x0): first defined here
2022-06-05 20:32:05 +01:00
Sergei Trofimovich fc8061dae4 percona-xtrabackup_2_4: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: xbstream.c.o:(.bss+0x0): multiple definition of
      `datasink_buffer'; ds_buffer.c.o:(.data.rel.local+0x0): first defined here
2022-06-05 20:23:53 +01:00
Sergei Trofimovich d306eea857 oroborus: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: workspaces.o:src/keyboard.h:93: multiple definition of
      `NumLockMask'; client.o:src/keyboard.h:93: first defined here
2022-06-05 20:12:19 +01:00
Sergei Trofimovich a38af49318 lilo: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: identify.o:(.bss+0x0): multiple definition of `identify';
      common.o:(.bss+0x160): first defined here
2022-06-05 20:09:04 +01:00
Emery Hemingway 2d012163f2 nixos/uhub: fix plugins, set CAP_NET_BIND_SERVICE
Fix generation of the plugins configuration and allow binding to
"privileged" ports.
2022-06-05 13:58:26 -05:00
Robert Hensing bad676c7ed
Merge pull request #174441 from tljuniper/172325-nixostest-override-python-pkgs-additional-param
nixos/test-driver: additional Python packages in test driver
2022-06-05 20:46:01 +02:00
Azat Bahawi cc2548ae81
ircdog: use buildGoModule 2022-06-05 21:43:33 +03:00
Guillaume Girol b03fed4229
Merge pull request #170063 from Moredread/prusa-slicer
prusa-slicer: use patched wxWidgets
2022-06-05 18:28:56 +00:00
Daniel Olsen 60ff8d2306 ocamlPackages.magic: init at 0.7.3 2022-06-05 20:26:36 +02:00
Daniel Olsen 11208c6400 ocamlPackages.lo: init at 0.2.0 2022-06-05 20:26:36 +02:00
Daniel Olsen 85665ca9d4 ocamlPackages.duppy: init at 0.9.2 2022-06-05 20:26:36 +02:00
Daniel Olsen f3c53f430f ocamlPackages.dtools: init at 0.4.4 2022-06-05 20:26:36 +02:00
Sergei Trofimovich 5ddc759a48 dillo: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: main.o:/build/dillo-3.0.5/dpid/dpid.h:64: multiple definition of `sock_set';
      dpid.o:/build/dillo-3.0.5/dpid/dpid.h:64: first defined here
2022-06-05 19:20:24 +01:00
Guillaume Girol 260653fe9b
Merge pull request #167980 from oxzi/olm-3.2.11
olm: 3.2.10 -> 3.2.11
2022-06-05 18:19:27 +00:00
Guillaume Girol 2c93e9de7c
Merge pull request #173136 from athas/ispc-1.18.0
ispc: unstable-2021-04-02 -> 1.18.0, (co-)maintain
2022-06-05 18:03:34 +00:00
Sergei Trofimovich dcb168b109 dieharder: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: include/dieharder/parse.h:21: multiple definition of `splitbuf';
      include/dieharder/parse.h:21: first defined here
2022-06-05 18:55:57 +01:00
Anderson Torres 49c4223e98
Merge pull request #176424 from thiagokokada/mcomix-init
mcomix: init at 2.0.2; mcomix3: remove and alias it to mcomix
2022-06-05 14:53:17 -03:00
Guillaume Girol cc41e5a6e9
Merge pull request #167582 from wd15/sfepy-2022.1
python3Packages.sfepy: 2021.4 -> 2022.1
2022-06-05 17:53:02 +00:00
Sandro 39ef40f456
Merge pull request #176311 from kirillrdy/master
docker-compose: remove ipaddress
2022-06-05 19:40:10 +02:00
Sandro b5bbecc5fd
Merge pull request #176361 from misuzu/llvm-14-armv7l
llvmPackages/libllvm: disable failing tests on armv7l
2022-06-05 19:37:51 +02:00
Guillaume Girol 9f1b9d5a86
Merge pull request #171676 from xaverdh/jabcode-update
jabcode: unstable-2020-05-13 -> unstable-2021-02-16
2022-06-05 17:34:22 +00:00
Guillaume Girol 0312c74900
Merge pull request #172711 from OPNA2608/update/munt
{libmt32emu,mt32emu-qt,mt32emu-smf2wav}: Bump
2022-06-05 17:32:43 +00:00
Guillaume Girol 7548b71138
Merge pull request #171778 from zhaofengli/infnoise-0.3.2
infnoise: unstable-2019-08-12 -> 0.3.2, nixos/infnoise: init
2022-06-05 17:30:34 +00:00
Nicolas Martin c2e5fbe6e8 soft-serve: 0.3.0 -> 0.3.1 2022-06-05 19:26:31 +02:00
Martin Weinelt 3fcf9f18dd
python3Packages.black: disable test on aarch64-linux
This test reproducibly triggers the max open files limit on our
aarch64 hydra builders. Disable it for now to make tests work again but
this can't be the final solution.

https://hydra.nixos.org/build/179001754
2022-06-05 19:26:01 +02:00
Guillaume Girol 4697dffd3c
Merge pull request #172718 from OPNA2608/update/gkraken
gkraken: 1.1.6 -> 1.2.0
2022-06-05 17:22:16 +00:00
happysalada 74fbade62f qmk: 1.0.0 -> 1.1.0 2022-06-05 13:21:33 -04:00