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
Is there any way to generate a development shell for a package that requires build-time dependency wrapping/patching?
Context:
I'm trying to create a development environment for a basic NextJS project. NextJS requires the sharp library, which has an implicit dependency on a specific version of libvips.
Is there any way to generate a development shell for a package that requires build-time dependency wrapping/patching?
Context:
I'm trying to create a development environment for a basic NextJS project. NextJS requires the sharp library, which has an implicit dependency on a specific version of libvips.
There is an example of patching a package dependency in the Wrapping or patching the code or any of its dependencies section of the README. This approach works to generate a package; here's my
override.nix
:How can I do the same thing, but for a shell environment? #44 is closely related, although I see it was closed some time ago.
The text was updated successfully, but these errors were encountered: