1
0
forked from nikkuss/pkgs

try update helium and other pkgs

This commit is contained in:
2025-11-11 16:11:57 +04:00
parent d8dc8d84a5
commit 0a196c5012
6 changed files with 163 additions and 143 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;