Commit Graph
5 Commits
Author SHA1 Message Date
Alain Lehmann 83dc28cae2 graph-tool: use buildPythonPackage with format = "other"; 2018-02-12 21:33:14 +01:00
Alain Lehmann a842f0e905 graph-tool: 2.16 -> 2.26
- add ncurses: configure links against ncurses and fails otherwise
    configure: error: Could not link test program to Python.
    https://travis-ci.org/NixOS/nixpkgs/builds/48759067
    The given hint (Maybe the main Python library has been installed
    in some non-standard library path) is misleading.
    The config.log reveals that the failure is due to missing ncurses link option
- with-boost-libdir is need to find Boost::IOStreams/regex/etc.
- expat/cgal are detected in /usr/lib when not specified explicitly
- boost > boost159 is needed to have -lboost_python3 (and -lboost_python)

- set pythonModule = Python;
  => inorder to be used in python.buildEnv { extraLibs = [..]; }

tested on MacOSX and in a linux Docker container with:
> nix-shell -I nixpkgs=. -p python2.pkgs.graph-tool
> nix-shell -I nixpkgs=. -p python3.pkgs.graph-tool
2018-02-11 21:34:01 +01:00
Alain Lehmann f198189177 kpcli: Fix darwin build
adding MacPasteboard to perl path to support using clipboard on darwin
2018-01-15 22:08:03 +01:00
Alain Lehmann 9e2e219608 perlPackages.Clipboard: Fix darwin build
Darwin requires dependency on MacPasteboard

The test runs successfully when executed interactively from a nix-shell.
Disable doCheck as paste pasteboard is not accessible in (non-interactive) nix-build.
2018-01-15 22:08:03 +01:00
Alain Lehmann 9ea67c101c perlPackages.MacPasteboard: init at 0.009 2018-01-15 22:08:03 +01:00