Commit Graph

4 Commits

Author SHA1 Message Date
Maximilian Bosch
2de35cf8ee
evcxr: fix darwin build
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
2019-07-21 02:13:17 +02:00
Maximilian Bosch
c4323c200f
evcxr: fix hash and cc access
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.
2019-07-21 01:43:55 +02:00
Ben Hamlin
8ae2212da3 evcxr: makeWrapper -> nativeBuildInputs and omit Jupyter kernel
The Jupyter kernel should be its own package. Omitting it and its dependencies here.
2019-05-03 10:06:43 -07:00
Ben Hamlin
dfd2fb6d19 evcxr: init at 0.3.3 2019-04-30 21:50:52 -07:00