-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
opentabletdriver.fetch-deps crashes #366372
Comments
Applying the following on master "fixes" this issue: diff --git a/pkgs/build-support/dotnet/add-nuget-deps/fetch-deps.sh b/pkgs/build-support/dotnet/add-nuget-deps/fetch-deps.sh
index 809f5c4b26d8..c65b666d9d9f 100644
--- a/pkgs/build-support/dotnet/add-nuget-deps/fetch-deps.sh
+++ b/pkgs/build-support/dotnet/add-nuget-deps/fetch-deps.sh
@@ -1,5 +1,5 @@
# shellcheck shell=bash
-set -euo pipefail
+set -eo pipefail
export PATH="@binPath@:$PATH" I guess |
Oh, my bad, I thought that was something that was already happening on master. Thanks for finding the solution, I'll put the commit up with you as the author to give you full credit for the solution. |
Fixed by #366556 |
Describe the bug
Running
opentabletdriver.fetch-deps
script crashes after #362278Steps To Reproduce
Steps to reproduce the behavior:
$(nix-build -A opentabletdriver.fetch-deps)
/nix/store/vszbrq40jq530xf3022j9zwjanmpgc9d-wrap-gapps-hook/nix-support/setup-hook: line 31: !v: unbound variable
Expected behavior
No crash
Screenshots
Additional context
Bisected to c94c508. Most likely only a few packages are affected that are using
wrapGAppsHook3
, no issues with for examplevrcadvert.fetch-deps
ortone.fetch-deps
.Metadata
Notify maintainers
@GGG-KILLER
Note for maintainers: Please tag this issue in your PR.
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: