Hi, I'm working on a PR[1] to add the blitz++ library[2] to Nixpkgs. However, I'm baffled by an error that travis produces [2, line 822]. The package builds fine on my Nix in openSUSE as well as on NixOs in a virtualbox. It seems to be some issue with autotools where the configure script puts a literal `no` into a `#define` that should just be left empty if the feature is not available.
Any ideas how I could fix this? Is there something different about the tool-chain used on travis? Best, Andreas [1]: https://github.com/NixOS/nixpkgs/pull/5062 [2]: https://sourceforge.net/projects/blitz/ [3]: https://travis-ci.org/NixOS/nixpkgs/builds/41625038#L822 _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
