Commit Graph

559247 Commits

Author SHA1 Message Date
Weijia Wang
01cfd8b24f
Merge pull request #273628 from Anomalocaridid/footswitch
footswitch: unstable-2022-04-12 -> unstable-2023-10-10
2023-12-12 01:56:03 +01:00
Weijia Wang
5263c5b57e
Merge pull request #271709 from alven-shin/fix-pest-ide-tools
pest-ide-tools: fix package not building on Darwin
2023-12-12 01:53:47 +01:00
Weijia Wang
9c5db275ec
Merge pull request #273600 from wegank/diopser-gcc-13
diopser: fix build with gcc 11+
2023-12-12 01:52:37 +01:00
Weijia Wang
9a67c36f6d
Merge pull request #273382 from wegank/strelka-aarch64
strelka: add aarch64-linux support
2023-12-12 01:51:59 +01:00
Weijia Wang
f4a98e5a3e
Merge pull request #273601 from suntropez/platformsh_10_11
platformsh: 4.10.0 -> 4.11.4
2023-12-12 01:50:25 +01:00
Martin Weinelt
f603fc85b4
Merge pull request #273667 from mweinelt/firefox-121.0b9
firefox-{beta,devedition}-unwrapped: 121.0b5 -> 121.0b9
2023-12-12 01:49:05 +01:00
Dmitry Kalinkin
8f47b40246
yoda: 1.9.8 -> 1.9.9 (#273260) 2023-12-11 19:46:35 -05:00
Ilan Joselevich
729bd7499f
Merge pull request #265961 from 999eagle/feat/intiface-central
intiface-central: init at 2.5.3
2023-12-12 02:43:31 +02:00
Ilan Joselevich
1747ae1d9e
Merge pull request #272668 from r-ryantm/auto-update/rtx
rtx: 2023.11.2 -> 2023.12.18
2023-12-12 02:40:50 +02:00
Philip Taron
baed870448
clisp: fix build
Without this patch, the following build error occurs for me on NixOS:

```
$ nix-build -A clisp --check
<snipped>
Running phase: buildPhase
build flags: SHELL=/nix/store/q8qq40xg2grfh9ry1d9x4g7lq4ra7n81-bash-5.2-p21/bin/bash
ln -s ../src/.gdbinit .gdbinit
rm -f build-aux
ln -s ../src/build-aux build-aux
mkdir -p gllib
test -f gllib/Makefile || sh config.status gllib/Makefile depfiles
cd gllib && make CFLAGS="-g -O2 -no-integrated-cpp -W -Wswitch -Wcomment -Wpointer-arith -Wreturn-type -Wmissing-declarations -Wimplicit -Wno-sign-compare -Wno-format-nonliteral -Wno-shift-negative-value -O -fwrapv -pthread -fno-strict-aliasing -DNO_ASM -DENABLE_UNICODE -DMULTITHREAD -DPOSIX_THREADS -DDYNAMIC_FFI -DDYNAMIC_MODULES  -fPIC -DPIC " top_srcdir="/build/source/src"
make[1]: Entering directory '/build/source/builddir/gllib'
 cd /build/source/src && /nix/store/q8qq40xg2grfh9ry1d9x4g7lq4ra7n81-bash-5.2-p21/bin/bash /build/source/src/build-aux/missing automake-1.16 --gnits gllib/Makefile
/build/source/src/build-aux/missing: line 81: automake-1.16: command not found
WARNING: 'automake-1.16' is missing on your system.
         You should only need it if you modified 'Makefile.am' or
         'configure.ac' or m4 files included by 'configure.ac'.
         The 'automake' program is part of the GNU Automake package:
         <https://www.gnu.org/software/automake>
         It also requires GNU Autoconf, GNU m4 and Perl in order to run:
         <https://www.gnu.org/software/autoconf>
         <https://www.gnu.org/software/m4/>
         <https://www.perl.org/>
make[1]: *** [Makefile:1333: ../../src/gllib/Makefile.in] Error 127
make[1]: Leaving directory '/build/source/builddir/gllib'
make: *** [Makefile:648: gllib/libgnu.a] Error 2
```

This message was also reproduced by @2xsaiko on their NAS machine.

I don't know why this error sometimes occurs and sometimes does not.
On my Ubuntu machines, this error does not occur, and instead it does this:

```
Running phase: buildPhase
build flags: SHELL=/nix/store/q8qq40xg2grfh9ry1d9x4g7lq4ra7n81-bash-5.2-p21/bin/bash
ln -s ../src/.gdbinit .gdbinit
rm -f build-aux
ln -s ../src/build-aux build-aux
mkdir -p gllib
test -f gllib/Makefile || sh config.status gllib/Makefile depfiles
cd gllib && make CFLAGS="-g -O2 -no-integrated-cpp -W -Wswitch -Wcomment -Wpointer-arith -Wreturn-type -Wmissing-declarations -Wimplicit -Wno-sign-compare -Wno-format-nonliteral -Wno-shift-negative-value -O -fwrapv -pthread -fno-strict-aliasing -DNO_ASM -DENABLE_UNICODE -DMULTITHREAD -DPOSIX_THREADS -DDYNAMIC_FFI -DDYNAMIC_MODULES  -fPIC -DPIC " top_srcdir="/build/source/src"
make[1]: Entering directory '/build/source/builddir/gllib'
make[2]: Entering directory '/build/source/builddir'
make[2]: Nothing to be done for 'am--refresh'.
make[2]: Leaving directory '/build/source/builddir'
cd .. && make  am--refresh
make[2]: Entering directory '/build/source/builddir'
make[2]: Nothing to be done for 'am--refresh'.
make[2]: Leaving directory '/build/source/builddir'
<snipped>
```

In any case, these changes work successfully on all platforms I've tested them on:

1. NixOS
2. Ubuntu 22.04
3. MacOS x86_64
4. MacOS aarch64
2023-12-11 16:28:32 -08:00
happysalada
3df2965698 bun: 1.0.15 -> 1.0.16 2023-12-12 00:10:15 +00:00
Bobby Rong
30ce319f0e
Merge pull request #273548 from bobby285271/upd/pantheon-appstream-fix
pantheon: Backport AppStream 1.0 build fix
2023-12-12 07:58:15 +08:00
OTABI Tomoya
bea3c001fd
Merge pull request #273485 from r-ryantm/auto-update/kalign
kalign: 3.3.5 -> 3.4.0
2023-12-12 08:56:04 +09:00
Bobby Rong
45206ebbf8
Merge pull request #273571 from bobby285271/upd/cinnamon-libxml2-fix
xed-editor: Backport libxml2 2.12 build fix
2023-12-12 07:53:08 +08:00
Bobby Rong
c23c5dae44
Merge pull request #273369 from bobby285271/upd/planify
planify: 4.1.4 -> 4.2.1
2023-12-12 07:48:51 +08:00
Jörg Thalheim
e92546a987 opencv4: drop ffmpeg_4 pin 2023-12-12 00:41:35 +01:00
arthsmn
a8ecd7a07a mpvScripts.sponsorblock-minimal: init at unstable-2023-08-20 2023-12-11 20:39:38 -03:00
Kerstin Humm
a81c0c887b mobilizon: 4.0.0 -> 4.0.2 2023-12-11 23:38:24 +00:00
Martin Weinelt
25c5727812
firefox-devedition-unwrapped: 121.0b5 -> 121.0b9 2023-12-12 00:37:23 +01:00
Martin Weinelt
1ee947324d
firefox-beta-unwrapped: 121.0b5 -> 121.0b9 2023-12-12 00:36:52 +01:00
Martin Weinelt
c68839c5d5
Merge pull request #273614 from ipetkov/dump_syms
dump_syms: fix building with LLVM 16
2023-12-12 00:33:17 +01:00
adisbladis
ef2a69c866 setupcfg2nix: Remove package
It's unmaintained and the supporting build infrastructure was just removed from nixpkgs.
2023-12-12 12:22:22 +13:00
adisbladis
6b9f45ae37 python3.pkgs.buildsetupcfg: Remove function from python-packages-base.nix
This function is not, and never have been, used anywhere inside nixpkgs, outside of bootstrapping setupcfg2nix itself.
It was added in https://github.com/NixOS/nixpkgs/pull/38778 by @shlevy.

It has no out-of-tree users on Github either. External breakage is not expected.
2023-12-12 12:21:38 +13:00
piegames
efd004c479
Merge pull request #273412: gnomeExtensions: Update 2023-12-12 00:17:11 +01:00
Ivan Petkov
904913ee16
dump_syms: fix building with LLVM 16
Builds were broken on Darwin with
https://github.com/nixos/nixpkgs/pull/241692, so this applies the
workaround from https://github.com/nixos/nixpkgs/issues/166205
2023-12-11 15:02:33 -08:00
Nick Cao
7c71bd5224
Merge pull request #273629 from r-ryantm/auto-update/eigenmath
eigenmath: unstable-2023-11-17 -> unstable-2023-12-11
2023-12-11 17:57:54 -05:00
Nick Cao
796d699b28
Merge pull request #273178 from nagy/nagy-swayimg
swayimg: 0.11 -> 0.12
2023-12-11 17:57:10 -05:00
Fabian Affolter
70efc8c72e checkov: 3.1.31 -> 3.1.33
Diff: https://github.com/bridgecrewio/checkov/compare/refs/tags/3.1.31...3.1.33

Changelog: https://github.com/bridgecrewio/checkov/releases/tag/3.1.33
2023-12-11 23:53:31 +01:00
Jörg Thalheim
5ba07454a3 mkFranzDerivation: also include libglvnd for opengl/vulkan drivers
This helps to improve also performance on my machine
2023-12-11 23:50:52 +01:00
R. Ryantm
786cf3644e python310Packages.rivet: 3.1.8 -> 3.1.9 2023-12-11 17:40:57 -05:00
R. Ryantm
34b3fab6a2 gensio: 2.7.7 -> 2.8.2 2023-12-11 22:32:49 +00:00
NixOS
b9406abb69 tart: 2.4.1 -> 2.4.2 2023-12-11 23:30:01 +01:00
Maximilian Bosch
9fbf0cfba5
Merge pull request #273069 from mfrw/mfrw/prometheus-2.48.1
prometheus: 2.48.0 -> 2.48.1
2023-12-11 23:21:14 +01:00
emilylange
9cde600195
grafana-loki,promtail: 2.9.2 -> 2.9.3
https://github.com/grafana/loki/releases/tag/v2.9.3
https://github.com/grafana/loki/blob/v2.9.3/CHANGELOG.md
diff: https://github.com/grafana/loki/compare/v2.9.2...v2.9.3
2023-12-11 23:18:57 +01:00
Thiago Kenji Okada
eef6384e98
Merge pull request #272911 from manipuladordedados/master
emilua: 0.4.3 -> 0.5.1
2023-12-11 22:14:36 +00:00
Silvan Mosberger
6e3be6ddb0 lib.fileset.gitTracked: Improve error when passing files 2023-12-11 23:05:51 +01:00
Nick Cao
b555d9d9bd
Merge pull request #269010 from malob/update-signalbackup-tools
signalbackup-tools: 20231114 -> 20231211
2023-12-11 17:02:00 -05:00
adisbladis
1e66093cca
Merge pull request #269546 from adisbladis/stdenv-meta-no-intermediate-alloc
stdenv: Avoid allocating intermediate attrset when checking meta validity
2023-12-12 10:57:44 +13:00
Silvan Mosberger
eec765f9e6 lib.fileset: Refactor gitTracked and gitTrackedWith
Introduce an internal function for them to share more behavior.
This makes future changes easier.
2023-12-11 22:57:12 +01:00
adisbladis
6aa414bcfd
Merge pull request #269782 from adisbladis/stdenv-meta-tolist-license-allocations
stdenv: Avoid some list allocations in check-meta when checking licenses
2023-12-12 10:55:58 +13:00
Pol Dellaiera
2eb4a346b5
vtm: use finalAttrs pattern 2023-12-11 22:44:42 +01:00
Pol Dellaiera
dba565f62d
Merge pull request #273315 from r-ryantm/auto-update/xray
xray: 1.8.4 -> 1.8.6
2023-12-11 22:41:35 +01:00
Pol Dellaiera
507902558c
zef: use finalAttrs pattern 2023-12-11 22:40:52 +01:00
Federico Damián Schonborn
37b35ccedb
gnomeExtensions.valent: unstable-2023-03-18 -> unstable-2023-11-10
Signed-off-by: Federico Damián Schonborn <fdschonborn@gmail.com>
2023-12-11 18:38:35 -03:00
Pol Dellaiera
edfbace3a5
zrok: use finalAttrs pattern 2023-12-11 22:36:05 +01:00
Pol Dellaiera
bd83c54091
subnetcalc: use finalAttrs pattern 2023-12-11 22:25:27 +01:00
Pol Dellaiera
d9e518bf85
Merge pull request #272867 from r-ryantm/auto-update/apktool
apktool: 2.9.0 -> 2.9.1
2023-12-11 22:20:46 +01:00
K900
4db77e5b1e iwd: revert test that's broken on aarch64-linux
And maybe others
2023-12-12 00:20:09 +03:00
Pol Dellaiera
b582a3a873
Merge pull request #272901 from r-ryantm/auto-update/saml2aws
saml2aws: 2.36.12 -> 2.36.13
2023-12-11 22:19:47 +01:00
Pol Dellaiera
e36b4428f6
Merge pull request #272916 from r-ryantm/auto-update/gtree
gtree: 1.10.3 -> 1.10.4
2023-12-11 22:19:07 +01:00