akkuPackages.akku: fix aarch64 build (#381801)

This commit is contained in:
Weijia Wang
2025-02-14 10:22:27 +01:00
committed by GitHub
@@ -25,6 +25,7 @@ in
tables-test.ikarus.sps
lazy.sps
pipeline-operators.sps
os-environment-variables.sps
'
'';
})
@@ -45,7 +46,9 @@ in
src = akku.src;
})
# not a tar archive
(pkg: old: removeAttrs old [ "unpackPhase" ])
(pkg: old: {
unpackPhase = null;
})
];
machine-code = pkg: old: {