Commit Graph
384711 Commits
Author SHA1 Message Date
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
Sergei Trofimovich c7104a2e5d libagar_test: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: textdlg.o:(.bss+0x0): multiple definition of `someString';
      configsettings.o:(.bss+0x0): first defined here
2022-06-05 20:04:36 +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
Sergei Trofimovich 9440e44a33 industrializer: 0.2.6 -> 0.2.7
Main change is the fix for -fno-common toolchains.

Without the update build fails on upstream gcc-10 as:

    ld: jack.o:src/jack.h:26: multiple definition of `driver_jack';
        main.o:src/jack.h:26: first defined here
2022-06-05 19:54:57 +01:00
Robert HensingandGitHub 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
Sergei Trofimovich 82bb52db8f eresi: pull fix pending upstream inclusion for -fno-common toolchains
Without the change build fails on upstream gcc-10 as:

    ld: stabs-trans.32.o:libedfmt/stabs-trans.c:28: multiple definition of
      `buf'; dwarf2-trans.32.o:libedfmt/dwarf2-trans.c:22: first defined here
2022-06-05 19:29:49 +01:00
Guillaume GirolandGitHub b03fed4229 Merge pull request #170063 from Moredread/prusa-slicer
prusa-slicer: use patched wxWidgets
2022-06-05 18:28:56 +00:00
Daniel OlsenandVincent Laporte 60ff8d2306 ocamlPackages.magic: init at 0.7.3 2022-06-05 20:26:36 +02:00
Daniel OlsenandVincent Laporte 11208c6400 ocamlPackages.lo: init at 0.2.0 2022-06-05 20:26:36 +02:00
Daniel OlsenandVincent Laporte 85665ca9d4 ocamlPackages.duppy: init at 0.9.2 2022-06-05 20:26:36 +02:00
Daniel OlsenandVincent Laporte 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 GirolandGitHub 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 GirolandGitHub 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 TorresandGitHub 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 GirolandGitHub cc41e5a6e9 Merge pull request #167582 from wd15/sfepy-2022.1
python3Packages.sfepy: 2021.4 -> 2022.1
2022-06-05 17:53:02 +00:00
Sergei Trofimovich d7c6d3d063 coturn: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: ...-libprom-0.1.1/include/prom_collector_registry.h:37: multiple definition of
      `PROM_COLLECTOR_REGISTRY_DEFAULT'; ...-libprom-0.1.1/include/prom_collector_registry.h:37: first defined here
2022-06-05 18:51:26 +01:00
SandroandGitHub 39ef40f456 Merge pull request #176311 from kirillrdy/master
docker-compose: remove ipaddress
2022-06-05 19:40:10 +02:00
Sergei Trofimovich 46e4f3bd77 cernlib: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: libpacklib.a(kedit.o):kuip/klink1.h:11: multiple definition of `klnkaddr';
      libzftplib.a(zftpcdf.o):zftp/zftpcdf.c:155: first defined here
2022-06-05 18:38:14 +01:00
SandroandGitHub 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 GirolandGitHub 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 GirolandGitHub 0312c74900 Merge pull request #172711 from OPNA2608/update/munt
{libmt32emu,mt32emu-qt,mt32emu-smf2wav}: Bump
2022-06-05 17:32:43 +00:00
Guillaume GirolandGitHub 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 GirolandGitHub 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
Ilan Joselevich 51dd9995c7 jellyfin-ffmpeg: 4.4.1-4 -> 5.0.1-5 2022-06-05 20:17:14 +03:00
Sergei Trofimovich b9dcfbbd4d cdesktopenv: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: raima/startup.o:/build/cde-2.3.2/lib/DtSearch/raima/dbtype.h:408: multiple definition of
      `__SK__'; raima/alloc.o:/build/cde-2.3.2/lib/DtSearch/raima/dbtype.h:408: first defined here
2022-06-05 18:15:16 +01:00
Thiago Kenji Okada 09e3c12091 mcomix3: remove and alias it to mcomix
The mcomix3 fork now recommends usage of mcomix.
2022-06-05 18:14:46 +01:00
Robert Schütz ac4fc73abc python2Packages.urllib3: mark insecure 2022-06-05 17:10:32 +00:00
Robert Schütz 007ffa6069 python2Packages.pyjwt: mark insecure 2022-06-05 17:07:25 +00:00
Thiago Kenji Okada 5a8e7406ca mcomix: init at 2.0.2
This was removed in https://github.com/NixOS/nixpkgs/pull/74295 because
it was compatible with Python 2 only. mcomix3 was a fork originally
introduced to port it to Python 3, however upstream eventually released
version 2.x, porting it to Python 3.
2022-06-05 18:05:40 +01:00
Robert Schütz e174b463e7 nixops: mark insecure 2022-06-05 16:51:27 +00:00
Daniel OlsenandVincent Laporte 7ed016627f ocamlPackages.pulseaudio: init at 0.1.5 2022-06-05 18:44:59 +02:00
Daniel OlsenandVincent Laporte 754433d82a ocamlPackages.portaudio: init at 0.2.3 2022-06-05 18:44:59 +02:00
Daniel OlsenandVincent Laporte e5031b839b ocamlPackages.gstreamer: init at 0.3.1 2022-06-05 18:44:59 +02:00
Daniel OlsenandVincent Laporte e5b2c5f447 ocamlPackages.alsa: init at 3.0.0 2022-06-05 18:44:59 +02:00
58b3f66931 linuxKernels.kernels.linux_xanmod: don't set -Werror by default
Co-authored-by: fortune <lythe1107@gmail.com>
2022-06-05 11:44:47 -05:00
Guillaume GirolandGitHub a84bcf38c8 Merge pull request #174199 from andersk/mozillavpn
mozillavpn: 2.8.0 → 2.8.3
2022-06-05 16:43:19 +00:00
Phillip Cloud 83171a1dba linuxKernels.kernels.linux_xanmod: apply patch from review 2022-06-05 11:36:21 -05:00
Guillaume GirolandGitHub b1e986f80e Merge pull request #174203 from ALEX11BR/themechanger-0.11.0
themechanger: 0.10.2 -> 0.11.0
2022-06-05 16:33:57 +00:00
John EricsonandGitHub 82707a2593 Merge pull request #176385 from hercules-ci/fix-overlay-style-stdenv-adapters
stdenv/adapters.nix: Fix for overlay style arguments
2022-06-05 12:29:24 -04:00
John EricsonandGitHub a4af21c0d8 Merge pull request #176380 from hercules-ci/simplify-mkDerivation
Simplify `mkDerivation`
2022-06-05 12:26:34 -04:00
Guillaume GirolandGitHub 67980e0da9 Merge pull request #175220 from dotlambda/smart-meter-texas-0.5.1
python310Packages.smart-meter-texas: 0.5.0 -> 0.5.1
2022-06-05 16:23:36 +00:00
Guillaume GirolandGitHub f57cd9e9ef Merge pull request #175278 from ianmjones/wails-2.0.0-beta.37
wails: 2.0.0-beta.36 -> 2.0.0-beta.37
2022-06-05 16:22:16 +00:00
Robert Schütz 2badffbd99 imagemagick: 7.1.0-36 -> 7.1.0-37 2022-06-05 16:19:55 +00:00