Skip to content

Nix package build broken #330

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

Closed
dermetfan opened this issue May 17, 2021 · 0 comments · Fixed by #339
Closed

Nix package build broken #330

dermetfan opened this issue May 17, 2021 · 0 comments · Fixed by #339

Comments

@dermetfan
Copy link

❯ nix-build
these derivations will be built:
  /nix/store/1mpncphldl45fha4ada78qn1fqb9jssg-zig.drv
  /nix/store/kvb6dywmgcvkgmw2rrxa93q7p7i8z1vf-zls.drv
building '/nix/store/1mpncphldl45fha4ada78qn1fqb9jssg-zig.drv'...
unpacking sources
unpacking source archive /nix/store/fj6swr5d1iffkirsd522swvdmagwf87y-zig-linux-x86_64-0.8.0-dev.2275+8467373bb.tar.xz
source root is zig-linux-x86_64-0.8.0-dev.2275+8467373bb
setting SOURCE_DATE_EPOCH to timestamp 1621240735 of file zig-linux-x86_64-0.8.0-dev.2275+8467373bb/docs/std/data.js
patching sources
installing
mv: cannot stat 'langref.html': No such file or directory
builder for '/nix/store/1mpncphldl45fha4ada78qn1fqb9jssg-zig.drv' failed with exit code 1
cannot build derivation '/nix/store/kvb6dywmgcvkgmw2rrxa93q7p7i8z1vf-zls.drv': 1 dependencies couldn't be built
error: build of '/nix/store/kvb6dywmgcvkgmw2rrxa93q7p7i8z1vf-zls.drv' failed

My <nixpkgs> is on 21.05pre289229.65a9923bbb9.

bnjmnt4n added a commit to bnjmnt4n/zls that referenced this issue Jun 5, 2021
The older version of `zig-overlay` used was unable to handle the newer
directory layout of Zig tarballs, so `zig-overlay` has been updated and
is currently using a `master` version of Zig.

Additionally, `zls.json` was removed since `zls` will now only look for
it in local or global configuration folders.

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

Successfully merging a pull request may close this issue.

1 participant