Merge pull request #116108 from superherointj/package-system76-firmware
system76-firmware: remove aarch64-linux support
This commit is contained in:
commit
a9b3e26229
@ -29,11 +29,11 @@ rustPlatform.buildRustPackage rec {
|
|||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
description = "Tools for managing firmware updates for system76 devices";
|
description = "Tools for managing firmware updates for system76 devices";
|
||||||
homepage = "https://github.com/pop-os/system76-firmware";
|
homepage = "https://github.com/pop-os/system76-firmware";
|
||||||
license = lib.licenses.gpl3;
|
license = licenses.gpl3Only;
|
||||||
maintainers = [ lib.maintainers.shlevy ];
|
maintainers = with maintainers; [ shlevy ];
|
||||||
platforms = lib.platforms.linux;
|
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user