Sander van der Burg

Results 116 comments of Sander van der Burg

I'm still working on a better approach that allows you to perform a fake `npm install` from any script, but that is still a work in progress and not an...

I need a bit of clarification why this change is needed. So originally the `--include-peer-dependencies` option was introduced to tune node2nix's own implementation of the dependency resolution algorithm (so for...

@BenSchZA The problem is that the `gifsicle` package has a postinstall script (`install.js`) attempting to download external packages. Unfortunately, downloading undeclared dependencies in a Nix build environment is typically restricted....

Yes that indeed would be nice, but not very easy to replicate. Currently, node2nix ignores optionalDependencies altogether -- it simply uses whatever is in the dependencies section of package.json file...

Hi, Thank you for taking interest in the Nix Android build infrastructure. To answer your questions: * Not so much anymore today, because gradle has now been blessed by Google...

I already have something in mind that could persistently keep the generated data. It's not going to be easy to implement though. It relies on a new experimental feature in...

@Mic92 No they aren't. Although parallel download request might speed up downloads, maybe from a usability point of view, I think having the ability to persistently store the generation state...

@P-E-Meunier The problem is that packages aren't easy to share amongst projects. Even though dependencies might have the same package name and version number, the transitive dependencies that these packages...

I guess you want to include `mapbox-gl-native` as a dependency of a development project? I suspect that you are running into trouble because one of the dependencies of the project...

@michalrus ah ok, at least you know where to get the binary. Then the only challenge is to make sure that it's in the right place, and (maybe) force the...