Sergei Trofimovich
ef801a74bb
opencollada: switch from disable-warnings-if-gcc13
to removing -Werror
...
It's a no-op change that consolidates flag changes ina single `.nix`
file. While at it moved `pcre.patch` into `patches` from `postPatch`.
Co-authored-by: Alexis Hildebrandt <afh@surryhill.net>
2024-03-02 09:53:03 +00:00
github-actions[bot]
9819563ca9
Merge master into staging-next
2024-03-02 06:00:53 +00:00
Gabriella Gonzalez
b8698cd8d6
macOS support for NixOS tests ( #282401 )
...
Closes #193336
Closes #261694
Related to #108984
The goal here was to get the following flake to build and run on
`aarch64-darwin`:
```nix
{ inputs.nixpkgs.url = <this branch>;
outputs = { nixpkgs, ... }: {
checks.aarch64-darwin.default =
nixpkgs.legacyPackages.aarch64-darwin.nixosTest {
name = "test";
nodes.machine = { };
testScript = "";
};
};
}
```
… and after this change it does. There's no longer a need for the
user to set `nodes.*.nixpkgs.pkgs` or
`nodes.*.virtualisation.host.pkgs` as the correct values are inferred
from the host system.
2024-03-02 06:33:14 +01:00
Mario Rodas
7e110418c8
Merge pull request #292609 from xrelkd/update/cargo-bloat
...
cargo-bloat: add `meta.mainProgram`
2024-03-01 23:40:48 -05:00
Mario Rodas
37d0669466
Merge pull request #287403 from trofi/graphia-gcc-13-fix-update
...
graphia: 3.2 -> 4.2
2024-03-01 23:26:37 -05:00
Mario Rodas
293d6a84c2
Merge pull request #291924 from trofi/vertcoind-drop-redundant-disable-warnings-if-gcc13
...
vertcoind: drop redundant `disable-warnings-if-gcc13`
2024-03-01 23:23:53 -05:00
Mario Rodas
dccb05e411
Merge pull request #292434 from trofi/proj-drop-redundant-disable-warnings-if-gcc13
...
proj: drop redundant `disable-warnings-if-gcc13`
2024-03-01 23:23:30 -05:00
Mario Rodas
6f4f97cb9c
Merge pull request #292655 from trofi/reproc-drop-redundant-disable-warnings-if-gcc13
...
reproc: drop redundant `disable-warnings-if-gcc13`
2024-03-01 23:20:31 -05:00
Mario Rodas
7e0ee95ed9
Merge pull request #292666 from trofi/btop-drop-redundant-disable-warnings-if-gcc13
...
btop: drop redundant `disable-warnings-if-gcc13`
2024-03-01 23:20:19 -05:00
Mario Rodas
15b6c77f27
Merge pull request #292681 from trofi/google-cloud-cpp-drop-redundant-disable-warnings-if-gcc13
...
google-cloud-cpp: drop redundant `disable-warnings-if-gcc13`
2024-03-01 23:18:30 -05:00
annalee
a04ddbe327
Merge remote-tracking branch 'upstream/master' into sn-remove
2024-03-02 04:08:10 +00:00
Anderson Torres
8a6251839a
duden: migrate to python-modules
...
Because it is a "dual package": a Python app and lib.
2024-03-01 22:29:34 -03:00
Robert Scott
49ebee33e7
Merge pull request #292345 from zimbatm/mdsh-0.8.0
...
mdsh: 0.7.0 -> 0.8.0
2024-03-02 00:56:19 +00:00
Robert Scott
fdf858c1fe
routinator: fix build on darwin
2024-03-01 23:04:18 +00:00
Sergei Trofimovich
e44cce2a3c
google-cloud-cpp: drop redundant disable-warnings-if-gcc13
2024-03-01 22:56:54 +00:00
éclairevoyant
3924605af7
Merge pull request #261501 from Gerg-L/spotifywm
...
spotifywm: ensure all files are propagated
2024-03-01 22:27:34 +00:00
Silvan Mosberger
9356555ac0
libmicrohttpd: Refactor to inherit
...
The `pkgs/by-name` check currently fails on the staging-next merge into
master (https://github.com/NixOS/nixpkgs/actions/runs/8110296543/job/22167262748 )
because it contains the changes of https://github.com/NixOS/nixpkgs/pull/278920 , which introduced a "new" package using `callPackage` but not using `pkgs/by-name`.
This was never noticed in that PR because CI last ran almosts 2 months ago, which is before the check for new packages was introduced.
This wouldn't be a problem normally, it's only become a problem because
of the staging-next merge into master, which effectively PRs the same
change again (and the `pkgs/by-name` check doesn't try to distinguish
between branches).
The fix for this is a bit special because it's not actually a "new"
package, but rather just a new version of an existing package. The
`pkgs/by-name` check can't distinguish between such cases though.
So instead we make sure that the `pkgs/by-name` check doesn't think of
it as a package using `callPackage` by using the recommendation for
multi-versioned packages from
https://github.com/NixOS/nixpkgs/pull/292214 .
2024-03-01 23:26:39 +01:00
Sergei Trofimovich
4e8281c904
btop: drop redundant disable-warnings-if-gcc13
2024-03-01 21:35:39 +00:00
Sergei Trofimovich
c97effabc1
reproc: drop redundant disable-warnings-if-gcc13
2024-03-01 20:54:05 +00:00
Felix Singer
18cf4d44dc
Rename package flashrom-stable to flashprog
...
flashprog, formerly flashrom-stable, got separated and is its own
project now. Thus, rename the formerly known package flashrom-stable to
flashprog and adjust all references and meta data.
Update to the newest available release 1.0.1.
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2024-03-01 21:36:41 +01:00
Nick Cao
cb9d82b0c4
Merge pull request #292619 from RaitoBezarius/garage-update
...
garage_0_8: 0.8.5 -> 0.8.6, garage: 0.9.1 -> 0.9.2
2024-03-01 15:21:39 -05:00
Alyssa Ross
ee9c2b7c6a
llvmPackages_16.mlir: init
...
The Nixpkgs release code generates a list of attributes on
x86_64-linux, then tries to evaluate them on all platforms. This
meant that Darwin evals broke when llvmPackages was bumped to 17 on
Linux, because the list of attributes is evaluated for Linux, finds an
llvmPackages.mlir attribute, then gets an evaluation error when it
tries to evalute that on Darwin. The easiest fix is to just make sure
an llvmPackages.mlir attribute exists on Darwin too.
2024-03-01 20:59:17 +01:00
Pol Dellaiera
c6a6cdaf35
Merge pull request #291413 from atorres1985-contrib/ltris
...
ltris: 1.2.7 -> 1.2.8
2024-03-01 19:44:28 +01:00
Cosima Neidahl
b07edac38a
Merge pull request #289297 from OPNA2608/update/ptcollab
...
ptcollab: 0.6.4.7 -> 0.6.4.8
2024-03-01 19:06:14 +01:00
Raito Bezarius
b041481ef3
garage: 0.9.1 -> 0.9.2
...
https://git.deuxfleurs.fr/Deuxfleurs/garage/releases/tag/v0.9.2
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-03-01 18:05:18 +01:00
Raito Bezarius
19bfc60e9f
garage_0_8: 0.8.5 -> 0.8.6
...
https://git.deuxfleurs.fr/Deuxfleurs/garage/releases/tag/v0.8.6
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-03-01 18:05:02 +01:00
xrelkd
253d5068d8
cargo-bloat: migrate to by-name
2024-03-02 00:36:05 +08:00
Nick Cao
81ed07d28a
fcitx5-with-addons: build for both qt versions
2024-03-01 11:12:00 -05:00
Nick Cao
6fb9849e68
fcitx5-configtool: build for both qt versions
2024-03-01 11:10:27 -05:00
Nick Cao
45e4e8f973
fcitx5-chinese-addons: build for both qt versions
2024-03-01 10:44:07 -05:00
Nick Cao
51f1291ea5
fcitx5-unikey: build for both qt versions
2024-03-01 10:44:06 -05:00
Nick Cao
0b5b74bbeb
fcitx5-skk: build for both qt versions
2024-03-01 10:44:06 -05:00
Nick Cao
9336fcc5ae
fcitx5: drop superfluous use of libsForQt5.callPackage
2024-03-01 10:44:05 -05:00
Adam C. Stephens
b52452f8c7
Merge pull request #291951 from amarshall/zfs-pkgs-renaming
...
zfs: rename zfsStable -> zfs_2_2; zfsUnstable -> zfs_unstable; remove enableUnstable option in favor of package
2024-03-01 10:09:12 -05:00
7c6f434c
7cd98160ab
Merge pull request #292348 from hraban/sbcl-2.4.2
...
sbcl: 2.4.1 -> 2.4.2
2024-03-01 14:25:28 +00:00
Minijackson
98aea3b294
sequoia-sq: move to pkgs/by-name/ directory
2024-03-01 15:15:39 +01:00
Andrew Marshall
29a1b11f91
zfs_*: Avoid failing pkgs/by-name migration check
...
See also https://github.com/NixOS/nixpkgs/pull/292214
2024-03-01 08:20:58 -05:00
Anderson Torres
7f347f109a
wlogout: migrate to by-name
2024-03-01 10:14:12 -03:00
github-actions[bot]
18bc3c64e6
Merge master into staging-next
2024-03-01 12:00:58 +00:00
éclairevoyant
861b56407f
Merge pull request #270449 from phunehehe/remove-archiveopteryx
...
archiveopteryx: remove
2024-03-01 11:21:37 +00:00
Atemu
bbfd38289c
Merge pull request #290686 from iwanb/jacktrip2
...
jacktrip: 1.10.1 -> 2.2.2
2024-03-01 11:15:21 +00:00
Alyssa Ross
f17bf25b4e
llvmPackages: 16.0.6 -> 17.0.6 on Linux
...
rustc is already using LLVM 17, so as long as we don't find that
anything widely used part of a NixOS system has a hard requirement of
LLVM 16 over LLVM 17, it makes sense to upgrade the default to
minimise the number of LLVMs in closures.
All my systems build fine with LLVM 17 as the default.
2024-03-01 11:33:33 +01:00
Marcel
1d39985078
listmonk: move to pkgs/by-name
2024-03-01 10:52:28 +01:00
github-actions[bot]
40db980292
Merge staging-next into staging
2024-03-01 06:01:45 +00:00
Hoang Xuan Phu
c676811431
archiveopteryx: remove
...
This package currently uses an unsupported version of OpenSSL. The update seems simple enough, but I no longer use the package, and don't have the environment to test it anymore
If someone else adopts the package please feel free to reject this
2024-03-01 00:20:59 -05:00
Mario Rodas
244ee5631a
Merge pull request #291929 from trofi/gmsh-drop-redundant-disable-warnings-if-gcc13
...
gmsh: drop redundant `disable-warnings-if-gcc13`
2024-02-29 21:33:49 -05:00
Mario Rodas
87999882cf
Merge pull request #291693 from trofi/intel-media-sdk-no-warning-hack
...
intel-media-sdk: drop redundant `disable-warnings-if-gcc13`
2024-02-29 21:33:34 -05:00
Anderson Torres
ad383118e3
ltris: migrate to by-name
2024-02-29 22:11:38 -03:00
github-actions[bot]
18e39b9167
Merge staging-next into staging
2024-03-01 00:02:47 +00:00
Sergei Trofimovich
9ad4d0a7a8
proj: drop redundant disable-warnings-if-gcc13
2024-02-29 22:07:40 +00:00
superherointj
dfd3ba16dc
k3s: k3s_1_28 -> k3s_1_29
...
Changelog & upgrade notes: https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.29.md#urgent-upgrade-notes
Tracking issue: https://github.com/NixOS/nixpkgs/pull/292418
2024-02-29 18:26:49 -03:00
Vladimír Čunát
5ec0e03492
Merge #278061 : libedit: update and adopt
...
...into staging
2024-02-29 19:14:55 +01:00
Nick Cao
b5f6e3881a
Merge pull request #292232 from NickCao/fcitx5-qt-split
...
qt6Packages.fcitx5-qt: init
2024-02-29 13:14:35 -05:00
github-actions[bot]
c7d7e4a7a5
Merge staging-next into staging
2024-02-29 18:01:30 +00:00
Sandro Jäckel
44c70a3707
libgit2_1_5: drop
2024-02-29 18:54:37 +01:00
Sandro Jäckel
49bb96edf1
libgit2_1_3_0: drop
2024-02-29 18:54:37 +01:00
Sandro Jäckel
b9a613aa8c
turbogit: make libgit2 override local to package
...
This is the last user of an old libgit2 version which cannot
easily be updated and takes away the burden from the libgit2
maintainers.
2024-02-29 18:54:37 +01:00
Sandro Jäckel
793ef7f7fc
libgit2_1_6: drop
2024-02-29 18:54:37 +01:00
Pol Dellaiera
d1c2714639
Merge pull request #290945 from leahneukirchen/outils-0.13
...
outils: 0.10 -> 0.13
2024-02-29 18:54:25 +01:00
Hraban Luyat
c3f3caa6d1
sbcl: 2.4.1 -> 2.4.2
2024-02-29 10:34:34 -05:00
Thiago Kenji Okada
49a6ffcb8f
Merge pull request #291446 from atorres1985-contrib/edbrowse
...
edbrowse: enable Unix ODBC support
2024-02-29 15:32:50 +00:00
Thiago Kenji Okada
23007e87a0
Merge pull request #291629 from atorres1985-contrib/home-manager
...
home-manager: 0-unstable-2024-02-20 -> 0-unstable-2024-02-24
2024-02-29 15:32:16 +00:00
zimbatm
e3597ddd55
mdsh: 0.7.0 -> 0.8.0
...
And also move it to pkgs/by-name
2024-02-29 15:37:32 +01:00
Leah Neukirchen
9a2784c652
outils: 0.10 -> 0.13
2024-02-29 14:43:29 +01:00
éclairevoyant
24293b4f10
Merge pull request #275543 from eclairevoyant/chrysalis
...
chrysalis: move to `pkgs/by-name`, set `passthru.updateScript`, 0.13.2 -> 0.13.3
2024-02-29 12:48:35 +00:00
github-actions[bot]
81a57dc133
Merge staging-next into staging
2024-02-29 12:02:30 +00:00
Arnout Engelen
728d2d1fd9
Merge pull request #287805 from raboof/sway-update-to-1.9
...
sway: 1.8.1 -> 1.9.0
2024-02-29 12:06:52 +01:00
Arnout Engelen
36e51d7cbf
sway: 1.8.1 -> 1.9.0
...
Co-authored-by: Phileas Lebada <norpol@users.noreply.github.com>
Co-authored-by: éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
2024-02-29 11:37:30 +01:00
Fabian Affolter
f3d8707bea
Merge pull request #291429 from fabaff/clarifai-bump
...
python311Packages.clarifai: 9.11.1 -> 10.1.0
2024-02-29 10:18:13 +01:00
Fabian Affolter
06496c9f37
Merge pull request #292034 from fabaff/types-lxml
...
python311Packages.types-lxml: init at 2024.02.09
2024-02-29 09:17:06 +01:00
Martin Weinelt
65b31e498a
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
- pkgs/development/python-modules/influxdb/default.nix
- pkgs/development/tools/misc/binutils/default.nix
2024-02-29 07:19:15 +01:00
OTABI Tomoya
9d829f3ddf
Merge pull request #289044 from ViZiD/python-idzip
...
python311Packages.python-idzip init at 0.3.9
2024-02-29 14:48:55 +09:00
Nick Cao
dfbc49a58a
fcitx5-with-addons: include both fcitx5-qt5 and fcitx5-qt6
2024-02-28 22:32:04 -05:00
Nick Cao
6479f63ecb
qt6Packages.fcitx5-qt: init
2024-02-28 22:29:08 -05:00
Franz Pletz
eca0e285be
Merge pull request #291662 from atorres1985-contrib/vlc
2024-02-29 02:05:17 +01:00
Franz Pletz
68514dfee0
Merge pull request #292181 from Stunkymonkey/moneyplex-remove
2024-02-29 01:41:49 +01:00
Felix Buehler
11f98c0d75
moneyplex: remove
...
unmaintained for years, never updated and the download no longer works.
2024-02-29 00:19:25 +01:00
Julian Stecklina
7dd125e9a0
virtualboxKvm: init at 20240226
2024-02-28 17:36:22 +01:00
K900
606c879892
syncthingtray: support building with qt6
2024-02-28 18:49:32 +03:00
K900
ce77225e21
pkgs/kde: init at 6.0.0 / 24.02.0, the Nix bits
...
This is the thing you want to look at.
2024-02-28 18:49:23 +03:00
K900
65ae5aa8d8
accounts-qt, signond: add Qt6 support
2024-02-28 18:49:12 +03:00
K900
a06fbd061a
kcolorpicker, kimageannotator: update, add Qt6 support
2024-02-28 18:49:12 +03:00
Nick Cao
7bda846fef
Merge pull request #291926 from trofi/litecoin-litecoind-drop-redundant-disable-warnings-if-gcc13
...
litecoin, litecoind: drop redundant `disable-warnings-if-gcc13`
2024-02-28 10:10:46 -05:00
yihuang
267735f785
doc: fix darwin-builder doc ( #291518 )
2024-02-28 06:36:13 -08:00
Mario Rodas
1cd1a6e4ab
Merge pull request #291162 from xrelkd/update/sn0int
...
sn0int: install shell completions
2024-02-28 08:59:02 -05:00
Mario Rodas
916c2eb008
Merge pull request #291086 from xrelkd/update/wit-bindgen
...
wit-bindgen: 0.17.0 -> 0.19.1
2024-02-28 08:45:06 -05:00
Mario Rodas
edf2734483
Merge pull request #290968 from xrelkd/update/cargo-make
...
cargo-make: 0.37.9 -> 0.37.10
2024-02-28 08:44:40 -05:00
Radik Islamov
fa6812067d
python311Packages.python-idzip init at 0.3.9
2024-02-28 17:32:10 +05:00
github-actions[bot]
074a096a37
Merge staging-next into staging
2024-02-28 12:01:39 +00:00
Alyssa Ross
dc6eafa64f
linux_6_5: remove
2024-02-28 12:48:08 +01:00
kirillrdy
44dff7c2c0
Merge pull request #290078 from nevivurn/feat/unison-2.53.4
...
unison: 2.53.2 -> 2.53.4
2024-02-28 19:49:45 +11:00
Fabian Affolter
66136fc1ab
python311Packages.types-lxml: init at 2024.02.09
...
Complete lxml external type annotation
https://github.com/abelcheung/types-lxml
2024-02-28 09:01:21 +01:00
toastal
7eb1e9bf0a
ocamlPackages.xxhash: init at 0.2
...
0.1 is an ‘official’ release, but 0.2 tag includes updates
2024-02-28 07:49:43 +01:00
github-actions[bot]
6de655cb49
Merge staging-next into staging
2024-02-28 06:01:43 +00:00
Stig
200e73d977
Merge pull request #291766 from xworld21/latexml-0.8.8
...
perlPackages.LaTeXML: 0.8.7 -> 0.8.8
2024-02-28 02:32:03 +01:00
Robert Schütz
54a3e9ec0d
Merge pull request #290657 from dotlambda/pyexiftool-init
...
python311Packages.pyexiftool: init at 0.5.6
2024-02-28 01:24:30 +00:00
Robert Schütz
a37e0afd00
Merge pull request #291410 from amarshall/bitwarden-desktop-rename
...
bitwarden-desktop: rename from bitwarden; misc cleanup
2024-02-28 01:14:41 +00:00
Robert Schütz
8473101237
Merge pull request #288207 from dotlambda/ibis-framework-8.0.0
...
python311Packages.ibis-framework: 7.1.0 -> 8.0.0
2024-02-28 00:54:20 +00:00
github-actions[bot]
3174119b20
Merge staging-next into staging
2024-02-28 00:02:28 +00:00
Andrew Marshall
929fcf9335
zfs_unstable: Rename from zfsUnstable
...
This matches the naming of other zfs_* pkgs.
2024-02-27 18:45:55 -05:00
Andrew Marshall
dcff4f8318
zfs_2_2: Rename from zfsStable
...
The `zfs` alias already has equivalent semantics. Instead, make this
like zfs_2_1 so folks who want to pin a specific release series can do
so easily and clearly to have more control over when more substantial
updates occur.
Rename all tests to match the pkg attr they are testing.
2024-02-27 18:45:43 -05:00
Yt
f35896eab2
Merge pull request #291335 from soywod/himalaya-v1.0.0-beta.3
...
himalaya: 1.0.0-beta.2 -> 1.0.0-beta.3
2024-02-27 23:15:17 +00:00
Pol Dellaiera
3cdf5be0dc
gpt4all: rename gpt4all-chat
in gpt4all
2024-02-27 23:35:04 +01:00
Sergei Trofimovich
f28c29a7d5
gmsh: drop redundant disable-warnings-if-gcc13
2024-02-27 22:09:47 +00:00
Sergei Trofimovich
b5c084e1de
litecoin, litecoind: drop redundant disable-warnings-if-gcc13
2024-02-27 21:51:49 +00:00
Sergei Trofimovich
840b51eecf
vertcoind: drop redundant disable-warnings-if-gcc13
2024-02-27 21:43:37 +00:00
github-actions[bot]
d2cfd53fa4
Merge staging-next into staging
2024-02-27 18:01:33 +00:00
Fabian Affolter
6a147367c8
python311Packages.llama-index-readers-json: init at 0.1.2
2024-02-27 17:36:58 +01:00
Fabian Affolter
b1778d125a
python311Packages.llama-index-readers-weather: init at 0.1.4
2024-02-27 17:36:58 +01:00
Fabian Affolter
efe56d420f
python311Packages.llama-index-embeddings-gemini: init at 0.1.3
2024-02-27 17:36:58 +01:00
Fabian Affolter
de62316bd7
python311Packages.llama-index-embeddings-google: init at 0.10.12
2024-02-27 17:36:57 +01:00
Fabian Affolter
82f4c29ae7
python311Packages.llama-index: init at 0.10.12
2024-02-27 17:36:57 +01:00
Fabian Affolter
77562929b1
python311Packages.llama-index-question-gen-openai: init at 0.10.12
2024-02-27 17:36:57 +01:00
Fabian Affolter
56f960b94d
python311Packages.llama-index-legacy: init at 0.10.12
2024-02-27 17:36:57 +01:00
Fabian Affolter
5753976240
python311Packages.llama-index-indices-managed-llama-cloud: init at 0.10.12
2024-02-27 17:36:57 +01:00
Fabian Affolter
d1599c28a7
python311Packages.llama-index-cli: init at 0.10.12
2024-02-27 17:36:57 +01:00
Fabian Affolter
9b319de689
python311Packages.llama-index-vector-stores-chroma: init at 0.10.12
2024-02-27 17:36:57 +01:00
Fabian Affolter
a2a7cdd1cc
python311Packages.chromadb: init at 0.4.23
...
The AI-native open-source embedding database
https://github.com/chroma-core/chroma
2024-02-27 17:36:57 +01:00
Fabian Affolter
bfd8bf5846
python311Packages.pulsar-client: init at 3.4.0
...
https://pypi.org/project/pulsar-client/
2024-02-27 17:36:56 +01:00
Fabian Affolter
681d70b6da
python311Packages.opentelemetry-instrumentation-fastapi: init at 0.43b0
2024-02-27 17:36:56 +01:00
Fabian Affolter
2e25e2192d
python311Packages.chroma-hnswlib: init at 0.7.3
...
Header-only C++/python library for fast approximate nearest neighbors
https://github.com/chroma-core/hnswlib
2024-02-27 17:36:56 +01:00
Emily
972f713a59
Merge pull request #291409 from stuebinm/mattermost-esr-update
...
mattermost 8.1.10 → 9.5.1
2024-02-27 16:26:39 +01:00
Nick Cao
3c6b3fdd4d
Merge pull request #291833 from r-ryantm/auto-update/tippecanoe
...
tippecanoe: 2.45.0 -> 2.46.0
2024-02-27 09:35:17 -05:00
lassulus
f0be46e1ce
Merge pull request #290872 from toastal/lightningcss-1.24.0
...
lightningcss: 1.23.0 → 1.24.0
2024-02-27 20:54:41 +07:00
Nick Cao
0990195827
Merge pull request #291696 from trofi/libe57format-drop-redundant-disable-warnings-if-gcc13
...
libe57format: drop redundant `disable-warnings-if-gcc13`
2024-02-27 08:43:50 -05:00
Nick Cao
5cf86d0f5e
Merge pull request #291711 from trofi/wownero-drop-redundant-disable-warnings-if-gcc13
...
wownero: drop redundant `disable-warnings-if-gcc13`
2024-02-27 08:43:02 -05:00
Nikolay Korotkiy
2148188a55
tippecanoe: migrate to by-name
2024-02-27 17:34:42 +04:00
github-actions[bot]
51f9ea2d15
Merge staging-next into staging
2024-02-27 12:02:07 +00:00
Thomas Heijligen
2f475415b7
python3Packages.e3-testsuite: init at v26.0
2024-02-27 12:21:41 +01:00
Alyssa Ross
1d15da7369
imhex: unstable-2023-10-01 -> 1.32.2
...
Not compatible with LLVM 16. We'll hopefully be bumping the default
to 17 soon on Linux anyway, but since this package seems to be
explicit about LLVM version required anyway.
2024-02-27 12:03:08 +01:00
Martin Weinelt
e03a74e5cc
linuxPackages: 6.1 -> 6.6
...
The latest longterm kernel release series is 6.6, and we should roll it
out as the default now, to receive as much testing as possible before
the NixOS 24.05 release.
2024-02-27 12:02:10 +01:00
Vincenzo Mantova
489310e2ec
perlPackages.LaTeXML: set mainProgram to latexmlc
...
A typical latexml call needs to be followed by latexmlpost. The binary
latexmlc can do the work of both with essentially the same interface.
2024-02-27 09:29:41 +00:00
Vincenzo Mantova
ecf7cac183
perlPackages.LaTeXML: 0.8.7 -> 0.8.8
2024-02-27 09:23:32 +00:00
OTABI Tomoya
87e73e986c
Merge pull request #290328 from atorres1985-contrib/byobu
...
byobu: 5.133 -> 6.12
2024-02-27 18:16:10 +09:00
Weijia Wang
81c45357ec
Merge pull request #291254 from wegank/ueberzugpp-bump
...
ueberzugpp: 2.9.2 -> 2.9.4
2024-02-27 08:50:50 +01:00
github-actions[bot]
a5a29bafa6
Merge staging-next into staging
2024-02-27 06:01:24 +00:00
Sergei Trofimovich
d68dffe8b0
wownero: drop redundant disable-warnings-if-gcc13
2024-02-27 00:43:29 +00:00
github-actions[bot]
ac95e31c0c
Merge staging-next into staging
2024-02-27 00:02:36 +00:00
Sergei Trofimovich
bfecb59be0
libe57format: drop redundant disable-warnings-if-gcc13
2024-02-26 23:05:47 +00:00
Sergei Trofimovich
8c8ea7c9c3
intel-media-sdk: drop redundant disable-warnings-if-gcc13
2024-02-26 22:57:37 +00:00
Anderson Torres
c52a056f18
vlc: migrate to by-name
2024-02-26 17:40:16 -03:00
Anderson Torres
68920d13ae
vlc: refactor
...
- get rid of libsForQt5.callPackage, for the future by-name migration;
- use libsForQt5 to call the QT5 packages;
- rewrite postPatch - I do not like comments in embedded code;
- reorder the phases
2024-02-26 17:40:16 -03:00
Atemu
6d7b0ddfe0
Merge pull request #289595 from coffee-is-power/patch-1
...
eww: unstable-2023-08-18 -> 0.5.0
2024-02-26 20:20:03 +00:00
Thomas Gerbet
3a19a727c8
Merge pull request #285828 from drupol/php/remove-COMPOSER-ROOT-VERSION-env
...
build-support/php: set `COMPOSER_ROOT_VERSION` environment variable
2024-02-26 20:38:02 +01:00
Anderson Torres
f3f12bd7b9
home-manager: migrate to by-name
2024-02-26 15:18:13 -03:00
github-actions[bot]
d6b3e91345
Merge staging-next into staging
2024-02-26 18:01:24 +00:00
Sandro
7dd3d6c1d0
Merge pull request #290955 from sikmir/telescope
...
telescope: 0.8.1 → 0.9
2024-02-26 18:10:40 +01:00
Nick Cao
56a90c720d
Merge pull request #291193 from SuperSamus/itch-update
...
itch: 26.1.2 -> 26.1.3
2024-02-26 10:31:36 -05:00
Emily
4eb3a709fd
Merge pull request #278607 from jmbaur/docker-25
...
docker_25: init at 25.0.3
2024-02-26 15:46:14 +01:00
a-n-n-a-l-e-e
36a204129d
Merge pull request #289323 from ElleNajt/update-datafusion
...
python3Packages.datafusion: 25.0.0 -> 35.0.0
2024-02-26 04:13:50 -08:00
github-actions[bot]
50d12072e0
Merge staging-next into staging
2024-02-26 12:01:37 +00:00
Alyssa Ross
d7deb8a89d
linux_6_7,linux_testing: patch for Rust 1.76.0
2024-02-26 11:32:10 +01:00
Alyssa Ross
866d117d42
cargo,rustc: 1.75.0 -> 1.76.0
2024-02-26 11:32:10 +01:00
Ulrik Strid
0e9d104e79
Merge pull request #290982 from vbgl/ocaml-exit-mirage-fs
...
ocamlPackages.mirage-fs: remove at 4.0.0
2024-02-26 08:21:26 +01:00
Weijia Wang
fd5473b6f3
Merge pull request #290873 from oluceps/clash-meta-update
...
clash-meta: 1.16.0 -> 1.18.1
2024-02-26 07:34:01 +01:00
github-actions[bot]
bdbd5d00f5
Merge staging-next into staging
2024-02-26 06:01:38 +00:00
kirillrdy
e3474e1d1e
Merge pull request #287889 from trofi/ripes-gcc-13-fix-update
...
ripes: 2.2.6 -> 2.2.6-unstable-2024-01-02
2024-02-26 16:36:40 +11:00
Mario Rodas
ffe913a31a
atlas: 0.19.0 -> 0.19.1
...
Diff: https://github.com/ariga/atlas/compare/v0.19.0...v0.19.1
Changelog: https://github.com/ariga/atlas/releases/tag/v0.19.1
2024-02-26 04:20:00 +00:00
Nick Cao
4b795e32d5
Merge pull request #291691 from trofi/pcsx2-no-warning-hack
...
pcsx2: drop redundant `disable-warnings-if-gcc13`
2024-02-26 20:56:00 -05:00
Matthieu Coudron
6baa27147e
Merge pull request #290482 from avdv/rpl-1.15.5
...
rpl: 1.10 -> 1.15.5
2024-02-27 01:25:46 +01:00
Sergei Trofimovich
97df065a13
pcsx2: drop redundant disable-warnings-if-gcc13
2024-02-26 22:54:04 +00:00
Adam C. Stephens
af810fc67e
Merge pull request #284874 from shlevy/ovmf-ms
...
Enable MS-compatible secure boot with OVMF
2024-02-25 22:34:05 -05:00
Andrew Marshall
4ff953a95a
bitwarden-desktop: rename from bitwarden
...
Upstream calls it Bitwarden Desktop, and we have other “bitwarden-*”
packages, so having an unsuffixed one can be confusing.
I assume the hash for cargoDeps is changing since it encodes the pname.
2024-02-25 22:21:58 -05:00
Andrew Marshall
0187d7e4f4
bitwarden-cli: move to pkgs/by-name
2024-02-25 22:21:57 -05:00
Andrew Marshall
eec60b7f3c
bitwarden: move to pkgs/by-name
2024-02-25 22:21:57 -05:00
github-actions[bot]
08da949b49
Merge staging-next into staging
2024-02-26 00:02:38 +00:00
Anderson Torres
98802aa75a
edbrowse: migrate to by-name
2024-02-25 18:41:45 -03:00
Fabian Affolter
9b640555cf
Merge pull request #291171 from fabaff/orbax-checkpoint
...
python311Packages.orbax-checkpoint: init at 0.5.3
2024-02-25 22:11:29 +01:00
github-actions[bot]
41e7732291
Merge staging-next into staging
2024-02-25 18:01:23 +00:00
stuebinm
086388fc15
mattermost: 8.1.10 → 9.5.1
...
This jumps Mattermost ESR Versions (see [1] for their release cycle). The
new version makes use of Go's workspace feature, which unfortunately the
buildGoModule function does not (yet?) support [2], which breaks the
previous build process for mattermost.
Further, the new release also makes use of private modules only included
in the (non-free) enterprise version of mattermost which makes it impossible
to build in the usual way even outside of nixpkgs's build abstractions [3].
Both issues can be solved by using Go 1.22, which has added support for
vendoring when using workspaces, and instructing it to ignore errors with
the -e flag. This requires overriding the go-modules derivation's
buildPhase, and still produces a functional binary.
[1] https://docs.mattermost.com/upgrade/extended-support-release.html
[2] https://github.com/NixOS/nixpkgs/issues/203039
[3] https://github.com/mattermost/mattermost/issues/26221
2024-02-25 18:49:15 +01:00
Thomas Heijligen
467c84e2c6
gnatPackages: Build all ada-modules with gnat12 and gnat13
...
Add namespace gnat12Packages and gnat13Packages to get ada-modules build
with a specific gnat version.
For gnatprove this means building the gnat12 and gnat13 version.
2024-02-25 18:19:50 +01:00
Thomas Heijligen
f2a142727c
gnatPackages: Add scope for all ada packages
...
Ada depencencies musst be build with the same gnat version as the
project. Use a namespace as preperation to build with different gnat
versions.
gprbuild and gnatprove are still globaly visable.
2024-02-25 18:19:50 +01:00
Thomas Heijligen
c1b5933e79
gnatprove: Rename spark2014
...
Gnatprove is the tool distributed out of the spark2014 repository.
AdaCore, the developer behind it, distribute it under the name gnatprove
in the Ada alire package repository [0].
Rename the package to keep in line with other distribution channels.
[0] https://alire.ada.dev/crates/gnatprove
2024-02-25 18:19:50 +01:00
Pol Dellaiera
ddb92f079f
phpExtensions.relay: remove obsolete inherit
2024-02-25 17:35:08 +01:00
Pol Dellaiera
6addd08220
phpExtensions.blackfire: remove obsolete inherit
2024-02-25 17:35:08 +01:00
Pol Dellaiera
7e3f284f13
drush: removed, standalone installation are no more supported
2024-02-25 17:35:08 +01:00
Pol Dellaiera
8d0197fe1e
php-codesniffer: init at 3.7.2, phpcs: deprecated, phpcbf: deprecated
2024-02-25 17:35:07 +01:00
Ben Siraphob
42bb2cf47d
Merge pull request #290950 from siraben/git-cliff-update
2024-02-25 10:35:49 -05:00
Fabian Affolter
b7db65036f
python311Packages.llama-index-embeddings-openai: init at 0.10.12
2024-02-25 16:07:08 +01:00
Fabian Affolter
f691d8d4a7
python311Packages.llama-index-multi-modal-llms-openai: init 0.10.12
2024-02-25 15:55:47 +01:00
Fabian Affolter
d2fb7e18ce
python311Packages.llama-index-program-openai: init at 0.10.12
2024-02-25 15:47:00 +01:00
Fabian Affolter
1332bc4068
python311Packages.llama-index-agent-openai: init at 0.10.12
2024-02-25 15:43:19 +01:00
Fabian Affolter
9bf729afde
python311Packages.llama-index-llms-openai: init at 0.10.12
2024-02-25 15:06:29 +01:00
Fabian Affolter
1ab2a11854
python311Packages.llama-index-readers-file: init at 0.10.12
2024-02-25 14:57:58 +01:00
Fabian Affolter
f983edcf38
python311Packages.llama-index-readers-llama-parse: init at 0.10.12
2024-02-25 14:51:13 +01:00
Martin Weinelt
4be1b4c46d
Merge pull request #291297 from dotlambda/systembridgeconnector-init
...
home-assistant: support system_bridge component
2024-02-25 14:50:14 +01:00
Fabian Affolter
81d853a549
python311Packages.llama-parse: init at 0.3.4
...
Parse files into RAG-Optimized formats
https://pypi.org/project/llama-parse/
2024-02-25 14:47:21 +01:00
Fabian Affolter
2d67ca9db4
python311Packages.llama-index-core: init at 0.10.12
2024-02-25 14:44:47 +01:00
Fabian Affolter
51ecaa3f46
python311Packages.llamaindex-py-client: init at 0.1.13
...
Client for LlamaIndex
https://pypi.org/project/llamaindex-py-client/
2024-02-25 14:10:46 +01:00
Fabian Affolter
cb7307a8ac
python311Packages.dirtyjson: init at 1.0.8
...
JSON decoder for Python that can extract data from the muck
https://github.com/codecobblers/dirtyjson
2024-02-25 13:56:14 +01:00
Clément DOUIN
503df1ef98
himalaya: 1.0.0-beta.2 -> 1.0.0-beta.3
2024-02-25 11:53:30 +01:00
Robert Schütz
a05bba99fd
python311Packages.systembridgeconnector: init at 4.0.1
2024-02-24 21:15:31 -08:00
Robert Schütz
f2cd1230bf
python311Packages.systembridgemodels: init at 4.0.0
2024-02-24 21:13:50 -08:00
github-actions[bot]
8eb8b5cbf0
Merge staging-next into staging
2024-02-25 00:02:47 +00:00
Weijia Wang
be840e52ed
ueberzugpp: move to pkgs/by-name
2024-02-24 23:56:57 +01:00
Nikolay Korotkiy
cf9209e72e
Merge pull request #289548 from sikmir/osm2pgsql
...
osm2pgsql: 1.10.0 → 1.11.0
2024-02-25 02:04:08 +04:00
Martino Fontana
a556e7b759
butler: migrate to by-name
2024-02-24 22:44:41 +01:00
Pol Dellaiera
e5f7041952
Merge pull request #290868 from sikmir/orbiton
...
orbiton: 2.65.8 → 2.65.10
2024-02-24 21:48:11 +01:00
Robert Scott
259fabc9ee
Merge pull request #282638 from risicle/ris-trivialautovarinit
...
cc-wrapper: add `trivialautovarinit` hardening flag support
2024-02-24 20:23:31 +00:00
Nicolas Goudry
1d184f7a85
python3Packages.osc-diagram: init at unstable-2023-08-07
2024-02-24 20:51:14 +01:00