Commit Graph

474698 Commits

Author SHA1 Message Date
Martin Weinelt
c8fea324cb
Merge pull request #226257 from cpcloud/nixpkgs-sqlalchemy-views
python3Packages.sqlalchemy-views: init at 0.3.2
2023-04-17 00:40:24 +02:00
Adam Joseph
9e3b2a5822
Merge pull request #226366 from mmlb/rename-gnatboot
gnatboot: rename to gnat-bootstrap
2023-04-16 22:37:53 +00:00
Matthew "strager" Glazar
05a26cee27 sapling: 0.2.20230228-144002-h9440b05e -> 0.2.20230330-193452-h69692651 2023-04-16 17:24:27 -05:00
R. Ryantm
b9e9372e6b gpsd: 3.24 -> 3.25 2023-04-16 23:43:00 +02:00
zowoq
0854f3873d nix-direnv: 2.2.1 -> 2.3.0
Diff: https://github.com/nix-community/nix-direnv/compare/2.2.1...2.3.0
2023-04-17 07:21:26 +10:00
Sandro
d85555f9ac
Merge pull request #224996 from SuperSandro2000/smokeping-ln-f 2023-04-16 23:05:25 +02:00
Karl Hallsby
84e27921aa haunt: 0.2.4 -> 0.2.6 2023-04-16 18:03:48 -03:00
Sergei Trofimovich
ec9f9bc670 dosbox-staging: pull upstream fixes for SDL2_net and SDL2_image headers
Without the change `dosbox-staging` fails to build as:

    FAILED: src/dos/libdos.a.p/program_serial.cpp.o
    g++ -Isrc/dos/libdos.a.p -Isrc/dos -I../src/dos -I../include -I. -I.. -Isrc/libs/ghc -I../src/libs/ghc -Isrc/libs/loguru -I../src/libs/loguru -I/nix/store/58cdrn1birpig59wqygva9cmsnxh7wwa-SDL2-2.26.4-dev/include -I/nix/store/58cdrn1birpig59wqygva9cmsnxh7wwa-SDL2-2.26.4-dev/include/SDL2 -I/nix/store/y8ab9wi9sldj6y7md833xkbppgimrs>
    In file included from ../src/dos/../hardware/serialport/softmodem.h:30,
                     from ../src/dos/program_serial.cpp:27:
    ../src/dos/../hardware/serialport/misc_util.h:59:10: fatal error: SDL_net.h: No such file or directory
       59 | #include <SDL_net.h>
          |          ^~~~~~~~~~~
2023-04-16 18:01:40 -03:00
Weijia Wang
1eea8d509f
Merge pull request #226426 from sbruder/anki-wayland
anki: allow using wayland on linux
2023-04-17 00:00:28 +03:00
Charlotte Van Petegem
7a40725f9e
mautrix-whatsapp: 0.8.3 -> 0.8.4
https://github.com/mautrix/whatsapp/releases/tag/v0.8.4
2023-04-16 22:51:44 +02:00
Sandro
ddf119973e
Merge pull request #226453 from SebTM/update/openlens_6415 2023-04-16 22:47:05 +02:00
lewo
ff24a05847
Merge pull request #206445 from nlewo/ssytemd-boot-fail
systemd-boot-builder only ignores OSError "invalid argument"
2023-04-16 22:17:28 +02:00
figsoda
6a35d59f94
Merge pull request #226481 from figsoda/typst-lsp 2023-04-16 16:13:17 -04:00
figsoda
5f7ee32437
Merge pull request #226342 from figsoda/nurl 2023-04-16 16:12:20 -04:00
Ryan Lahfa
6bf4cde63f
Merge pull request #226214 from leon-barrett/leon-make-disk-image-dir
nixos/make-disk-image: fix contents dir paths
2023-04-16 21:49:09 +02:00
Nicolas Benes
91de60e122 batman-adv: 2022.3 -> 2023.0 2023-04-16 21:46:38 +02:00
Guillaume Girol
40bbc9ae53
Merge pull request #225285 from symphorien/ihm-remove
python3.pkgs.ihatemoney: remove
2023-04-16 19:23:00 +00:00
piegames
816ad3d345
Merge pull request #225381: gnomeExtensions: Update for GNOME 44 2023-04-16 20:25:47 +02:00
OTABI Tomoya
83a39a0abe
python3Packages.rdkit: 2022.09.1 -> 2022.09.5 (#224600) 2023-04-16 19:50:19 +02:00
Anderson Torres
3a6205d9f7 ventoy: 1.0.90 -> 1.0.91 2023-04-16 14:10:00 -03:00
Anderson Torres
c0ba68e874 aliases.nix: add ventoy-bin and ventoy-bin-full as throws 2023-04-16 14:10:00 -03:00
Anderson Torres
630e1fbb51 ventoy-bin: rename to ventoy 2023-04-16 14:10:00 -03:00
Leon Barrett
15c760d6b8 nixos/make-disk-image: fix contents dir paths
`make-disk-image` is a tool for creating VM images. It takes an argument
`contents` that allows one to specify files and directories that should
be copied into the VM image. However, directories end up not at the
specified target, but instead at a subdirectory of the target, with a
nix-store-like path, e.g.
`/target/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-source`. See issue
https://github.com/NixOS/nixpkgs/issues/226203 .

This change adds a test for make-disk-image's contents directory
handling and adds a fix (appending `/` to rsync input directory names).

This closes issue https://github.com/NixOS/nixpkgs/issues/226203 .
2023-04-16 09:54:45 -07:00
Leon Barrett
a711e445cc nixos/tests/ec2: Fix test tooling
This change fixes two problems with the qemu testing code:
1. Previously, the qemu-img command was missing a disk image format
   argument.
2. Previously, if a test assertion failed, the test hung because the VM
   was not torn down.
2023-04-16 09:54:10 -07:00
Robert Scott
e1b6c395e6
Merge pull request #226462 from mweinelt/django-deps
Various django packages
2023-04-16 17:53:29 +01:00
Arnar Gauti Ingason
b605a20539 gleam: 0.27.0 -> 0.28.2 2023-04-16 12:36:02 -04:00
R. Ryantm
d8f05d468e f2fs-tools: 1.15.0 -> 1.16.0 2023-04-16 16:10:30 +00:00
Weijia Wang
a373f76301 cloudflare-warp: fix build 2023-04-16 19:02:32 +03:00
Weijia Wang
9e47fc8658
Merge pull request #226455 from wegank/nvc-bump
nvc: 1.9.0 -> 1.9.1
2023-04-16 19:01:18 +03:00
Doron Behar
b40f76cd77
Merge pull request #226213 from Waelwindows/darwin-syncthingtray
Support building `syncthingtray` on Darwin
2023-04-16 08:51:31 -07:00
figsoda
866378da6e findomain: 8.2.2 -> 9.0.0, add figsoda as a maintainer
Diff: https://github.com/findomain/findomain/compare/refs/tags/8.2.2...9.0.0

Changelog: https://github.com/Findomain/Findomain/releases/tag/9.0.0
2023-04-16 11:30:40 -04:00
R. Ryantm
f30febf830 form: 4.3.0 -> 4.3.1 2023-04-16 11:18:22 -04:00
Sandro
331ceb0abb
Merge pull request #226255 from cpcloud/nixpkgs-pydata-google-auth 2023-04-16 16:56:32 +02:00
Sandro
8e58e12372
Merge pull request #226252 from cpcloud/bump-duckdb-engine 2023-04-16 16:56:16 +02:00
Robert Scott
ac3d614ee8
Merge pull request #226443 from r-ryantm/auto-update/tidb
tidb: 6.6.0 -> 7.0.0
2023-04-16 15:53:41 +01:00
Sandro
9bd464d7e9
Merge pull request #226251 from cpcloud/fix-failing-duckdb-build 2023-04-16 16:49:21 +02:00
figsoda
46792be4d0 typst-lsp: 0.3.0 -> 0.4.0, add figsoda as a maintainer
Diff: https://github.com/nvarner/typst-lsp/compare/v0.3.0...v0.4.0

Changelog: https://github.com/nvarner/typst-lsp/releases/tag/v0.4.0
2023-04-16 10:40:13 -04:00
Nick Cao
19f2603c1c
mediaelch: add patch to fix build with qt 6.5
Reference: https://github.com/Komet/MediaElch/issues/1557
2023-04-16 22:20:20 +08:00
Nick Cao
d0565d403e
texworks: add patch to fix build with qt 6.5 2023-04-16 22:17:30 +08:00
Nick Cao
b4026106f7
jami: add patch to fix annotations in bin/dbus/cx.ring.Ring.CallManager.xml 2023-04-16 22:17:30 +08:00
Nick Cao
fca522b538
qt6.qtbase: set strictDeps, remove python3 from buildInputs to reduce closure size
python3 is references in the shebang of three scripts:

/nix/store/gbi67akslfd2n5d8q4vxpy8qzih31myl-qtbase-6.5.0
└───libexec/qt-testrunner.py: …#!/nix/store/fdqpyj613dr0v1l1lrzqhzay7sk4xg87-python3-3.10.10/bin/python3.# C…
    libexec/sanitizer-testrunner.py: …#!/nix/store/fdqpyj613dr0v1l1lrzqhzay7sk4xg87-python3-3.10.10/bin/python3.# C…
    mkspecs/features/uikit/devices.py: …#!/nix/store/fdqpyj613dr0v1l1lrzqhzay7sk4xg87-python3-3.10.10/bin/python3.# C…
    → /nix/store/fdqpyj613dr0v1l1lrzqhzay7sk4xg87-python3-3.10.10

All of them are normally not used in the build process of packages thus
the shebangs batching can be safely skipped.
2023-04-16 22:17:29 +08:00
Nick Cao
6e8561539e
zeal-qt6: fix build with qt 6.5 2023-04-16 22:17:29 +08:00
Nick Cao
e15575e3ad
copyq: 7.0.0 -> unstable-2023-04-14 2023-04-16 22:17:28 +08:00
Nick Cao
6d7ec3e498
qt6.full: add missing modules 2023-04-16 22:17:28 +08:00
Nick Cao
4171299ee9
qt6.qtgrpc: init at 6.5.0 2023-04-16 22:17:27 +08:00
Nick Cao
5e316e49dd
qt6.qtquickeffectmaker: init at 6.5.0 2023-04-16 22:17:27 +08:00
Nick Cao
4769460fb3
qt6.qtlocation: init at 6.5.0 2023-04-16 22:17:26 +08:00
Nick Cao
52703c427e
qt6: move mkspecs/modules to dev output 2023-04-16 22:17:25 +08:00
Nick Cao
bb6f287d93
qt6.qtbase: refresh patches 2023-04-16 22:17:25 +08:00
Nick Cao
09bd819958
qt6: 6.4.3 -> 6.5.0 2023-04-16 22:17:24 +08:00