chore: Remove windowskey from packaging
This commit is contained in:
parent
00c53fb022
commit
aeb14a717b
|
@ -2,4 +2,3 @@ chunkcheck usr/bin
|
||||||
quickemu usr/bin
|
quickemu usr/bin
|
||||||
quickget usr/bin
|
quickget usr/bin
|
||||||
quickreport usr/bin
|
quickreport usr/bin
|
||||||
windowskey usr/bin
|
|
||||||
|
|
|
@ -82,11 +82,11 @@ stdenv.mkDerivation rec {
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
|
|
||||||
installManPage docs/quickget.1 docs/quickemu.1 docs/quickemu_conf.1
|
installManPage docs/quickget.1 docs/quickemu.1 docs/quickemu_conf.1
|
||||||
install -Dm755 -t "$out/bin" chunkcheck quickemu quickget quickreport windowskey
|
install -Dm755 -t "$out/bin" chunkcheck quickemu quickget quickreport
|
||||||
|
|
||||||
# spice-gtk needs to be put in suffix so that when virtualisation.spiceUSBRedirection
|
# spice-gtk needs to be put in suffix so that when virtualisation.spiceUSBRedirection
|
||||||
# is enabled, the wrapped spice-client-glib-usb-acl-helper is used
|
# is enabled, the wrapped spice-client-glib-usb-acl-helper is used
|
||||||
for f in chunkcheck quickget quickemu quickreport windowskey; do
|
for f in chunkcheck quickget quickemu quickreport; do
|
||||||
wrapProgram $out/bin/$f \
|
wrapProgram $out/bin/$f \
|
||||||
--prefix PATH : "${lib.makeBinPath runtimePaths}" \
|
--prefix PATH : "${lib.makeBinPath runtimePaths}" \
|
||||||
--suffix PATH : "${lib.makeBinPath [ spice-gtk ]}"
|
--suffix PATH : "${lib.makeBinPath [ spice-gtk ]}"
|
||||||
|
|
Loading…
Reference in New Issue