You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error:
… while calling the 'derivationStrict' builtin
at /builtin/derivation.nix:1:208:
… while evaluating derivation 'shell'
whose name attribute is located at /nix/store/r88r99f9j21ixqjxxw60wq3y4i258cqz-source/pkgs/stdenv/generic/make-derivation.nix:331:7
… while evaluating attribute 'buildInputs' of derivation 'shell'
at /nix/store/r88r99f9j21ixqjxxw60wq3y4i258cqz-source/pkgs/stdenv/generic/make-derivation.nix:378:7:
377| depsHostHost = elemAt (elemAt dependencies 1) 0;
378| buildInputs = elemAt (elemAt dependencies 1) 1;
| ^
379| depsTargetTarget = elemAt (elemAt dependencies 2) 0;
(stack trace truncated; use '--show-trace' to show the full trace)
error: The nix-universal-prefetch package was dropped since it was unmaintained.
Describe the bug
The discourse
update.py
script depends onnix-universal-prefetch
, which was removed by 578d7e7 in #321436.Steps To Reproduce
Steps to reproduce the behavior:
pkgs/servers/web-apps/discourse/update.py update
Expected behavior
The update scripts succeeds.
Notify maintainers
@talyz
Screenshots
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: