Commit Graph

145 Commits

Author SHA1 Message Date
Aleksana
b65461df19
maintainers/team-list: establish the gnome circle team (#364181) 2024-12-12 15:05:11 +08:00
seth
3169a2c192 treewide: add gnome circle team to all gnome circle apps 2024-12-11 14:27:13 -05:00
Arne Keller
ce8a0da4a9
legends-of-equestria: init at 2024.05.01 (#296316) 2024-12-11 12:21:54 +01:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Daniel Britten
1d6ac44414
lean4: 4.10.0 -> 4.11.0 (#354669)
Co-authored-by: Daniel Britten <nixpkgs@danielb.space>
2024-12-09 23:38:17 -05:00
nixpkgs-merge-bot[bot]
d1b054a1ae
lefthook: 1.8.1 -> 1.9.0 (#362684) 2024-12-09 21:33:37 +00:00
Aleksana
e180749741
left4gore-bin: fix fhsenv version (#363171) 2024-12-09 11:11:54 +08:00
Ulysses Zhan
add9b94548
legends-of-equestria: init at 2024.05.01 2024-12-08 09:49:29 -08:00
R. Ryantm
5c0ec0e184 leetgo: 1.4.10 -> 1.4.11 2024-12-08 13:43:42 +00:00
Felix Buehler
82633832b8 left4gore-bin: fix fhsenv version 2024-12-08 12:14:43 +01:00
R. Ryantm
486f034b93 lefthook: 1.8.1 -> 1.9.0 2024-12-07 04:29:06 +00:00
R. Ryantm
77136f2ade ledger-live-desktop: 2.89.1 -> 2.92.1 2024-12-06 05:36:17 +00:00
34j
d637b85e25
treewide: replace --enable-wayland-ime with --enable-wayland-ime=true for the arguments to properly work (#361341) 2024-12-05 00:06:22 +05:30
Aleksana
f20dfdbabf
treewide: remove AndersonTorres from maintainers (#360292) 2024-12-01 18:08:16 +08:00
Anderson Torres
9a56705f94 various: remove AndersonTorres from maintainers
As a short note, I am relinquishing the maintenance of many packages, because it
is too much to me to handle right now.
2024-11-30 16:29:06 -03:00
nixpkgs-merge-bot[bot]
955a3e01f2
legcord: 1.0.4 -> 1.0.5 (#360228) 2024-11-30 13:26:23 +00:00
R. Ryantm
37715c3137 legcord: 1.0.4 -> 1.0.5 2024-11-29 20:53:45 +00:00
Sefa Eyeoglu
01c33fb6d7
treewide: add --enable-wayland-ime flag to all Electron packages that uses NIXOS_OZONE_WL (#358620) 2024-11-29 18:48:23 +01:00
Sandro Jäckel
07fb8bb1a6
level-zero: 1.18.3 -> 1.19.2
Diff: https://github.com/oneapi-src/level-zero/compare/refs/tags/v1.18.3...v1.19.2

Changelog: https://github.com/oneapi-src/level-zero/blob/v1.19.2/CHANGELOG.md
2024-11-27 22:35:56 +01:00
34j
8ae2932d56 add --enable-wayland-ime flag to all Electron packages that uses NIXOS_OZONE_WL 2024-11-24 13:34:28 +09:00
Winston R. Milling
02cc2a7b03
legcord: 1.0.2 -> 1.0.4
https://github.com/Legcord/Legcord/releases/tag/v1.0.4
2024-11-18 11:16:38 -06:00
Sandro
d03497e4ea
ledfx: 2.0.104 -> 2.0.105 (#356728) 2024-11-18 12:55:51 +01:00
R. Ryantm
796e83e99b ledfx: 2.0.104 -> 2.0.105 2024-11-17 14:58:02 +00:00
tu-maurice
d55690cba4 lektor: fix build
A test failed with the upgrade of a newer Pillow version.
This patch from upstream fixes this.
2024-11-16 22:50:32 +01:00
github-actions[bot]
00b1e226f7
Merge master into staging-next 2024-11-12 06:05:05 +00:00
jthulhu
dd9dc00de2
maintainers: add jthulhu 2024-11-11 08:33:54 +01:00
Emily
ce788776a5 Merge master into staging-next 2024-11-09 12:51:01 +00:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
github-actions[bot]
f3327c0d2a
Merge master into staging-next 2024-11-09 00:13:55 +00:00
R. Ryantm
201990c787 leetgo: 1.4.9 -> 1.4.10 2024-11-08 13:01:41 +00:00
Vladimír Čunát
b048be052c
Reapply "less: Fix withSecure regression"
This reverts commit 6df0b10df6.
This change was originally merged as PR #352298
but it got moved to staging here.
2024-11-05 08:11:55 +01:00
Vladimír Čunát
6df0b10df6
Revert "less: Fix withSecure regression" 2024-11-04 12:00:21 +01:00
Zhong Jianxin
63c7cab6d3 less: Fix withSecure regression 2024-11-03 18:33:52 +08:00
Aleksana
f006e11a5d
less: adopt and rewrite (master) (#350981) 2024-10-28 11:24:51 +08:00
R. Ryantm
6727e92819 lefthook: 1.7.17 -> 1.8.1 2024-10-26 08:01:51 +00:00
Peder Bergebakken Sundt
5915003032
lenmus: fix build (#350490) 2024-10-26 00:56:46 +02:00
Anderson Torres
b03dc802e8 less: adopt and rewrite
- nixfmt-rfc-style
- a better comment about source provenance
- strictDeps
- marking dtzWill as not active
2024-10-24 14:34:47 -03:00
Tom Fitzhenry
9d27674a82 less: 661 -> 668 2024-10-24 23:26:03 +11:00
wxt
ef1b4c9636 lenmus: fix build 2024-10-22 21:51:20 +08:00
wxt
7c6d293f46 lenmus: nixfmt 2024-10-22 21:51:11 +08:00
wxt
0fca4ca081 lenmus: move to by-name 2024-10-22 21:41:36 +08:00
Winston R. Milling
6ade66eec3
legcord: add updateScript 2024-10-20 20:20:33 -05:00
Winston R. Milling
65d98a7319
legcord: 1.0.1 -> 1.0.2
https://github.com/Legcord/Legcord/releases/tag/v1.0.2
2024-10-20 20:19:48 -05:00
Gutyina Gergő
9744efc3b0
treewide: update pnpmDeps hashes 2024-10-19 23:50:41 +02:00
Winston R. Milling
17910cc615
legcord: 1.0.0 -> 1.0.1
https://github.com/Legcord/Legcord/releases/tag/v1.0.1
2024-10-12 14:00:31 -05:00
Winston R. Milling
b09274abf6
legcord: init at 1.0.0
https://github.com/Legcord/Legcord/releases/tag/v1.0.0
2024-10-11 16:59:38 -05:00
R. Ryantm
ec4f010c86 lefthook: 1.7.16 -> 1.7.17 2024-10-01 18:21:33 +00:00
Weijia Wang
6a478e6068
leiningen: moved to by-name and modernized derivation (#344459) 2024-09-27 02:46:35 +02:00
Mutsuha Asada
09eeb3f9b8
leiningen: moved to by-name 2024-09-26 00:15:45 +09: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