mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
distrobuilder: fix non-x86 builds
This commit is contained in:
parent
71df0d5dd0
commit
cc1d7dcc9d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user