akkuPackages.akku: fix aarch64 build
This commit is contained in:
parent
7fd3a72d52
commit
8562dce80e
@ -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: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user