Unverified Commit 3322b04d authored by Maciej Krüger's avatar Maciej Krüger Committed by GitHub
Browse files

distrobuilder: add repack-windows dependencies (#342611)

parents e966a692 9e93e4b8
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 {