Merge pull request #231438 from dawidd6/patch-1
quickemu: install man pages
This commit is contained in:
commit
55805f9a7b
1 changed files with 3 additions and 1 deletions
|
@ -24,6 +24,7 @@
|
|||
, OVMFFull
|
||||
, quickemu
|
||||
, testers
|
||||
, installShellFiles
|
||||
}:
|
||||
let
|
||||
runtimePaths = [
|
||||
|
@ -67,11 +68,12 @@ stdenv.mkDerivation rec {
|
|||
quickemu
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
nativeBuildInputs = [ makeWrapper installShellFiles ];
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
installManPage docs/quickget.1 docs/quickemu.1 docs/quickemu_conf.1
|
||||
install -Dm755 -t "$out/bin" macrecovery quickemu quickget windowskey
|
||||
|
||||
# spice-gtk needs to be put in suffix so that when virtualisation.spiceUSBRedirection
|
||||
|
|
Loading…
Reference in a new issue