Unverified Commit cc1d7dcc authored by Adam Stephens's avatar Adam Stephens
Browse files

distrobuilder: fix non-x86 builds

parent 71df0d5d
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -12,18 +12,21 @@
, nixosTests
, pkg-config
, squashfsTools
, stdenv
, wimlib
}:

let
  bins = [
    cdrkit
    coreutils
    debootstrap
    gnupg
    gnutar
    hivex
    squashfsTools
  ] ++ lib.optionals stdenv.isx86_64 [
    # repack-windows deps
    cdrkit
    hivex
    wimlib
  ];
in