Commit Graph

683 Commits

Author SHA1 Message Date
Sefa Eyeoglu
10343b095a
linux-rpi, raspberrypifw: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 (#353509) 2024-11-18 10:37:45 +01:00
K900
4c3539c70b linux-firmware: 20241017 -> 20241110 2024-11-11 07:42:37 +03: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
Reno Dakota
52bf1163fa
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc
In preparation to eliminate the lib output for the unwrapped clang, use
`lib.getLib` to access the `lib` output.
2024-11-07 10:27:41 +00:00
Ratchanan Srirattanamet
fb43b7067e raspberrypifw: 1.20240926 -> 1.20241008 2024-11-03 21:36:32 +00:00
Jared Baur
e337131349
linux-firmware: fix build when cross-compiling
Using `findutils` in such a way where `callPackage` cannot splice it to
use the `buildPlatform`'s package-set breaks building `linux-firmware`
when `buildPlatform` != `hostPlatform`. Since `findutils` is already
included in all `stdenv.mkDerivation` calls, we can get rid of pulling
in the different `findutils` and re-use the one that works on
`buildPlatform`.
2024-10-19 18:51:48 -07:00
K900
beb7aeeca1 linux-firmware: 20240909 -> 20241017 2024-10-17 17:45:41 +03:00
melvyn
ab3c6af590
sof-firmware: add new files from 2024.09 2024-10-13 21:30:07 -07:00
Matej Cotman
f53387e15a ipu6: update packages
This updates the ipu6 driver and firmware to a more recent version,
which seems to at least work in Chrom{e,ium}.

ipu6-drivers now relies on the in-kernel ipu6 kernel driver, so we
update our logic and metadata for it.
2024-10-12 00:45:04 +03:00
Tristan Ross
d08e057fcb
firmware-updater: unstable-2024-18-04 -> 0-unstable-2024-10-03 2024-10-06 09:05:08 -07:00
R. Ryantm
fccc486a86 sof-firmware: 2024.06 -> 2024.09 2024-10-04 06:38:33 +00:00
R. Ryantm
7652f0e6be raspberrypifw: 1.20240924 -> 1.20240926 2024-10-02 03:40:45 +00:00
Nick Cao
dbd97393f2
raspberrypifw: 1.20240902 -> 1.20240924 (#344258) 2024-09-24 18:06:47 -04: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
R. Ryantm
52208da9ab raspberrypifw: 1.20240902 -> 1.20240924 2024-09-24 17:39:49 +00:00
K900
20b6eda372 linux-firmware: 20240811 -> 20240909 2024-09-09 15:53:18 +03:00
Nick Cao
13f904f2b1
sof-firmware: 2024.03 -> 2024.06 (#328215) 2024-09-08 09:41:47 -04:00
R. Ryantm
ff85fb798a raspberrypifw: 1.20240529 -> 1.20240902 2024-09-02 15:14:44 +00:00
Felix Buehler
3bf56ef4ea rtl8192su-firmware: remove 'with lib;' 2024-08-16 16:09:03 +02:00
K900
10714388b1 linux-firmware: 20240709 -> 20240811 2024-08-11 18:20:58 +03:00
Sandro
e4a6568004
Merge pull request #312403 from alois31/rtw88 2024-07-31 13:14:18 +02:00
Alois Wohlschlager
ec60e56b26
rtw88-firmware: drop
It's all part of linux-firmware now.
2024-07-31 10:26:51 +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
R. Ryantm
d85827e40c sof-firmware: 2024.03 -> 2024.06 2024-07-18 16:12:17 +00:00
K900
630eb4460b linux-firmware: 20240610 -> 20240709 2024-07-09 14:39:29 +03:00
Florian Klink
6f2d668db6 linux-firmware: remove FOD
This being a FOD seems to only have historical reasons.
Remove the source.nix file, as well as the custom update script, and FOD.

Simply making this a normal input-addressed derivation, with a version
being interpolated makes this easy to update with update-source-version.
2024-07-07 19:16:43 +03:00
Jussi Kuokkanen
95cc312a68 pkgs/os-specific: remove licenses.gpl2 2024-06-21 12:28:43 +03:00
Samuel Dionne-Riel
1c0bec2499
Merge pull request #321436 from samueldr/ce n'est qu'un au revoir, à la prochaine! 2024-06-21 03:24:13 -04:00
Samuel Dionne-Riel
c9d484b7b8 raspberrypi-armstubs: Drop samueldr as maintainer 2024-06-20 20:46:00 -04:00
Ratchanan Srirattanamet
02b05c0d32 raspberrypiWirelessFirmware: unstable-2023-11-15 -> unstable-2024-02-26 2024-06-17 00:56:22 +07:00
Ratchanan Srirattanamet
146bd2d9cf raspberrypifw: stable_20231123 -> 1.20240529
The repo starts to tag commits again, so we use the tag for version
again.
2024-06-17 00:56:22 +07:00
K900
16736cb3c7
Merge pull request #318828 from K900/linux-firmware-20240610
linux-firmware: 20240513 -> 20240610
2024-06-11 07:48:17 +03:00
Weijia Wang
652e207126
Merge pull request #313431 from wegank/gnu-efi-bump
gnu-efi: 3.0.15 -> 3.0.18
2024-06-10 20:19:15 +02:00
K900
34e518edbc linux-firmware: 20240513 -> 20240610 2024-06-10 17:58:32 +03: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
Weijia Wang
695505d580 fwupd-efi: drop patch for gnu-efi 3.0.15 2024-05-21 18:13:27 +02:00
Aleksana
2acce292a3
Merge pull request #312700 from Aleksanaa/firmware-manager
firmware-manager: correct license and add mainProgram
2024-05-19 12:36:37 +08:00
aleksana
ece3b84f62 firmware-manager: correct license and add mainProgram
License is mentioned here: License is mentioned here:
pop-os/firmware-manager@3c542bd/assets/com.system76.FirmwareManager.appdata.xml#L5-L6
2024-05-19 00:57:49 +08:00
nikstur
3eedfcec6b
Merge pull request #308502 from NixOS/revert-307063-fwupd-efi-1.6
Revert "gnu-efi: 3.0.15 → 3.0.18"
2024-05-16 12:15:24 +02:00
K900
7593cdc3a1 linux-firmware: 20240410 -> 20240513
Mostly amdgpu/Intel wireless/audio, and some other misc stuff.
2024-05-13 14:48:34 +03:00
Martin Weinelt
bcc261d924
ipu6*/ivsc*: drop maintenance
I have little hope for this camera and decided to replace it for now.
2024-05-11 15:44:34 +02:00
Weijia Wang
dccf5b5618 Revert "gnu-efi: 3.0.15 → 3.0.18" 2024-05-02 20:10:09 +02:00
K900
a9c7210d0b Merge branch 'master' into staging-next 2024-05-01 09:37:47 +03:00
Maciej Krüger
0e273473c2
firmware-updater: unstable-2023-09-17 -> unstable-2024-18-04 (#308100) 2024-04-30 21:36:59 +00:00
Weijia Wang
7f45fee52a Merge branch 'master' into staging-next 2024-04-28 04:02:14 +02:00
Maxine Aubrey
40a7011c39
maintainers: remove amaxine
Every time I decide to commit additional time to contributing to nix,
quite a few "concerned" members come out, either to decry a ban on
bigotry and fascism in 2021, or to declare support for minority groups
in Nix discriminatory, or a number of other incidents that are not worth
recounting in this leaving message.

To avoid any ambiguity, my reasoning is similar to pr306702, pr307033, and
several others who felt actively made unwelcome or outright harassed out
of the Nix project.
2024-04-27 11:38:48 +02:00
Weijia Wang
37876dbdad Merge branch 'master' into staging-next 2024-04-27 05:44:19 +02:00
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
This was achieved using the following command:

    sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')

And then manually reverted the following changes:

- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
Maxine Aubrey
2670bb5e7c
fwupd-efi: 1.5 → 1.6
https://github.com/fwupd/fwupd-efi/releases/tag/1.6
2024-04-26 23:16:37 +02:00
K900
37ba60342b linux-firmware: 20240312 -> 20240410 2024-04-10 17:51:19 +03:00