distrobuilder: fix non-x86 builds (#342784)

This commit is contained in:
Adam C. Stephens 2024-09-18 09:37:05 -04:00 committed by GitHub
commit 9af5bba31e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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