akkuPackages.akku: fix aarch64 build

This commit is contained in:
Weijia Wang 2025-02-13 16:44:30 +01:00
parent 7fd3a72d52
commit 8562dce80e

View File

@ -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: {