3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

444917 commits

Author SHA1 Message Date
Madoura 22d003cc38
blaze: init at 3.8.1 2023-01-18 07:20:06 -06:00
Sergei Trofimovich ad9cc27b14
Merge pull request #211288 from trofi/liferea-update
liferea: 1.14-RC3 -> 1.14.0
2023-01-18 13:15:33 +00:00
Madoura a008d68326
oneDNN: fixup bad cmake paths 2023-01-18 07:15:24 -06:00
Madoura ea30b3f7c8
hipblas: init at 5.4.1 2023-01-18 07:15:23 -06:00
Madoura af0f9dc066
hipsolver: init at 5.4.1 2023-01-18 07:15:23 -06:00
Madoura b33d0c12d5
hipfft: init at 5.4.1 2023-01-18 07:15:23 -06:00
Madoura ed143046b1
hipfort: init at 5.4.1 2023-01-18 07:15:23 -06:00
Madoura 6e88b0b8d3
rdc: init at 5.4.1 2023-01-18 07:15:19 -06:00
Madoura 210fe0ffaa
rocr-debug-agent: init at 5.4.1 2023-01-18 07:15:19 -06:00
Madoura 1564b18973
rocgdb: init at 5.4.1 2023-01-18 07:15:15 -06:00
R. Ryantm 094b6a2f63 python310Packages.pyskyqremote: 0.3.23 -> 0.3.24 2023-01-18 12:39:32 +00:00
Yaya 57c1e9599a snowflake: 2.4.3 -> 2.5.0
Changelog had been forgotten to update but according to the related
upstream merge request [1] it removes hello verify message in the DTLS
handshake process.

[1]: https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/merge_requests/131
2023-01-18 12:18:01 +00:00
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
R. Ryantm 3aaa00b468 python310Packages.mistletoe: 0.9.0 -> 1.0.0 2023-01-18 12:13:23 +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
Alyssa Ross b0997077e7
perl: don't use libxcrypt on FreeBSD
Tested by building pkgsCross.x86_64-freebsd.perl from x86_64-linux.
2023-01-18 12:10:34 +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
Harsh Shandilya 817fd4c1a8
nerdfonts: 2.2.2 -> 2.3.0 2023-01-18 17:23:43 +05:30
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
Vladimír Čunát 2b988c76fd
Revert "nixosTests.installer: bump memorySize"
This reverts commit 309ed272be.
The bump caused nixosTests.installer.luksroot hang, e.g. see
https://hydra.nixos.org/build/205951019
(I don't know why.)

The OOM issues were avoided by 6dccdc4585 (newer but merged earlier)
2023-01-18 11:45:48 +01:00
R. Ryantm e58acc31d6 armadillo: 11.4.2 -> 11.4.3 2023-01-18 10:44:40 +00: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
Dominik Schrempf eda69033eb
doc/haskell: nits
These are some suggested changes to the new documentation of Haskell in
the Nixpkgs manual. They cover sections until, but excluding, the
section "Available package versions". I am not an English native
speaker, so please correct me and savage these changes!

Also, please let me know if the suggestions are welcome, then I will
continue with the next chapter.
2023-01-18 07:17:46 +01: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