summary refs log tree commit diff
path: root/pkgs/development/interpreters/evcxr
Commit message (Collapse)AuthorAge
* evcxr: 0.4.4 -> 0.4.5Maximilian Bosch2019-09-16
| | | | | | | New release: https://github.com/google/evcxr/blob/v0.4.5/RELEASE_NOTES.md#version-045 Also added myself as maintainer and removed `zeromq` from the build inputs as it's now vendored by upstream.
* evcxr: 0.4.3 -> 0.4.4Maximilian Bosch2019-08-29
| | | | https://github.com/google/evcxr/releases/tag/v0.4.4
* evcxr: 0.3.3 -> 0.4.3Maximilian Bosch2019-08-25
| | | | | | | The current version fails to build: https://hydra.nixos.org/build/99189245 Please note that the releases aren't tracked by Git, but the currently used rev points to `0.4.3` at crates.io: https://crates.io/crates/evcxr/0.4.3
* evcxr: fix darwin buildMaximilian Bosch2019-07-21
| | | | | | | It seems as the `Security` framework is missing during the linking in a darwin build environment: https://logs.nix.ci/?key=nixos/nixpkgs.60675&attempt_id=42d9c159-f1a2-4abc-ab14-9dea23d941b1
* evcxr: fix hash and `cc` accessMaximilian Bosch2019-07-21
| | | | | | The `cargoSha256` hashes across the sourcetree had to be altered after the last `cargo-vendor` bump. Also ensured that `cc` is available in `$PATH` to avoid startup errors in the REPL.
* evcxr: makeWrapper -> nativeBuildInputs and omit Jupyter kernelBen Hamlin2019-05-03
| | | | The Jupyter kernel should be its own package. Omitting it and its dependencies here.
* evcxr: init at 0.3.3Ben Hamlin2019-04-30