Commit Graph
440640 Commits
Author SHA1 Message Date
zowoq 3cc18bf489 go_1_20: init at 1.20rc1 2023-01-02 12:18:07 +10:00
R. Ryantm ce82d2d926 python310Packages.aiounifi: 42 -> 43 2023-01-02 02:09:38 +00:00
Anderson TorresandGitHub 8d6446d553 Merge pull request #208555 from OPNA2608/update/palemoon
palemoon: 31.4.1.1 -> 31.4.2
2023-01-01 22:50:27 -03:00
Anderson TorresandGitHub b9a9b3861a Merge pull request #208586 from r-ryantm/auto-update/libopenshot-audio
libsForQt5.libopenshot-audio: 0.2.2 -> 0.3.0
2023-01-01 22:50:01 -03:00
figsoda 8b3d755bb4 nurl: 0.2.2 -> 0.3.0
Diff: https://github.com/nix-community/nurl/compare/v0.2.2...v0.3.0

Changelog: https://github.com/nix-community/nurl/blob/v0.3.0/CHANGELOG.md
2023-01-01 20:33:50 -05:00
Adam Joseph 14f337afb6 lib/systems/inspect.nix: add isILP32 predicate
I've run into a few packages that need an extra flag on platforms
where `int` has more bits than `void*` does.  I know of three such
platforms:

* [aarch64ilp32], used on both Linux and also on the [Apple Watch]
* [x32], the x86 ILP32 ABI
* [mips64n32], used on [Longsoon] and Cavium Octeon routers.

This PR introduces a predicate so the package flags can be added in
a generic way.

[Apple Watch]: https://gist.github.com/woachk/943828f37c14563a607a26116435bf27#watch
[mips64n32]: https://en.wikipedia.org/wiki/MIPS_architecture#Calling_conventions
[Longsoon]: https://en.wikipedia.org/wiki/Loongson
[x32]: https://en.wikipedia.org/wiki/X32_ABI
2023-01-01 17:16:06 -08:00
Andrew MorganandGitHub 47fd756154 bitwig-studio: fix crash when creating user color palette via importing a JPEG image (#201847) 2023-01-02 02:11:56 +01:00
Anderson TorresandGitHub 41b390e0b3 Merge pull request #208512 from atorres1985-contrib/small-fixups
CONTRIBUTING.md: clarify some directives about `meta` attributes
2023-01-01 21:40:56 -03:00
Martin WeineltandGitHub 3f5dc2ce41 Merge pull request #208661 from rhoriguchi/prowlarr 2023-01-02 01:24:28 +01:00
Adam Joseph de88969f12 lib/systems: fix uname.processor for powerpc{32,64}, mips64
Cross-compilation of anything downstream of gtk3 requires qemu (due to
gobject-introspection) with --target-list=*-linux-user.  Without this commit,
those qemu builds will fail on a powerpc64le host due to qemu being configured
with --cpu=powerpc64le instead of --cpu=ppc64le.  Unfortunately the build
failure message from qemu in this situation is extremely cryptic.

The root cause turns out not to be the qemu expression, but rather the fact that
on powerpc64le hostPlatform.uname.processor returns the gnu-name (powerpc64le)
for the cpu instead of the linux-name (ppc64le) for the cpu.

uname.processor on mips64el also needs adjustment -- the Linux-name is "mips64"
for both big and little endian (unlike powerpc64, where the Linux-name includes
a "le" suffix):

```
nix@oak:/tmp$ uname -m; lscpu | head -n2
mips64
Architecture:        mips64
Byte Order:          Little Endian
```

uname.processor on powerpc32 has also been adjusted.
2023-01-01 16:20:50 -08:00
github-actions[bot]andGitHub cd202151e9 Merge master into haskell-updates 2023-01-02 00:12:58 +00:00
Martin WeineltandGitHub 0fc9fca9c8 Merge pull request #208684 from wesleyjrz/update-wesleyjrz-email 2023-01-02 01:06:23 +01:00
Adam Joseph 2834df37a8 libftdi: do not force a build of python if !pythonSupport
libftdi has a `pythonSupport` parameter, but still produces a
(build-time) dependency on python even when it is set to `false`.
This commit corrects that.

This allows building tiny systems (think embedded widgets) that need
libftdi, without having to cross-build all of python for the target
system.
2023-01-01 15:58:37 -08:00
Adam Joseph 2761db99f5 msmtp: allow building only the binaries
This commit exposes the `binaries` attribute of the `msmtp`
expression, to allow building just the binaries without the scripts.

The scripts have a gigantic dependency set; the binaries don't.
2023-01-01 15:56:56 -08:00
Wesley Jr 4d80df27c2 maintainers: update wesleyjrz email 2023-01-01 20:49:19 -03:00
figsodaandGitHub 1a99acd069 Merge pull request #208568 from figsoda/nurl
nurl: 0.1.1 -> 0.2.2
2023-01-01 18:22:37 -05:00
Felix Singer 7789eab44f libbluray: 1.3.2 -> 1.3.4
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2023-01-01 23:52:01 +01:00
Stanisław PituchaandGitHub 619b9dd1cd Merge pull request #207948 from viraptor/cleanup-nanosaur-build
nanosaur,nanosaur2,otto-matic: cleanup cmake build
2023-01-02 09:51:47 +11:00
Anderson TorresandGitHub 98adeacd72 Merge pull request #208602 from wegank/ares-darwin
ares: fix build on darwin
2023-01-01 19:51:04 -03:00
figsodaandGitHub 15b8d1459f Merge pull request #208544 from figsoda/star-history
star-history: 1.0.7 -> 1.0.8
2023-01-01 17:36:40 -05:00
Thomas GerbetandGitHub a5370ff7e3 Merge pull request #207385 from r-ryantm/auto-update/mmctl
mmctl: 7.5.1 -> 7.5.2
2023-01-01 23:34:19 +01:00
Berk D. Demirandzowoq f534a05aba age: 1.0.0 -> 1.1.1
Worked with the upstream to change how test vectors were sourced, so we
can run tests in a sandbox with no networking.
2023-01-02 08:33:02 +10:00
Thomas GerbetandGitHub 7eead9776d Merge pull request #208185 from numinit/mattermost-7.5.2
mattermost: 7.5.1 -> 7.5.2
2023-01-01 23:30:14 +01:00
YoshiRulz 7fba83890c lib: Fix mismatched quotes in lib.* doc comments
caused problems for automated rich text generation such as
https://teu5us.github.io/nix-lib.html#customisation-functions
2023-01-02 08:25:17 +10:00
SandroandGitHub 727e84a1ca Merge pull request #205253 from r-ryantm/auto-update/aws-c-http 2023-01-01 23:22:44 +01:00
SandroandGitHub 5b183de49a Merge pull request #205716 from r-ryantm/auto-update/aws-c-s3 2023-01-01 23:22:29 +01:00
SandroandGitHub 10cedeaafd Merge pull request #205720 from r-ryantm/auto-update/aws-checksums 2023-01-01 23:22:18 +01:00
SandroandGitHub 4180f8ac5c Merge pull request #206459 from r-ryantm/auto-update/aws-c-mqtt 2023-01-01 23:21:54 +01:00
SandroandGitHub d341982745 Merge pull request #206651 from r-ryantm/auto-update/s2n-tls 2023-01-01 23:21:34 +01:00
figsodaandGitHub bf3d36655d Merge pull request #208417 from figsoda/pods
pods: 1.0.0-rc.3 -> 1.0.1
2023-01-01 17:15:23 -05:00
Stanisław Pitucha 89a9ff18f1 nanosaur,nanosaur2,otto-matic: cleanup cmake build
Use the standard way of building cmake projects. This also removes the
unnecessary build files from the output.
2023-01-02 09:04:39 +11:00
Weijia Wang 556d8e35a8 vertcoin, vertcoind: boost165 -> boost17x 2023-01-01 22:53:50 +01:00
Weijia Wang 1ba9f8c345 dogecoin, dogecoind: boost165 -> boost17x 2023-01-01 22:53:37 +01:00
Weijia Wang 7cc616cc0d bitcoin-abc, bitcoind-abc: boost165 -> boost17x 2023-01-01 22:53:12 +01:00
figsoda 6967daac4d ruff: 0.0.205 -> 0.0.206
Diff: https://github.com/charliermarsh/ruff/compare/v0.0.205...v0.0.206

Changelog: https://github.com/charliermarsh/ruff/releases/tag/v0.0.206
2023-01-01 16:45:28 -05:00
Mark Oleson 129aa4484a ffmpeg-full: add libopenmpt 2023-01-01 16:35:22 -05:00
figsodaandGitHub 942fe7ae60 Merge pull request #208655 from figsoda/nil
nil: 2022-12-01 -> 2023-01-01
2023-01-01 16:23:46 -05:00
figsodaandGitHub df49c41d45 Merge pull request #208664 from tomodachi94/vimPlugins.vim-mediawiki-editor
vimPlugins.vim-mediawiki-editor: init at 2022-10-29
2023-01-01 15:59:38 -05:00
Sergei TrofimovichandGitHub 592d3c7b16 Merge pull request #208024 from trofi/xhost-update
xorg:xhost: 1.0.8 -> 1.0.9
2023-01-01 20:49:06 +00:00
figsoda 8ef668d7f4 vimPlugins: only commit nvim-treesitter updates when there are actually updates 2023-01-01 15:48:42 -05:00
Tomo d6748dcee7 vimPlugins.vim-mediawiki-editor: init at 2022-10-29 2023-01-01 12:42:08 -08:00
Tomo 79010d72b9 vimPlugins: update 2023-01-01 12:06:50 -08:00
Vincent LaporteandVincent Laporte af62c860ec ocamlPackages.imagelib: 20210511 → 20221222 2023-01-01 20:57:48 +01:00
Jörg ThalheimandGitHub c23025886d Merge pull request #208257 from Mic92/bcachefs
bcachefs-tools: add symlink for mount.bcachefs and fix runtime deps
2023-01-01 19:37:03 +00:00
legendofmiraclesandGitHub acb6c96b28 Merge pull request #208402 from SuperSandro2000/asf-plugins
ArchiSteamFarm: 5.3.2.4 -> 5.4.0.3, fix plugins
2023-01-01 14:36:47 -05:00
figsoda 108b709361 nurl: 0.2.1 -> 0.2.2
Diff: https://github.com/nix-community/nurl/compare/v0.2.1...v0.2.2

Changelog: https://github.com/nix-community/nurl/blob/v0.2.2/CHANGELOG.md
2023-01-01 14:30:17 -05:00
figsodaandGitHub 7a8a0cc9e3 Merge pull request #208658 from tomodachi94/vim/mediawiki.vim
vimPlugins.mediawiki-vim: init at 2015-11-15
2023-01-01 14:14:03 -05:00
Ryan Horiguchi ede86a554a prowlarr: 1.0.0.2171 -> 1.0.1.2210 2023-01-01 20:12:00 +01:00
Jörg Thalheim c8104628f4 nixos/tests/installer/bcachefs: use ocr to type in password 2023-01-01 19:58:17 +01:00
Jörg Thalheim 13b0e42202 nixos/tests/installer: disable zfs for bcachefs tests
we are potentially testing very new kernels here, which are not
supported by zfs yet.
2023-01-01 19:58:17 +01:00