Commit graph

444650 commits

Author SHA1 Message Date
Alyssa Ross 1a355ae751 libcddb: broaden platforms
Builds fine for FreeBSD and NetBSD, and the website explicitly calls
out Cygwin support.
2023-01-18 12:16:51 +00:00
Alyssa Ross e8b42ea1ca libcddb: depend on libiconv unconditionally
libiconv is already defined per-platform.  The actual libiconv library
won't be built on platforms like Linux where it doesn't need to be, so
there's no need to maintain a separate platform list here.

Required to build for FreeBSD.
2023-01-18 12:16:51 +00:00
Alyssa Ross d01e46db3c fzf: only wrap perl on Linux
As the comment says, this should only have happened on Linux, not all
non-Darwin platforms.

Fixes pkgsCross.x86_64-netbsd.fzf.

Fixes: 1693ed2be9 ("fzf: wrap 'perl' in scripts with LOCALE_ARCHIVE")
2023-01-18 12:15:47 +00:00
Alyssa Ross e88859c53c postgresql: fix enableSystemd on other Unixes
It's not just Darwin that doesn't have systemd.
2023-01-18 12:14:49 +00:00
Alyssa Ross dd8a787d4a udev: set to libudev-zero on static linux
systemd does not support being built statically[1], which means that,
prior to this patch, nothing that depends on udev can be built
statically.  libudev-zero is a daemonless implementation of libudev,
that supports being built statically.  So, by setting udev to be
libudev-zero when systemd is unavailable, we can get static builds of
packages like linuxPackages.usbip.

[1]: https://github.com/systemd/systemd/issues/20600#issuecomment-912338965
2023-01-18 12:12:14 +00:00
Mario Rodas 7dacba80c6
Merge pull request #211303 from r-ryantm/auto-update/ursadb
ursadb: 1.5.0 -> 1.5.1
2023-01-18 06:56:29 -05:00
Mario Rodas 5efeeeb6a3
Merge pull request #211318 from r-ryantm/auto-update/fastly
fastly: 4.6.1 -> 4.6.2
2023-01-18 06:55:24 -05:00
Mario Rodas b496a628ac
Merge pull request #211360 from NobbZ/rustic-rs-0-4-3
rustic-rs: 0.4.2 -> 0.4.3
2023-01-18 06:53:42 -05:00
Mario Rodas a5c47ae709
Merge pull request #211371 from r-ryantm/auto-update/chezmoi
chezmoi: 2.29.1 -> 2.29.2
2023-01-18 06:53:05 -05:00
Alyssa Ross a5e1363258 llvmPackages.bintools: remove as -> llvm-as symlink
"llvm-as is an LLVM IR -> LLVM bitcode assembler not a system
assembler"[1], and therefore should not be linked as "as".

The "as" symlink was removed in 46e5ea5af6 ("llvm*: remove symlinks
to llvm-diff, llvm-as and associated LLVM IR utilities."), but that
was partially reverted by b331c72f03 ("llvm: setup some symlinks for
compatibility with binutils"), which restored a bunch of symlinks that
were incorrectly removed, but also incorrectly restored "as".  This
was pointed out[2] at the time but apparently never fixed.

[1]: https://github.com/NixOS/nixpkgs/issues/93523#issue-661663683
[2]: b331c72f03 (commitcomment-40981705)
2023-01-18 11:36:45 +00:00
Alyssa Ross 3d1e039332 llvmPackages.bintools-unwrapped: add missing symlinks
We were missing symlinks for some programs e.g. strings, which caused
e.g. pkgsLLVM.x264 to fail to build.

Here, I have filled in all the symlinks that LLVM would create if
built with the LLVM_INSTALL_BINUTILS_SYMLINKS option.  Where an
existing symlink's target has changed, it's to avoid a double
indirection e.g. strip -> llvm-strip -> llvm-objcopy has because just
strip -> llvm-objcopy.

There's also the related problem that we are creating a as -> llvm-as
symlink, which doesn't make sense, but I'll remove that in a
subsequent commit so that if it somehow breaks something it's easy to
revert just that change.

Fixes: https://github.com/NixOS/nixpkgs/pull/210983
2023-01-18 11:36:45 +00:00
Sandro ea35ef77d3
Merge pull request #209687 from raphaelr/obs29
obs-studio: 28.1.2 -> 29.0.0
2023-01-18 12:30:35 +01:00
Pavol Rusnak 0f8b952bd4
Merge pull request #211293 from mmilata/torq
torq: init at 0.16.9
2023-01-18 11:24:04 +00:00
Lily Foster 4fea5e46aa
python3Packages.poetry-dynamic-versioning: fix build after last version bump (#211155)
* python3Packages.poetry-dynamic-versioning: fix build after last version bump

* python310Packages.poetry-dynamic-versioning: add changelog to meta

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2023-01-18 12:22:12 +01:00
Thiago Kenji Okada 30b788eb97
Merge pull request #211191 from abathur/resholve_0.8.5
resholve: 0.8.4 -> 0.8.5; update README
2023-01-18 11:02:40 +00:00
Martin Milata 2dfd7d22c6 torq: init at 0.16.9 2023-01-18 11:48:22 +01:00
Robert Hensing d57484a451
Merge pull request #211302 from hercules-ci/lib-tests-release-nix-param
lib/tests/release.nix: Make nix a parameter + strictDeps
2023-01-18 11:46:42 +01:00
R. Ryantm ff330ceb76 chezmoi: 2.29.1 -> 2.29.2 2023-01-18 10:40:34 +00:00
Jan Tojnar 23d3b62ee8
Merge pull request #209877 from dotlambda/libadwaita-1.2.1
libadwaita: 1.2.0 -> 1.2.1
2023-01-18 11:26:35 +01:00
markuskowa 312e9042eb
Merge pull request #202873 from bzizou/libfabric
libfabric: 1.15.1 -> 1.17.0 and opx activation
2023-01-18 11:04:14 +01:00
K900 fc6d8da911
Merge pull request #199106 from nat-418/add-package-nagelfar-1.3.3
nagelfar: init at 1.3.3
2023-01-18 12:59:15 +03:00
Pavol Rusnak 9d0588e8a5
Merge pull request #211312 from LunNova/lunnova/monado-bump-2023-01 2023-01-18 09:48:37 +00:00
Norbert Melzer b1bc13a162 rustic-rs: 0.4.2 -> 0.4.3 2023-01-18 10:32:23 +01:00
Nick Cao 84341d7769
Merge pull request #211314 from r-ryantm/auto-update/termusic
termusic: 0.7.7 -> 0.7.8
2023-01-18 16:33:23 +08:00
Maximilian Bosch 98f924b7a4
Merge pull request #211278 from techknowlogick/gitea-1181
gitea: 1.18.0 -> 1.18.1
2023-01-18 09:25:15 +01:00
Pascal Bach e229ca64d0
Merge pull request #211005 from AtaraxiaSjel/nixos/gitea-zstd
nixos/gitea: add tar.zst to the dump type
2023-01-18 09:22:38 +01:00
Nick Cao 16d623c3fc
Merge pull request #211232 from r-ryantm/auto-update/librewolf-unwrapped
librewolf-unwrapped: 108.0.2-1 -> 109.0-1
2023-01-18 14:47:42 +08:00
Nick Cao a945234f32
Merge pull request #206315 from wegank/meshcat-init
python3Packages.meshcat: init at 0.3.2
2023-01-18 14:08:04 +08:00
Nick Cao e24ea705f6
Merge pull request #208901 from wegank/qmake2cmake-init
qmake2cmake: init at 1.0.2
2023-01-18 14:07:42 +08:00
Nick Cao 6af676a9a0
Merge pull request #210914 from wegank/protobuf-darwin
python311Packages.protobuf: fix tests
2023-01-18 14:06:27 +08:00
Nick Cao e37d909c97
Merge pull request #205584 from wegank/julia-darwin
julia_18-bin: add darwin support
2023-01-18 14:04:53 +08:00
Nick Cao b1ff903d4f
Merge pull request #210700 from PedroHLC/zen-kernels-6.1.5
zen-kernels: 6.1.3 -> 6.1.6
2023-01-18 13:43:06 +08:00
Nick Cao a2d165a9dc
Merge pull request #210769 from sikmir/o-editor
o: 2.57.0 → 2.58.0
2023-01-18 13:42:18 +08:00
figsoda b83bc07b4f
Merge pull request #211315 from r-ryantm/auto-update/yq-go
yq-go: 4.30.6 -> 4.30.8
2023-01-18 00:05:10 -05:00
figsoda 93a216eba5
Merge pull request #211329 from r-ryantm/auto-update/ov
ov: 0.13.0 -> 0.14.0
2023-01-17 23:54:54 -05:00
Weijia Wang 7b19e25b87 qmake2cmake: init at 1.0.2 2023-01-18 05:35:19 +01:00
Bobby Rong 809fe35f8b
Merge pull request #211182 from bobby285271/upd/gtkspell2-enchant2
gtkspell2: Build with enchant2
2023-01-18 12:18:24 +08:00
R. Ryantm 7d96b4474d ov: 0.13.0 -> 0.14.0 2023-01-18 04:03:01 +00:00
Nick Cao df93f45790
Merge pull request #211250 from sumnerevans/matrix-synapse-1.75
matrix-synapse: 1.74.0 -> 1.75.0
2023-01-18 11:58:50 +08:00
Nick Cao c28f3f4bb3
Merge pull request #211135 from malob/fix-kitty-x86_64-darwin
kitty: unbreak on `x86_64-darwin` and fix build failure on all systems due to Bash update in `nixpkgs`
2023-01-18 11:54:54 +08:00
github-actions[bot] c7c5251a2c terraform-providers.spotinst: 1.92.0 → 1.94.0 2023-01-18 13:54:41 +10:00
github-actions[bot] 6180cb3707 terraform-providers.pagerduty: 2.9.1 → 2.9.2 2023-01-18 13:54:41 +10:00
github-actions[bot] a33035b984 terraform-providers.google-beta: 4.48.0 → 4.49.0 2023-01-18 13:54:41 +10:00
github-actions[bot] 8acbfd29b6 terraform-providers.google: 4.48.0 → 4.49.0 2023-01-18 13:54:41 +10:00
github-actions[bot] c0adf187c6 terraform-providers.github: 5.14.0 → 5.15.0 2023-01-18 13:54:41 +10:00
github-actions[bot] e881ff3f79 terraform-providers.cloudamqp: 1.22.0 → 1.22.1 2023-01-18 13:54:41 +10:00
Bobby Rong c6a66632f9
Merge pull request #211176 from bobby285271/upd/cinnamon
cinnamon.cinnamon-common: 5.6.6 -> 5.6.7
2023-01-18 11:39:46 +08:00
Jade Lovelace c7e7050dad nix-doc: 0.5.5 -> 0.5.6 2023-01-18 13:27:26 +10:00
Kira Bruneau 9428672eaa
Merge pull request #211265 from duxovni/yabridge-5.0.3
yabridge: 4.0.2 -> 5.0.3
2023-01-17 22:07:56 -05:00
R. Ryantm 3bf0de1ee9 fastly: 4.6.1 -> 4.6.2 2023-01-18 02:13:34 +00:00