summaryrefslogtreecommitdiffstats
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-03-26 18:18:04 +0100
committerGitHub <noreply@github.com>2021-03-26 18:18:04 +0100
commita9b3e26229286b11b7a603030dfe7cd301ebd481 (patch)
tree2bf1ccb2d4a6e61872a581602f6febe4ce913aeb /pkgs/os-specific
parent0e5e1f0610dcc66dd2e6e3b7f7f71871c4eb6236 (diff)
parent786e33a760a0f82e8810ae71f561dc0bbfe307a7 (diff)
Merge pull request #116108 from superherointj/package-system76-firmware
system76-firmware: remove aarch64-linux support
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/firmware/system76-firmware/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/os-specific/linux/firmware/system76-firmware/default.nix b/pkgs/os-specific/linux/firmware/system76-firmware/default.nix
index a5722d59c251..138fea042fcb 100644
--- a/pkgs/os-specific/linux/firmware/system76-firmware/default.nix
+++ b/pkgs/os-specific/linux/firmware/system76-firmware/default.nix
@@ -29,11 +29,11 @@ rustPlatform.buildRustPackage rec {
done
'';
- meta = {
+ meta = with lib; {
description = "Tools for managing firmware updates for system76 devices";
homepage = "https://github.com/pop-os/system76-firmware";
- license = lib.licenses.gpl3;
- maintainers = [ lib.maintainers.shlevy ];
- platforms = lib.platforms.linux;
+ license = licenses.gpl3Only;
+ maintainers = with maintainers; [ shlevy ];
+ platforms = [ "i686-linux" "x86_64-linux" ];
};
}