mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
alpine-make-vm-image: add rsync to path
This commit is contained in:
parent
3e7a003ff7
commit
5146b26105
@ -1,6 +1,6 @@
|
||||
{ stdenv, lib, fetchFromGitHub, makeWrapper
|
||||
, apk-tools, coreutils, e2fsprogs, findutils, gnugrep, gnused, kmod, qemu-utils
|
||||
, util-linux
|
||||
, rsync, util-linux
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
postInstall = ''
|
||||
wrapProgram $out/bin/alpine-make-vm-image --set PATH ${lib.makeBinPath [
|
||||
apk-tools coreutils e2fsprogs findutils gnugrep gnused kmod qemu-utils
|
||||
util-linux
|
||||
rsync util-linux
|
||||
]}
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user