mrtnvgr
5177bf330e
ufetch: init at 0.3
2024-11-23 08:16:13 +07:00
Nick Cao and GitHub
ff15b5f580
Merge pull request #266251 from asymmetric/demote-polkadot
...
polkadot: remove asymmetric from maintainers
2023-11-08 08:34:20 -05:00
Nick Cao and GitHub
e0f8c84d82
Merge pull request #266239 from GaetanLepage/flax
...
python311Packages.flax: dependencies and tests check up
2023-11-08 08:31:42 -05:00
Nick Cao and GitHub
7e5dd54cb6
Merge pull request #259191 from superherointj/godot-4.1.2
...
godot_4: 4.1.1 -> 4.1.3-stable
2023-11-08 08:29:09 -05:00
markuskowa and GitHub
fecef29522
Merge pull request #266148 from r-ryantm/auto-update/nfs-ganesha
...
nfs-ganesha: 5.6 -> 5.7
2023-11-08 14:08:05 +01:00
K900 and GitHub
5ec71b646a
Merge pull request #266243 from K900/vaultwarden-1.30.0-fix
...
vaultwarden: add missing dependency
2023-11-08 16:05:10 +03:00
Maciej Krüger and GitHub
628bd78004
Merge pull request #265692 from nbraud/pkgs/open-english-wordnet
...
open-english-wordnet: init at 2022
2023-11-08 13:58:40 +01:00
Caleb and GitHub
c4d3afef06
wyoming-faster-whisper fix CUDA devices not being detected. ( #266167 )
...
This change enables CUDA support by allowing access to /dev/nvidia0.
2023-11-08 13:34:26 +01:00
Ryan Lahfa and GitHub
bc2b72df73
Merge pull request #264234 from guiguid/guiguid-patch-netdata-systemd-journal
...
netdata: 1.43.0 -> 1.43.2 and add systemd-journal plugin
2023-11-08 13:30:43 +01:00
Anthony Roussel and Alyssa Ross
408ed815c6
linuxPackages.evdi: fix build for Linux 4.19
...
The build fails with:
```console
module/evdi_fb.c: In function 'evdifb_create':
module/evdi_fb.c:427:21:
error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
427 | info->fbops = efbdev->fb_ops;
| ^
````
A resolution is to treat discard-qualifiers warnings as non-error.
See https://hydra.nixos.org/build/239848621
2023-11-08 13:04:01 +01:00
Anthony Roussel and Alyssa Ross
43fbdc751b
linuxPackages.evdi: mark broken on linux 6.6
...
Fixes #265868
`evdi` kernel module is incompatible with Linux 6.6, so mark it as broken.
2023-11-08 13:04:01 +01:00
OTABI Tomoya and GitHub
eb2f8aa686
Merge pull request #266206 from robert-manchester/dinghy
...
dinghy: 1.3.0 -> 1.3.2; fix build
2023-11-08 20:56:03 +09:00
Lorenzo Manacorda
677ab0dfd5
polkadot: remove asymmetric from maintainers
...
No longer use this package.
2023-11-08 12:49:28 +01:00
Alois Wohlschlager and Anderson Torres
b2d85a6e68
vlc: 3.0.18 -> 3.0.20
...
Drop a patch that was already included upstream.
2023-11-08 08:45:38 -03:00
OTABI Tomoya and GitHub
05517c1dd9
Merge pull request #266058 from r-ryantm/auto-update/zam-plugins
...
zam-plugins: 4.1 -> 4.2
2023-11-08 20:45:08 +09:00
Martin Weinelt and GitHub
d64584ef50
Merge pull request #266204 from fabaff/dbus-fast-bump
...
python311Packages.dbus-fast: 2.12.0 -> 2.13.1
2023-11-08 12:44:54 +01:00
Weijia Wang and GitHub
429dd6cd11
Merge pull request #266203 from reckenrode/go-fixes
...
terraform-providers.mongodbatlas,pulumiPackages.pulumi-azure-native: update to fix builds on staging-next
2023-11-08 12:39:43 +01:00
Weijia Wang and GitHub
65b0fd2bee
Merge pull request #266221 from TomaSajt/dash
...
python311Packages.dash: 2.13.0 -> 2.14.1
2023-11-08 12:36:21 +01:00
Florian Klink and GitHub
3e99c3cd90
gerrit-queue: init at 0.0.1 ( #265922 )
...
This adds gerrit-queue, a submit bot for gerrit, to nixpkgs.
2023-11-08 12:31:14 +01:00
Gaetan Lepage and Bjørn Forsman
220caf26d6
spyder: 5.4.5 -> 5.5.0
...
Changelog: https://github.com/spyder-ide/spyder/blob/master/changelogs/Spyder-5.md#version-550-2023-11-08
2023-11-08 12:21:48 +01:00
Weijia Wang and GitHub
67fc292e5a
Merge pull request #266136 from wegank/stellarium-fix
...
stellarium: fix version
2023-11-08 12:12:26 +01:00
Atemu and GitHub
db4dcfafb3
Merge pull request #260887 from nevivurn/feat/gnucash-docs
...
gnucash: build and include documentation
2023-11-08 11:56:30 +01:00
Adam Joseph
a738046341
Update pkgs/development/compilers/gcc/patches/default.nix
2023-11-08 10:50:07 +00:00
Randy Eckenrode and Adam Joseph
299c06a0f5
gcc{48,49,6,7,8,9,10}: improve cctools-llvm compatibility
...
darwin.cctools defaults to `llvm-strip` when the version of LLVM in the
stdenv is 12 or newer. This strip implementation does not support the
`-c` flag required by older versions of GCC. Use the cctools-port
version for compatibility when building older versions of GCC.
2023-11-08 10:50:07 +00:00
Randy Eckenrode and Adam Joseph
bec14225ab
gcc{48,49,6,7,8,9,10}: fix missing symbol errors on x86_64-darwin
...
The x86_64-darwin build fails with the following symbol errors when
building gencondmd:
Undefined symbols for architecture x86_64:
"_ix86_excess_precision", referenced from:
___cxx_global_var_init.101 in gencondmd.o
"_ix86_fpmath", referenced from:
___cxx_global_var_init.101 in gencondmd.o
"_ix86_isa_flags", referenced from:
___cxx_global_var_init.101 in gencondmd.o
"_ix86_unsafe_math_optimizations", referenced from:
___cxx_global_var_init.101 in gencondmd.o
"_target_flags", referenced from:
___cxx_global_var_init.101 in gencondmd.o
This commit applies a workaround posted to the GCC BugZilla.
See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92061 .
2023-11-08 10:50:07 +00:00
Randy Eckenrode and Adam Joseph
93153208cc
gcc{8,9}: don’t pass --gstabs to clang assembler
...
Darwin uses the clang integrated assembler, which does not support
`--gstabs`. While the `configure` script detects whether the assembler
supports it, Darwin passes `--gstabs` unconditionally. This patch is
backported to make the bootstrap only use it when supported.
2023-11-08 10:50:07 +00:00
Randy Eckenrode and Adam Joseph
d4f8aac2c5
gcc{48,49,6}: don’t use -pipe with clang assembler
...
Older versions of GCC use `-pipe` on Darwin due to compatibility
problems with older cctools assemblers. Darwin now uses the clang
integrated assembler. While it is possible to pipe input into it, the
wrapper used in nixpkgs is not set up for it.
Fixing the wrapper would cause all of Darwin to rebuild, which is not
desirable, so just disable `-pipe` in the bootstrap configuration. The
clang integrated assembler doesn’t have the bug anyway.
2023-11-08 10:50:07 +00:00
Randy Eckenrode and Adam Joseph
e06f05d23c
gcc11: fix build on aarch64-darwin
...
The libgcc configure script was middetecting aarch64-darwin and trying
to use a deployment target of 10.5, which is not valid for that
platform. The build was failing because the linker was looking for stubs
that don’t exist (neither as part of the source releases nor as part of
the official SDK from Apple).
Backporting the `config.host` check and `t-darwin-rpath` from GCC 12
allows GCC 11 to build again on aarch64-darwin.
2023-11-08 10:50:07 +00:00
K900
855c4af777
vaultwarden: add missing dependency
2023-11-08 13:44:37 +03:00
Gaetan Lepage
15cd73f569
python311Packages.flax: dependencies and tests check up
2023-11-08 11:27:34 +01:00
happysalada and Yt
e556bb0b67
python311Packages.farm-haystack: init at 1.21.2
2023-11-08 09:57:36 +00:00
happysalada and Yt
cd5fef3700
python311Packages.rank_bm25: rename to rank-bm25
2023-11-08 09:57:36 +00:00
R. Ryantm and Yt
aff89df188
python310Packages.paddle2onnx: 1.0.9 -> 1.1.0
2023-11-08 09:56:57 +00:00
TomaSajt
1f053e75de
python311Packages.dash: 2.13.0 -> 2.14.1
2023-11-08 10:38:41 +01:00
Jacek Galowicz and GitHub
7a1f927eea
Merge pull request #264701 from whiteley/simde-init
...
simde: init at 0.7.6
2023-11-08 10:37:26 +01:00
OTABI Tomoya and GitHub
923abd6420
Merge pull request #266159 from r-ryantm/auto-update/python310Packages.nvidia-ml-py
...
python310Packages.nvidia-ml-py: 12.535.108 -> 12.535.133
2023-11-08 17:52:27 +09:00
OTABI Tomoya and GitHub
cc31660d7a
Merge pull request #266177 from r-ryantm/auto-update/python310Packages.optimum
...
python310Packages.optimum: 1.13.3 -> 1.14.0
2023-11-08 17:51:42 +09:00
OTABI Tomoya and GitHub
90aaf5bf6d
Merge pull request #265012 from pbsds/fix-simpful-1698928649
...
python3Packages.simpful: unbreak
2023-11-08 17:50:12 +09:00
OTABI Tomoya and GitHub
f1a608ae2f
Merge pull request #266069 from GaetanLepage/flax
...
python311Packages.flax: 0.7.4 -> 0.7.5
2023-11-08 17:48:54 +09:00
OTABI Tomoya and GitHub
14d240cf96
Merge pull request #263709 from GaetanLepage/dask-awkward
...
python311Packages.dask-awkward: 2023.10.1 -> 2023.10.2, python311Packages.awkward: 2.4.6 -> 2.4.8, python311Packages.dask: 2023.10.0 -> 2023.10.1
2023-11-08 17:48:01 +09:00
OTABI Tomoya and GitHub
cc8c19bebb
Merge pull request #264164 from phiadaarr/python3Packages.ducc0.32.0
...
python3Packages.ducc0: 0.31.0 -> 0.32.0
2023-11-08 17:36:04 +09:00
K900 and GitHub
63fe80d8d5
Merge pull request #266093 from K900/pipe-systemd-cat
...
treewide: replace `<command> | systemd-cat` with `systemd-cat <command>`
2023-11-08 11:28:44 +03:00
OTABI Tomoya and GitHub
2732e7de60
Merge pull request #266019 from robert-manchester/scikit-survival-fix
...
python311Packages.scikit-survival: 0.21.0 -> 0.22.1; fix build
2023-11-08 17:21:40 +09:00
OTABI Tomoya and GitHub
dcbe9faa12
Merge pull request #265744 from giomf/numbat-prelude
...
numbat: Add modules folder
2023-11-08 17:18:52 +09:00
Weijia Wang and GitHub
3ffc003ef0
Merge pull request #265986 from khaneliman/fastfetch
...
fastfetch: 2.2.1 -> 2.2.2
2023-11-08 09:14:36 +01:00
Weijia Wang and GitHub
668e3215c7
Merge pull request #266131 from Scrumplex/pkgs/prismlauncher/8.0
...
prismlauncher: 7.2 -> 8.0
2023-11-08 09:12:12 +01:00
Weijia Wang and GitHub
a174783656
Merge pull request #266085 from FlorianFranzen/solaar_1.1.10
...
solaar: 1.1.9 -> 1.1.10
2023-11-08 09:10:49 +01:00
Weijia Wang and GitHub
60226e673b
Merge pull request #266134 from vs49688/supersonic
...
supersonic: 0.6.0 -> 0.7.0
2023-11-08 09:09:37 +01:00
Gaël Reyrol and GitHub
0499c5b6d1
phpExtensions.memprof: init at 3.0.2 ( #266086 )
2023-11-08 09:08:45 +01:00
Weijia Wang and GitHub
be1b5209e2
Merge pull request #266157 from nicomem/sigtop
...
sigtop: 0.3.1 -> 0.7.0
2023-11-08 09:04:00 +01:00