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: builder for '/nix/store/1m9jhwcfk6690nbhiizdmacjhiy1w8il-vscode-extension-drmerfy-overtype-0.5.0.drv' failed with exit code 1;
last 10 log lines:
> Running phase: unpackPhase
> unpacking source archive /nix/store/4hm4kz2a2zkfin5za9drrsq283ii93k5-drmerfy-overtype.zip
> [/nix/store/4hm4kz2a2zkfin5za9drrsq283ii93k5-drmerfy-overtype.zip]
> End-of-central-directory signature not found. Either this file is not
> a zipfile, or it constitutes one disk of a multi-part archive. In the
> latter case the central directory and zipfile comment will be found on
> the last disk(s) of this archive.
> unzip: cannot find zipfile directory in one of /nix/store/4hm4kz2a2zkfin5za9drrsq283ii93k5-drmerfy-overtype.zip or
> /nix/store/4hm4kz2a2zkfin5za9drrsq283ii93k5-drmerfy-overtype.zip.zip, and cannot find /nix/store/4hm4kz2a2zkfin5za9drrsq283ii93k5-drmerfy-overtype.zip.ZIP, period.
> do not know how to unpack source archive /nix/store/4hm4kz2a2zkfin5za9drrsq283ii93k5-drmerfy-overtype.zip
For full logs, run 'nix log /nix/store/1m9jhwcfk6690nbhiizdmacjhiy1w8il-vscode-extension-drmerfy-overtype-0.5.0.drv'.
Inspecting the file in the store, it seems to be a gzipped zip, i.e. I assume doing an extra gunzip on it would fix this.
I don't know how worth fixing this is, or how common such extensions are. It seems to work when installing directly in vscode, and to cause all kinds of weird issues all over the Nix solutions for installing extensions (e.g. nix-community/nix-vscode-extensions#78).
Steps To Reproduce
Try to build the package as shown in the code above.
Expected behavior
The result is a built extension in the nix store.
Notify maintainers
vscode maintainers (since I had trouble finding more specific names for vscode-utils); I assume you at least know who should be pinged: @eadwu@Synthetica@bobby285271@JohnRTitor
Describe the bug
There is at least one extension in the Vscode Marketplace that
pkgs.vscode-utils.extensionFromVscodeMarketplace
fails to build:Inspecting the file in the store, it seems to be a gzipped zip, i.e. I assume doing an extra gunzip on it would fix this.
I don't know how worth fixing this is, or how common such extensions are. It seems to work when installing directly in vscode, and to cause all kinds of weird issues all over the Nix solutions for installing extensions (e.g. nix-community/nix-vscode-extensions#78).
Steps To Reproduce
Try to build the package as shown in the code above.
Expected behavior
The result is a built extension in the nix store.
Notify maintainers
vscode maintainers (since I had trouble finding more specific names for vscode-utils); I assume you at least know who should be pinged: @eadwu @Synthetica @bobby285271 @JohnRTitor
Metadata
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: