Unverified Commit 9af5bba3 authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

distrobuilder: fix non-x86 builds (#342784)

parents 5d9d6657 cc1d7dcc
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