1
0
forked from nikkuss/pkgs

prevent helium from being built on aarch64

This commit is contained in:
2025-11-11 16:08:04 +04:00
parent d8dc8d84a5
commit da12d408e9
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -151,7 +151,9 @@ stdenv.mkDerivation {
'';
inherit (unwrapped) packageName;
meta = unwrapped.meta;
meta = unwrapped.meta // {
platforms = [ "x86_64-linux" ];
};
passthru = {
inherit (unwrapped) upstream-info;
browser = unwrapped;