distrobuilder: add repack-windows dependencies (#342611)

This commit is contained in:
Maciej Krüger
2024-09-18 13:58:34 +02:00
committed by GitHub
@@ -1,24 +1,30 @@
{ lib
, pkg-config
, buildGoModule
, fetchFromGitHub
, makeWrapper
, callPackage
, cdrkit
, coreutils
, debootstrap
, fetchFromGitHub
, gnupg
, gnutar
, squashfsTools
, debootstrap
, callPackage
, hivex
, makeWrapper
, nixosTests
, pkg-config
, squashfsTools
, wimlib
}:
let
bins = [
cdrkit
coreutils
debootstrap
gnupg
gnutar
hivex
squashfsTools
debootstrap
wimlib
];
in
buildGoModule rec {