Unverified Commit 9e93e4b8 authored by Adam Stephens's avatar Adam Stephens
Browse files

distrobuilder: add repack-windows dependencies

repack-windows is used to inject Incus device drivers into a Windows ISO for use with Incus.
parent 3a33f508
Loading
Loading
Loading
Loading
+13 −7
Original line number Diff line number Diff line
{ 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 {