Frédéric Menou

Results 19 comments of Frédéric Menou

I ended up writing the following script for this: https://github.com/ptitfred/personal-infrastructure/pull/12

I guess a good entry point is https://github.com/svanderburg/node2nix/blob/master/lib/Package.js#L219

I'm volunteering to fixing this issue. Can I be assigned to it?

Note that [the archive from hackage itself](https://hackage.haskell.org/package/biscuit-haskell-0.2.1.0/biscuit-haskell-0.2.1.0.tar.gz) has the issue (missing test files). Maybe should we fix that first?

Ok I can confirm that the cabal upload itself is missing the files, but I can't guarantee it will fix nixpkgs. It can't hurt though.

I've tested with the both original archive from cabal and the one that would be built following merge of #49 and looks like it's working 🎉 My test process: ```...

Need a more accurate diagnosis. They are some good chances that native implementation will clean this mess up.

I'm pretty sure this doesn't work with maven. Does the jar produced by `mvn client install` contains the library + the 2 executables ?

The zipping task is taking bash scripts and then override with yours, resulting a mix of shell scripts and binaries with the should-be-good result.

Ok I got it. The packaging supposes the binaries produced from C++ are put in /client/target/native-binaries. (Remember, the env var I call make with :P). 2012/3/8 daniperez < [email protected] >...