Skip to content
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

discourse update script broken #321499

Closed
yayayayaka opened this issue Jun 21, 2024 · 2 comments
Closed

discourse update script broken #321499

yayayayaka opened this issue Jun 21, 2024 · 2 comments

Comments

@yayayayaka
Copy link
Member

Describe the bug

The discourse update.py script depends on nix-universal-prefetch, which was removed by 578d7e7 in #321436.

Steps To Reproduce

Steps to reproduce the behavior:

  1. pkgs/servers/web-apps/discourse/update.py update

Expected behavior

The update scripts succeeds.

Notify maintainers

@talyz

Screenshots

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.

Add a 👍 reaction to issues you find important.

@Mic92
Copy link
Member

Mic92 commented Jun 24, 2024

Could nix-update replace nix-universal-prefetch in these instances?

@FliegendeWurst
Copy link
Member

Fixed in #324349

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants