From 40c633b4556beb863e0f8790b84561cd4307aa9d Mon Sep 17 00:00:00 2001 From: Florian Franzen Date: Mon, 28 Aug 2023 16:13:07 +0200 Subject: [PATCH] yuzu: add missing unzip tool --- pkgs/applications/emulators/yuzu/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/emulators/yuzu/update.sh b/pkgs/applications/emulators/yuzu/update.sh index 0fcb52417351..ad34bfee3d6b 100755 --- a/pkgs/applications/emulators/yuzu/update.sh +++ b/pkgs/applications/emulators/yuzu/update.sh @@ -1,5 +1,5 @@ #! /usr/bin/env nix-shell -#! nix-shell -i bash -p nix nix-prefetch-git gnutar curl jq +#! nix-shell -i bash -p nix nix-prefetch-git gnutar curl jq unzip set -euo pipefail