Mathis Antony
f5b7885e0c
rustic-rs: fix build on darwin
...
- Add `apple_sdk.SystemConfiguration` dependency
2023-11-25 14:30:36 +01:00
Peder Bergebakken Sundt
21dc638b82
Merge pull request #267758 from atalii/e3-core
...
e3-core: init at 22.3.1
2023-11-25 14:10:08 +01:00
Manuel Frischknecht
fb1cc4af9c
Skip sqlite3_bind_bug68849.phpt
php unit test on i686 linux
...
PHP unit tests are broken with SQLite >= 3.43 [1].
If I understand the discussion in the SQLite forums [2]
on the issue correctly, the trigger for this should not
be a problem with SQLite itself but the test itself
(and thus using a current SQLite version shouldn't
generally be a problem for actual PHP code).
[1]: https://github.com/php/php-src/issues/12076
[2]: https://www.sqlite.org/forum/forumpost/abbb95376ec6cd5f
2023-11-25 13:57:15 +01:00
Silvan Mosberger
1fb123914b
Merge pull request #191538 from lorenz/rock64-uboot-improvements
...
u-boot: ROCK64 RAM init improvements
2023-11-25 13:46:38 +01:00
Silvan Mosberger
6a4146286a
Merge pull request #267523 from seirl/aiohttp_client_cache_init
...
aiohttp-client-cache: init at 0.10.0
2023-11-25 12:37:44 +01:00
Antoine Pietri
1144069008
aiohttp-client-cache: init at 0.10.0
2023-11-25 11:36:54 +00:00
Silvan Mosberger
811278c9d3
Merge pull request #250545 from twesterhout/halide-v16
...
halide: 15.0.1 -> 16.0.0
2023-11-25 12:08:18 +01:00
Lorenz Brun
6568016fa3
u-boot: ROCK64 RAM init improvements
...
This switches the ROCK64 over to the open-source RAM init as it now
works flawlessly. It also removes the HDCP flag from the ATF for the
RK3328 as it cannot use it, it is only used in the RK3399. This makes
the ROCK64 u-boot now fully open.
There is also an issue with the ROCK64 v2 revision where the DRAM
routing is marginal, making some of them unstable. So also package a
variant which uses a lower-speed DDR3 timing configuration which is
stable on these boards.
2023-11-25 11:14:50 +01:00
Pierre Bourdon
55103bf2a8
Merge pull request #269720 from szlend/fix-cargo-watch-darwin
...
cargo-watch: fix build on darwin
2023-11-25 10:42:58 +01:00
Martin Weinelt
878adc2e52
python311Packages.paypalrestsdk: drop
...
With the repository having been deprecated in 2020, there is little
reason for us to keep this leaf package around.
2023-11-25 10:17:05 +01:00
Fabian Affolter
123039eb37
python311Packages.sqlmodel: init at 0.0.12
...
Module to work with SQL databases
https://github.com/tiangolo/sqlmodel
2023-11-25 00:50:02 +01:00
Mario Rodas
3b68824528
Merge pull request #268028 from kirillrdy/ruby-gtk3
...
rubyPackages: gtk2 -> gtk3
2023-11-24 18:23:44 -05:00
Mario Rodas
eb3c036413
Merge pull request #269376 from aaronjheng/ekho
...
ekho: 5.8.2 -> 9.0
2023-11-24 18:18:34 -05:00
tali auster
80887851ff
e3-core: init at 22.3.1
2023-11-24 16:10:21 -07:00
Peder Bergebakken Sundt
d6485348fd
Merge pull request #268459 from vs49688/cyanrip-092
...
cyanrip: 0.9.0 -> 0.9.2
2023-11-24 23:19:16 +01:00
Anderson Torres
ac12ef04f7
lefthook: migrate to by-name
2023-11-24 19:14:25 -03:00
Anderson Torres
144f5dcb19
libpkgconf: migrate to by-name
2023-11-24 19:14:25 -03:00
Peder Bergebakken Sundt
1244907222
Merge pull request #266456 from onemoresuza/hare
...
hare: unstable-2023-04-23 -> unstable-2023-10-22; harec: unstable-2023-04-23 -> unstable-2023-10-23
2023-11-24 22:14:54 +01:00
Simon Žlender
c4e7af7473
cargo-watch: fix build on darwin
2023-11-24 22:06:42 +01:00
Peder Bergebakken Sundt
0bd59c54ef
Merge pull request #269338 from surfaceflinger/beekeeper-studio-bump
...
beekeeper-studio: 3.6.2 -> 4.0.3, refactor
2023-11-24 21:01:39 +01:00
Ryan Lahfa
58fdc495ed
Merge pull request #269452 from RaitoBezarius/zfs-superstable
2023-11-24 17:41:43 +01:00
Raito Bezarius
e04c0b0d99
zfs_2_1: init at 2.1.13
...
This re-introduces the old stable ZFS version we had in the past following
the many predicted issues of ZFS 2.2.x series, that is much more stable
than any further ZFS version at the moment.
I am also removing myself from maintenance of any further ZFS versions as I am
planning to quit ZFS maintenance at some point.
In the meantime, for users like me who depend on ZFS for critical operations, here is a ZFS version
that is known to work for LTS kernels.
2023-11-24 15:47:21 +01:00
Artturin
bd8f78d18c
qt6Packages: fix mistake
2023-11-24 16:36:27 +02:00
Artturi
81ca4c3e22
Merge pull request #265524 from Artturin/usemakescopew
2023-11-24 16:29:21 +02:00
Artturi
7cc4f72999
Merge pull request #251671 from dotlambda/qutebrowser-qt5
...
qutebrowser-qt5: replace qt5.qutebrowser
2023-11-24 14:30:25 +02:00
Artturi
397d67a60d
Merge pull request #263736 from rollf/amazon-corretto
...
corretto{11,17,19}: init at 11.0.20.9.1/17.0.8.8.1/19.0.2.7.1
2023-11-24 14:24:38 +02:00
Alyssa Ross
c9b74e4908
rustc-wasm32: fix targetPlatform
...
The previous version stopped working when we started elaborating Rust
metadata. Here, I've made it a bit nicer by actually setting
targetPlatform to an elaborated system. Setting the config to wasi to
get elaborate to understand it is a bit of a hack, but I think it's
less of a hack than what we had before.
The only actual difference this makes to the rustc-wasm32 derivation
compared to the previous working version, is that now crt-static is
set. This is probably the right thing anyway.
Fixes: e3e57b8f18
("lib.systems: elaborate Rust metadata")
2023-11-24 12:21:30 +01:00
Artturin
410cd59546
libsForQt5: change comment
...
It wouldn't work that way, idk why I thought it would.
23.11 has a warning for `overrideScope'` in `makeScope` itself
2023-11-24 04:19:39 +02:00
Artturin
6e2e32556e
qt6Packages: use makeScopeWithSplicing
...
23.11 has a warning for `overrideScope'` in `makeScope` itself
2023-11-24 04:19:39 +02:00
Anderson Torres
7b6ec1bc82
wio: init at unstable-2023-05-28
...
A resurrection.
2023-11-23 12:40:23 -03:00
Gustavo Coutinho de Souza
fbbff51a1c
hare: unstable-2023-04-23 -> unstable-2023-10-22; harec: unstable-2023-04-23 -> unstable-2023-10-23
...
And also the following refactoring:
hare:
1. Replace `NIX_BUILD_TOP` usage with `mktemp`
2. Enable parallel building
3. Get rid of `config-template.mk`, by using `makeFlagsArray` instead
4. Move `wrapProgram` call to `postFixup`
5. Set the `LOCALVER` environment variable to `nix`, so that the `hare
version` command outputs `dev-nix`[1]
6. Set `meta` attribute `mainProgram`
7. Make the package accessible through `all-packages.nix` instead of
`aliases.nix`
8. Move package path from `pkgs/development/compilers/hare/hare` to
`pkgs/development/compilers/hare`, since the scope is now made at
`pkgs/top-level/hare-packages.nix`
harec:
1. Remove `hardeningDisable = [ "fortify" ];`, since both harec and hare
compile normally with it enabled
2. Enable parallel building
3. Set `meta` attribute `mainProgram`
4. Make the package accessible through `all-packages.nix` instead of
`aliases.nix`
5. Move package path from `pkgs/development/compilers/hare/harec` to
`pkgs/development/compilers/harec`, since the scope is now made at
`pkgs/top-level/hare-packages.nix`
harePackages:
1. Move hare packages scope from
`pkgs/development/compilers/hare/default.nix` to
`pkgs/top-level/hare-packages.nix`
2. Remove `hare` and `harec` from `aliases.nix`, moving them to
`all-packages.nix`
3. Change the `callPackage` argument in `all-packages.nix` from
`../development/compilers/hare` to `./hare-packages.nix`
[1]: 1048620a7a/item/scripts/version (L2)
Co-authored-by: starzation <nixpkgs@starzation.net>
2023-11-23 10:44:44 -03:00
Thiago Kenji Okada
ab69fd9bc0
Merge pull request #268561 from otavio/lpc-checksum-init
...
python3Packages.lpc-checksum: init at 3.0.0
2023-11-23 08:19:13 +00:00
OTABI Tomoya
acaa0e3619
Merge pull request #269186 from mweinelt/pyngo-1.6.0
...
python311Packages.pyngo: init at 1.6.0
2023-11-23 15:14:16 +09:00
Aaron Jheng
42baf03df9
ekho: 5.8.2 -> 9.0
2023-11-23 13:52:30 +08:00
Nick Cao
28ce447690
Merge pull request #268978 from ppenguin/qt6-fix-maestral-qt
...
maestral-gui: fix crash on wayland by using `qtwayland` and `qt6.callPackage`
2023-11-22 22:15:38 -05:00
Otavio Salvador
7b1d46017d
python3Packages.lpc-checksum: init at 3.0.0
...
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2023-11-22 21:53:18 -03:00
Stig
c10d7026fb
Merge pull request #269192 from anthonyroussel/updates/exiftool
...
exiftool: 12.68 -> 12.70
2023-11-23 01:01:36 +01:00
nat
81d4190c48
beekeeper-studio: 3.6.2 -> 4.0.3, refactor
2023-11-23 00:49:16 +01:00
Peder Bergebakken Sundt
f0b7a60313
Merge pull request #268546 from linsui/jabref
...
jabref: 5.10 -> 5.11
2023-11-23 00:18:32 +01:00
ppenguin
e7d2400cd7
maestral-qt: fix qt6 usage and crash on wayland
2023-11-22 22:48:42 +01:00
7c6f434c
59d85cec2f
Merge pull request #264435 from hraban/sbcl/2.3.10
...
sbcl: 2.3.9 -> 2.3.10
2023-11-22 20:17:19 +00:00
Rolf Schröder
3cd0e6f2d3
corretto{11,17,19}: init at 11.0.20.9.1/17.0.8.8.1/19.0.2.7.1
2023-11-22 21:04:36 +01:00
Anderson Torres
1751247c95
apt-offline: adopt and refactor
...
- remove rec
- remove nested with
2023-11-22 16:09:50 -03:00
Anderson Torres
18c71e751b
apt: adopt and refactor
...
- finalAttrs design pattern
- split outputs
- remove nested with
2023-11-22 16:09:50 -03:00
Zane van Iperen
4076d98812
rpcs3: 0.0.28-15409-fd6829f75 -> 0.0.29-15726-ebf48800e
...
Also convert to pkgs/by-name.
Closes #268112
2023-11-23 02:30:37 +10:00
sternenseemann
612493c63d
gnatcoll-python3: use python 3.9
...
FFI glue code used by the package fails to compile against Python 3.10.
2023-11-22 17:23:33 +01:00
Peder Bergebakken Sundt
01b6d8bd71
Merge pull request #259774 from surfaceflinger/jazz2-finalattrs
...
jazz2: switch to finalAttrs, use runCommandLocal for content, migrate to by-name
2023-11-22 16:59:46 +01:00
Nick Cao
0840c28c43
Merge pull request #268991 from undefined-moe/mongodb-exporter
...
add prometheus-mongodb-exporter
2023-11-22 09:29:50 -05:00
Emily Trau
e8dd8d13be
Merge pull request #267783 from Enzime/update/taler
...
taler: 0.9.2 -> 0.9.3
2023-11-23 01:20:30 +11:00
Anthony Roussel
f5e6159032
exiftool: 12.68 -> 12.70
...
https://github.com/exiftool/exiftool/compare/12.68...12.70
https://exiftool.org/history.html
2023-11-22 15:04:18 +01:00
Martin Weinelt
ed8994dfba
python311Packages.pyngo: init at 1.6.0
...
Pydantic model support for Django & Django-Rest-Framework ✨
https://github.com/yezz123/pyngo
2023-11-22 14:44:22 +01:00
José Romildo Malaquias
f8baac2255
Merge pull request #265297 from romildo/upd.whitesur-kde
...
whitesur-kde: unstable-2023-08-15 -> unstable-2023-10-06
2023-11-22 07:19:16 -03:00
José Romildo Malaquias
c2e8d99887
Merge pull request #264909 from romildo/upd.qogir-kde
...
qogir-kde: unstable-2022-07-08 -> unstable-2023-10-20
2023-11-22 07:18:20 -03:00
José Romildo Malaquias
b7dcc70a96
Merge pull request #264664 from romildo/upd.layan-kde
...
layan-kde: 2022-02-13 -> unstable-2023-09-30
2023-11-22 07:17:31 -03:00
José Romildo Malaquias
2c8d4198c8
Merge pull request #264422 from romildo/upd.graphite-kde-theme
...
graphite-kde-theme: 2022-02-08 -> unstable-2023-10-25
2023-11-22 07:16:30 -03:00
José Romildo Malaquias
dd509de23e
Merge pull request #264413 from romildo/upd.colloid-kde
...
colloid-kde: unstable-2022-07-13 -> unstable-2023-07-04
2023-11-22 07:15:25 -03:00
Vincent Laporte
f3770720e1
ocamlPackages.zipc: init at 0.1.0
2023-11-22 07:15:30 +01:00
Artturi
955f2d39ec
Merge pull request #249670 from huantianad/discord-screenaudio
2023-11-22 04:59:29 +02:00
undefined
35bfe35293
prometheus-exporter-mongodb: init at 0.39.0
2023-11-22 09:42:14 +08:00
Stig
d35c19ca52
Merge pull request #262104 from zakame/contrib/convos-7.16
...
convos: 7.02 -> 8.05
2023-11-22 02:10:33 +01:00
thomasjm
cf9a7cd48a
xeus-cling: init at 0.15.3
2023-11-22 01:15:08 +01:00
Tom McLaughlin
1383b84d37
coq_kernel: init at 1.6.0
2023-11-22 00:55:25 +01:00
Fabián Heredia Montiel
46060f7083
Merge pull request #259824 from spacefrogg/goredo-2.0
...
goredo: 1.31.0 -> 2.4.0
2023-11-21 23:28:50 +00:00
Martin Weinelt
e01c4442b9
Merge pull request #267501 from MayNiklas/ctranslate2withCUDA
...
ctranslate2: withCUDA sets stdenv = gcc11Stdenv
2023-11-21 22:24:29 +01:00
Vladimír Čunát
35a3cb94c6
Merge #269032 : GNOME: 44 -> 45
2023-11-21 20:49:59 +01:00
José Romildo Malaquias
489d27a235
Merge pull request #264845 from romildo/upd.papirus-icon-theme
...
papirus-icon-theme: 20230901 -> 20231101
2023-11-21 16:48:24 -03:00
Janik
0816d1426f
Merge pull request #268261 from wineee/qt-video-wlr
...
qt-video-wlr: 2020-08-03 -> 2023-07-22
2023-11-21 20:31:04 +01:00
Nikolay Korotkiy
b6713d6ae5
Merge pull request #267275 from evanrichter/gex-0.6.4
...
gex: 0.6.3. -> 0.6.4
2023-11-21 21:27:23 +04:00
Stig Palmquist
2d6897ad18
perlPackages.Mojolicious: 9.34 -> 9.35
2023-11-22 00:47:11 +08:00
Stig
5142b86410
Merge pull request #268950 from stigtsp/perl/fix-hailo
...
perlPackages.Hailo: fix tests
2023-11-21 16:19:17 +01:00
Nick Cao
d67818b555
Merge pull request #268094 from doronbehar/pkg/xtensor
...
xsimd10: remove
2023-11-21 09:25:06 -05:00
Someone Serge
395b7cc35b
python311Packages.torch: choose magma at the expression level
...
...instead of at the callPackage site.
Addresses https://github.com/NixOS/nixpkgs/issues/268736
2023-11-21 13:35:05 +00:00
Mario Rodas
3542fd7529
Merge pull request #268072 from aaronjheng/circus
...
circus: pin to Python 3.10
2023-11-21 08:34:50 -05:00
Jonas Chevalier
d6671b3d35
Merge pull request #268866 from brianmcgillion/mdbook-footnote
...
mdbook-footnote: init 0.1.1
2023-11-21 13:58:34 +01:00
Stig Palmquist
78cbf53e82
perlPackages.Hailo: fix tests
...
Add patch to tests that fixes compat with Getopt-Long-Description 0.106
2023-11-21 13:34:04 +01:00
Brian McGillion
b16e02b405
mdbook-footnote: init at 0.1.1
...
Signed-off-by: Brian McGillion <bmg.avoin@gmail.com>
2023-11-21 16:27:26 +04:00
natsukium
e289901d06
python311Packages.httpx-auth: init at 0.18.0
2023-11-21 12:05:42 +00:00
Zane van Iperen
b021130d47
cyanrip: 0.9.0 -> 0.9.2
...
Also convert to pkgs/by-name and reformat.
2023-11-21 20:29:23 +10:00
OTABI Tomoya
8238ee3537
Merge pull request #263986 from natsukium/mdtraj/init
...
python311Packages.mdtraj: init at 1.9.9
2023-11-21 17:28:30 +09:00
piegames
fc495aea1f
gnomeExtensions: Update for GNOME 45
2023-11-21 08:42:35 +01:00
Bobby Rong
02848fc11c
snapshot: init at 45.beta
...
https://gitlab.gnome.org/GNOME/snapshot/-/commits/45.beta
If you are having issues, try these environment variables to get more info:
- RUST_LOG=snapshot=debug,aperture=debug
- RUST_BACKTRACE=1
- GST_DEBUG=3
Still need to see if we should study anything from cheese.
2023-11-21 08:41:50 +01:00
Bobby Rong
943dbced06
gnome-tecla: init at 45.alpha
...
https://gitlab.gnome.org/GNOME/tecla/-/commits/45.alpha
Note that we have an existing tecla package in Nixpkgs, that is a different project.
Tested-by: Jan Tojnar <jtojnar@gmail.com>
2023-11-21 08:41:43 +01:00
Bobby Rong
8a87c968a7
libpeas2: init at 1.99.0
...
https://gitlab.gnome.org/GNOME/libpeas/-/compare/libpeas-1.36.0...1.99.0
2023-11-21 08:41:43 +01:00
natsukium
71f5ffa84e
python311Packages.mdtraj: init at 1.9.9
2023-11-21 15:13:50 +09:00
huantian
a09acf2903
discord-screenaudio: init at 1.9.2
2023-11-20 18:28:15 -08:00
Weijia Wang
12b56aea48
osl: fix build on darwin
2023-11-21 00:59:10 +01:00
Robert Schütz
4bd758c963
qutebrowser: use spliced qt6Packages
2023-11-21 01:31:58 +02:00
Robert Schütz
d248a1e7f7
qutebrowser-qt5: replace qt5.qutebrowser
...
Applications don't belong in the qt5 scope.
2023-11-21 01:31:58 +02:00
Naïm Favier
b6eba20e67
Merge pull request #268658 from jtbx/teeworlds-buildClient
...
teeworlds, ddnet: add buildClient feature flag
2023-11-20 23:45:13 +01:00
Peder Bergebakken Sundt
cebd3d5eff
Merge pull request #268352 from mausch/kubedock
...
kubedock: init at 0.14.1
2023-11-20 22:40:11 +01:00
Peder Bergebakken Sundt
d2ecccdc37
Merge pull request #268081 from a-n-n-a-l-e-e/dbt-python-fixes
...
python311Packages.dbt-semantic-interfaces: init at 0.2.2 , add dep to dbt-core; fix builds
2023-11-20 22:36:30 +01:00
annalee
24268979b9
python311Packages.dbt-semantic-interfaces: init at 0.2.2
...
dbt-semantic-interfaces is required by dbt-core
2023-11-20 20:08:59 +00:00
Nick Cao
24ce042ce1
Merge pull request #268780 from RaitoBezarius/release-toplevel
...
pkgs/top-level/release: drop nodejs 16 exception
2023-11-20 14:30:06 -05:00
Nick Cao
af76d9e3bb
Merge pull request #268592 from ilya-fedin/telegram-darwin
...
telegram-desktop: build on Darwin
2023-11-20 13:55:26 -05:00
Raito Bezarius
389b175993
pkgs/top-level/release: drop nodejs 16 exception
...
Node.js 16.20.2 was an insecure but cached package, it is not necessary
to keep it anymore as Node.js 16 was dropped.
2023-11-20 18:50:14 +01:00
Jeremy
9c0e68d9a8
ddnet: add buildClient feature flag
...
see 2fdbababe1
2023-11-21 06:43:03 +13:00
Jeremy
2fdbababe1
teeworlds: add buildClient feature flag
...
Allows for only building the Teeworlds server (for example, in a
headless environment). This gets rid of a great deal of dependencies
which would be unneccessary in a headless server.
Also added the package "teeworlds-server" in all-packages.nix, defined
as an override.
2023-11-21 06:41:41 +13:00
Weijia Wang
ecad114d30
Merge pull request #227678 from r-ryantm/auto-update/gensio
...
gensio: 2.6.2 -> 2.7.7
2023-11-20 15:00:27 +01:00
ShaddyDC
96e3dd4aa1
osl: fix build, 1.12.13.0 -> 1.12.14.0
2023-11-20 11:07:30 +01:00
Mauricio Scheffer
cbc2d7cbfe
kubedock: init at 0.14.1
2023-11-20 08:29:52 +00:00