distrobuilder: fix non-x86 builds

This commit is contained in:
Adam Stephens 2024-09-18 08:11:36 -04:00
parent 71df0d5dd0
commit cc1d7dcc9d
No known key found for this signature in database

View File

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