Commit Graph

198 Commits

Author SHA1 Message Date
melvyn
90e07d3e55
seahub: 10.0.1 -> 11.0.12 2024-09-28 18:02:20 -04:00
melvyn
e6e65f022c
seafile-server: 10.0.1 -> 11.0.12 2024-09-28 18:02:19 -04:00
github-actions[bot]
8693fc15c4
Merge master into staging-next 2024-09-28 18:04:13 +00:00
R. Ryantm
22e1d617ea sesh: 2.2.0 -> 2.4.0 2024-09-28 04:41:50 +00:00
K900
a9128ce2f2 Merge remote-tracking branch 'origin/master' into staging-next 2024-09-25 21:07:19 +03:00
Rémi NICOLE
92b8452095
sequoia-sq: 0.37.0 -> 0.38.0 (#343087) 2024-09-25 09:02:42 +00:00
Artturin
f0e657f3b1 Merge branch 'master' into staging-next 2024-09-25 06:05:01 +03:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
github-actions[bot]
33e2cbc61f
Merge staging-next into staging 2024-09-20 12:05:56 +00:00
supinie
75d956842c servo: init at 0-unstable-2024-09-09 2024-09-20 09:58:27 +02:00
Doron Behar
e6784a660e sequoia-sq: 0.37.0 -> 0.38.0
Diff: https://gitlab.com/sequoia-pgp/sequoia-sq/-/compare/v0.37.0...v0.38.0

Changelog: https://gitlab.com/sequoia-pgp/sequoia-sq/-/blob/v0.38.0/NEWS
2024-09-19 20:50:29 +03:00
github-actions[bot]
c6e4482b21
Merge staging-next into staging 2024-09-18 12:06:10 +00:00
R. Ryantm
ec9cf7a478 serie: 0.3.0 -> 0.4.0 2024-09-18 10:30:41 +00:00
github-actions[bot]
b638e02a58
Merge staging-next into staging 2024-09-18 00:13:59 +00:00
Nick Cao
fc5264e89b
sendme: 0.15.0 -> 0.16.0 (#342448) 2024-09-17 14:49:46 -04:00
K900
87cbfcba1c Merge remote-tracking branch 'origin/staging-next' into staging 2024-09-17 21:07:02 +03:00
R. Ryantm
2773b6af68 sesh: 2.1.0 -> 2.2.0 2024-09-17 06:02:28 +00:00
R. Ryantm
afec74011e sendme: 0.15.0 -> 0.16.0 2024-09-17 04:31:00 +00:00
github-actions[bot]
84a5c54b60
Merge staging-next into staging 2024-09-15 12:05:26 +00:00
Louis Thevenet
a1ba031cd5
see-cat: init at 0.8.1 2024-09-14 23:08:41 +02:00
Weijia Wang
c65cdc288d
{selenium-manager,python3Packages.selenium}: 4.22.0 -> 4.24.0 (#332066) 2024-09-13 01:46:27 +02:00
Fabián Heredia Montiel
a4145a81d1 treewide: add -Wno-error= due to compilation error with gcc_14 2024-09-11 01:44:17 -06:00
linsui
c078d990ee serpl: 0.1.34 -> 0.3.3 2024-09-08 22:41:37 +08:00
Nick Cao
5aeb1a0d0f
sesh: 2.0.2 -> 2.1.0 (#339970) 2024-09-07 09:54:20 -04:00
R. Ryantm
5828cef58b serie: 0.2.0 -> 0.3.0 2024-09-07 11:59:48 +00:00
R. Ryantm
c9be8e9821 sesh: 2.0.2 -> 2.1.0 2024-09-06 03:31:29 +00:00
R. Ryantm
1385dbfbeb sendme: 0.14.0 -> 0.15.0 2024-09-03 04:07:00 +00:00
Sebastián Mancilla
8d7ccdc915
sesh: 1.2.0 -> 2.0.2 (#336668) 2024-09-01 22:53:24 -04:00
R. Ryantm
560dd7cd9c serie: 0.1.2 -> 0.2.0 2024-08-31 05:15:56 +00:00
Pavel Sobolev
d4dbbff784
selenium-manager: 4.22.0 -> 4.24.0 2024-08-30 20:58:58 +03:00
R. Ryantm
9a1c987cc6 sesh: 1.2.0 -> 2.0.2 2024-08-28 19:18:27 +00:00
Robert Schütz
6c4cdee251 setzer: move to pkgs/by-name 2024-08-26 21:09:49 -07:00
Aleksana
3b133c2d2b
Merge pull request #320700 from sephii/seventeenlands
seventeenlands: init at 0.1.42
2024-08-26 11:46:47 +08:00
Nick Cao
1dd0355547
Merge pull request #336251 from r-ryantm/auto-update/sendme
sendme: 0.13.0 -> 0.14.0
2024-08-21 17:23:54 -04:00
R. Ryantm
b1a83f3a0a sendme: 0.13.0 -> 0.14.0 2024-08-21 04:32:59 +00:00
Peder Bergebakken Sundt
fcdecc256a
treewide: change ${pname} to string literal (#336172)
* adwaita-icon-theme: change `${pname}` to string literal

* alp: change `${pname}` to string literal

* alsa-oss: change `${pname}` to string literal

* alsa-plugins: change `${pname}` to string literal

* alsa-ucm-conf: change `${pname}` to string literal

* alsa-utils: change `${pname}` to string literal

* anyrun: change `${pname}` to string literal

* assemblyscript: change `${pname}` to string literal

* audiobookshelf: change `${pname}` to string literal

* baobab: change `${pname}` to string literal

* braa: change `${pname}` to string literal

* brill: change `${pname}` to string literal

* centrifugo: change `${pname}` to string literal

* cheese: change `${pname}` to string literal

* cljfmt: change `${pname}` to string literal

* coppwr: change `${pname}` to string literal

* cosmic-edit: change `${pname}` to string literal

* cosmic-files: change `${pname}` to string literal

* cosmic-store: change `${pname}` to string literal

* cosmic-term: change `${pname}` to string literal

* crate2nix: change `${pname}` to string literal

* cups-kyocera-3500-4500: change `${pname}` to string literal

* dbqn: change `${pname}` to string literal

* dconf-editor: change `${pname}` to string literal

* devhelp: change `${pname}` to string literal

* dmarc-report-converter: change `${pname}` to string literal

* engage: change `${pname}` to string literal

* eog: change `${pname}` to string literal

* evolution-data-server-gtk4: change `${pname}` to string literal

* find-billy: change `${pname}` to string literal

* firefly-iii: change `${pname}` to string literal

* fuchsia-cursor: change `${pname}` to string literal

* geary: change `${pname}` to string literal

* ghex: change `${pname}` to string literal

* gitg: change `${pname}` to string literal

* glasskube: change `${pname}` to string literal

* gnome.gnome-autoar: change `${pname}` to string literal

* gnome.gnome-calculator: change `${pname}` to string literal

* gnome.gnome-calendar: change `${pname}` to string literal

* gnome.gnome-common: change `${pname}` to string literal

* gnome.gnome-dictionary: change `${pname}` to string literal

* gnome.gnome-disk-utility: change `${pname}` to string literal

* gnome.gnome-font-viewer: change `${pname}` to string literal

* gnome.gnome-keyring: change `${pname}` to string literal

* gnome.gnome-screenshot: change `${pname}` to string literal

* gnome.gnome-system-monitor: change `${pname}` to string literal

* gnome.seahorse: change `${pname}` to string literal

* gnome.simple-scan: change `${pname}` to string literal

* gnome.sushi: change `${pname}` to string literal

* gnome.totem: change `${pname}` to string literal

* gnome.yelp: change `${pname}` to string literal

* gnome.yelp-xsl: change `${pname}` to string literal

* gnucap-full: change `${pname}` to string literal

* goredo: change `${pname}` to string literal

* guile-semver: change `${pname}` to string literal

* halo: change `${pname}` to string literal

* intiface-central: change `${pname}` to string literal

* intune-portal: change `${pname}` to string literal

* iscc: change `${pname}` to string literal

* jetbrains-toolbox: change `${pname}` to string literal

* jnr-posix: change `${pname}` to string literal

* keymapp: change `${pname}` to string literal

* libation: change `${pname}` to string literal

* libeduvpn-common: change `${pname}` to string literal

* libmamba: change `${pname}` to string literal

* littlefs-fuse: change `${pname}` to string literal

* logseq: change `${pname}` to string literal

* lxgw-wenkai-tc: change `${pname}` to string literal

* microsoft-identity-broker: change `${pname}` to string literal

* minetest-mapserver: change `${pname}` to string literal

* msalsdk-dbusclient: change `${pname}` to string literal

* neverest: change `${pname}` to string literal

* nf-test: change `${pname}` to string literal

* numbat: change `${pname}` to string literal

* pdf2odt: change `${pname}` to string literal

* plemoljp: change `${pname}` to string literal

* plemoljp-hs: change `${pname}` to string literal

* plemoljp-nf: change `${pname}` to string literal

* pocket-updater-utility: change `${pname}` to string literal

* proto: change `${pname}` to string literal

* pw3270: change `${pname}` to string literal

* ratchet: change `${pname}` to string literal

* read-it-later: change `${pname}` to string literal

* redmine: change `${pname}` to string literal

* regina: change `${pname}` to string literal

* regripper: change `${pname}` to string literal

* revolt-desktop: change `${pname}` to string literal

* rs: change `${pname}` to string literal

* signaturepdf: change `${pname}` to string literal

* sonarlint-ls: change `${pname}` to string literal

* srgn: change `${pname}` to string literal

* stackit-cli: change `${pname}` to string literal

* substudy: change `${pname}` to string literal

* swayosd: change `${pname}` to string literal

* synthesia: change `${pname}` to string literal

* tarlz: change `${pname}` to string literal

* termcap: change `${pname}` to string literal

* tinycompress: change `${pname}` to string literal

* tracexec: change `${pname}` to string literal

* treefmt2: change `${pname}` to string literal

* udev-gothic: change `${pname}` to string literal

* udev-gothic-nf: change `${pname}` to string literal

* vvvvvv: change `${pname}` to string literal

* yggdrasil: change `${pname}` to string literal

* zsync: change `${pname}` to string literal
2024-08-20 15:56:55 -07:00
R. Ryantm
21ba6aa081 seclists: 2024.2 -> 2024.3 2024-08-13 04:06:37 +00:00
R. Ryantm
58b747699d sendme: 0.12.0 -> 0.13.0 2024-08-07 04:58:31 +00:00
Jermeiah S
941d89514c
serie: fixed rust check failures, added version test 2024-08-03 22:48:43 -04:00
R. Ryantm
16b90c0d76 serie: 0.1.1 -> 0.1.2 2024-08-02 16:06:46 +00:00
tomberek
4c75724081
Merge pull request #330843 from matthiasbeyer/add-serie
serie: init at 0.1.0
2024-08-02 02:08:12 -04:00
Doron Behar
19a50c1482 sequoia-sq: 0.34.0 -> 0.37.0
Diff: https://gitlab.com/sequoia-pgp/sequoia-sq/-/compare/v0.34.0...v0.37.0

Changelog: https://gitlab.com/sequoia-pgp/sequoia-sq/-/blob/v0.37.0/NEWS

Tests that we skipped before are now removed. A different test is now
failing.
2024-07-31 08:30:58 +03:00
Doron Behar
d78a5e8eee sequoia-wot: 0.11.0 -> 0.12.0
Diff: https://gitlab.com/sequoia-pgp/sequoia-wot/-/compare/v0.11.0...v0.12.0
2024-07-31 08:05:33 +03:00
Doron Behar
5ef5b3e857 sequoia-sq: cleanup: 'with lib;', outdated comment
The git blame of the comment pointed to a workaround irrelevant anymore.
2024-07-31 08:04:41 +03:00
Doron Behar
822739021d sequoia-wot: add doronbehar to maintainers 2024-07-30 18:07:39 +03:00
Doron Behar
af91b17569 sequoia-wot: small 'with lib;' removal 2024-07-30 18:07:39 +03:00
Matthias Beyer
948120925e
serie: 0.1.0 -> 0.1.1
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2024-07-30 08:12:47 +02:00
Matthias Beyer
4ac9a94b6e
serie: init at 0.1.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2024-07-30 08:09:41 +02:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Aleksana
18c14b97ff
Merge pull request #328933 from r-ryantm/auto-update/seabird
seabird: 0.4.2 -> 0.5.1
2024-07-25 10:49:11 +08:00
R. Ryantm
69793c5fdc sendme: 0.11.0 -> 0.12.0 2024-07-23 04:55:13 +00:00
R. Ryantm
4a9c6f23eb seabird: 0.4.2 -> 0.5.1 2024-07-21 15:25:14 +00:00
Peder Bergebakken Sundt
cd11fe5cf6
Merge pull request #326217 from nicolas-goudry/feat/update-seabird
seabird: 0.3.2 -> 0.4.2
2024-07-18 01:43:13 +02:00
Jörg Thalheim
e570759de7
Merge pull request #326683 from eclairevoyant/pname-misuse-pt-1
Fix pname misuse, part 1
2024-07-13 09:23:16 +02:00
Jörg Thalheim
bd24e293f2
Merge pull request #326434 from uncenter/pr-76d418ec
serpl: 0.1.30 -> 0.1.34
2024-07-13 07:04:17 +02:00
éclairevoyant
d1bbebda76
treewide: remove unused finalAttrs arg 2024-07-12 21:59:02 -04:00
éclairevoyant
0e5c272e42
treewide: fix uses of repo = finalAttrs.pname 2024-07-12 20:18:43 -04:00
Wael Nasreddine
eb0f74b878
Merge pull request #325973 from kirillrdy/unpin-go
[treewide] unpin buildGoModule
2024-07-11 22:48:10 -07:00
uncenter
954f0b7312
serpl: 0.1.30 -> 0.1.34 2024-07-11 22:30:06 -04:00
Nicolas Goudry
d69d6aa32d
seabird: 0.3.2 -> 0.4.2 2024-07-11 01:34:56 +02:00
Nick Cao
e427e5edcb
Merge pull request #326013 from r-ryantm/auto-update/sendme
sendme: 0.10.0 -> 0.11.0
2024-07-10 16:56:43 -04:00
R. Ryantm
c5ee6d4113 sendme: 0.10.0 -> 0.11.0 2024-07-10 03:27:02 +00:00
Kirill Radzikhovskyy
dad042e7f9 seabird: unpin buildGoModule 2024-07-10 10:56:04 +10:00
Christoph Honal
6befe6d3c4 segger-jlink: 796k -> 796s 2024-07-10 00:19:05 +02:00
Sylvain Fankhauser
8cdb09fe99
seventeenlands: init at 0.1.42 2024-07-06 16:25:44 +02:00
github-actions[bot]
9cede82051
Merge master into staging-next 2024-07-04 12:01:10 +00:00
Sandro
b8a6b3ff38
Merge pull request #319342 from h7x4/pkgs-segger-jlink-misc-fixups 2024-07-04 12:00:35 +02:00
Vladimír Čunát
44b36397c2
Merge branch 'master' into staging-next
Conflicts - GitHub wouldn't auto-resolve them but my local git did:
	pkgs/development/cuda-modules/cuda/overrides.nix
2024-07-04 10:10:22 +02:00
uncenter
5c0d5f5318
serpl: 0.1.26 -> 0.1.30 2024-07-02 20:50:26 -04:00
Martin Weinelt
7b8429bbc4
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/jaxtyping/default.nix
2024-07-02 12:08:49 +02:00
Jan Tojnar
0f56e32213
Merge pull request #319659 from jtojnar/gnome-extract
Move various packages out of gnome scope
2024-07-02 08:03:53 +02:00
K900
665f1d6183 Merge remote-tracking branch 'origin/master' into staging-next 2024-07-02 08:32:46 +03:00
Janik H.
76cd1d2211 maintainers: drop janik
I guess my time has come as well...

With this commit, I'm not just dropping my maintainer entry, but I'm also
resigning from my duties as a board observer and NixCon project lead.
I also terminated my Summer of Nix contract today.
I'll also stop hosting the local NixOS meetup.

The only "project" I'll finish under the NixOS Foundation umbrella is
Google Summer of Code because the mentees aren't even remotely
responsible for why I'm leaving, and it would be unfair to leave them
hanging.

I'm grateful for all the things I was able to learn, for all the experiences
I could gather, and for all the friends I made along the way.
NixOS is what makes computers bearable for me, so I'll go and work on
some fork (*something something* you always meet twice in life).
2024-07-02 02:36:42 +02:00
Jan Tojnar
f622b52aaa seahorse: Move from gnome scope to top-level 2024-07-01 08:26:45 +02:00
github-actions[bot]
2f3bfad6d2
Merge master into staging-next 2024-06-28 00:02:11 +00:00
R. Ryantm
44750feb08 sendme: 0.9.0 -> 0.10.0 2024-06-27 15:14:55 +00:00
Martin Weinelt
de245ec4a5
Merge remote-tracking branch 'origin/master' into staging-next 2024-06-25 13:00:25 +02:00
NotAShelf
dc1f289d07
serpl: init at 0.1.26 2024-06-25 00:33:28 +03:00
Martin Weinelt
17ce05499a selenium-manager: 4.18.1 -> 4.22.0
https://github.com/SeleniumHQ/selenium/compare/selenium-4.18.1...selenium-4.22.0
2024-06-24 12:18:30 +02:00
P.
7e1ff7bd73
treewide: remove wolfangaukang as maintainer 2024-06-22 07:03:16 -06:00
éclairevoyant
e8d7ce1b47
treewide: move gobject-introspection from buildInputs to nativeBuildInputs (#321411)
* catnip-gtk4: parallelise

* seabird: parallelise

* treewide: move gobject-introspection from buildInputs to nativeBuildInputs
2024-06-22 03:39:00 +03:00
Pol Dellaiera
7e1f057a06
searxng: add nixosTests 2024-06-19 07:06:43 +02:00
Pol Dellaiera
3dc779576e
searxng: 0-unstable-2024-05-31 -> 0-unstable-2024-06-19
diff:
18fb701be2..acf3f109b2
2024-06-19 07:06:43 +02:00
Pol Dellaiera
3fdff9acf8
searxng: reformat with nixfmt-rfc-style 2024-06-19 06:44:42 +02:00
Janik
2741b089d8
Merge pull request #319245 from r-ryantm/auto-update/seclists
seclists: 2024.1 -> 2024.2
2024-06-18 19:36:30 +02:00
h7x4
053ded012b
segger-jlink: add h7x4 to maintainers 2024-06-12 17:53:52 +02:00
h7x4
8855f6bcba
segger-jlink: add meta.changelog 2024-06-12 17:53:51 +02:00
h7x4
d4cbe1f370
segger-jlink: move qt4-bundled expression to separate file 2024-06-12 17:53:51 +02:00
h7x4
66fc9e60cf
segger-jlink: add headless variant 2024-06-12 17:46:39 +02:00
h7x4
96a3646589
segger-jlink: 796b -> 796k 2024-06-12 17:39:56 +02:00
h7x4
0130cdcba4
segger-jlink: add updateScript 2024-06-12 17:38:32 +02:00
R. Ryantm
f398764864 seclists: 2024.1 -> 2024.2 2024-06-12 06:38:43 +00:00
Sandro Jäckel
f9ff244d60
searxng: fix answerers 2024-06-11 15:13:58 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
R. Ryantm
f24122f726 sendme: 0.8.0 -> 0.9.0 2024-06-08 02:49:27 +00:00
Sandro
2d9e3b2a22
Merge pull request #317478 from 999eagle/update/searxng 2024-06-05 22:49:04 +02:00
Sophie Tauchert
aade87a8db
searxng: 0-unstable-2024-03-08 -> 0-unstable-2024-05-31 2024-06-05 17:15:28 +02:00
Sandro
84f95ade83
Merge pull request #307690 from arikgrahl/setup-envtest 2024-06-02 23:37:48 +02:00
R. Ryantm
821ec3f89d sesh: 1.1.1 -> 1.2.0 2024-05-29 14:55:18 +00:00
Doron Behar
03d792fbdf
Merge pull request #313490 from Cryolitia/sequoia-wot
sequoia-wot: init at 0.11.0
2024-05-26 07:18:56 +03:00