Commit 8562dce8 authored by Weijia Wang's avatar Weijia Wang
Browse files

akkuPackages.akku: fix aarch64 build

parent 7fd3a72d
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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: {