summaryrefslogtreecommitdiffstats
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2021-03-24 15:12:19 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2021-03-24 15:12:19 -0300
commit786e33a760a0f82e8810ae71f561dc0bbfe307a7 (patch)
tree7e35a8ea6b353fdb8d97810edcaf75fb3fe30917 /pkgs/os-specific
parent80071e710221cc62fec10ae12ea833b08dce0637 (diff)
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" ];
};
}