Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 0a352717b0a8
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e15bc90accfd
Choose a head ref
  • 5 commits
  • 4 files changed
  • 2 contributors

Commits on May 1, 2019

  1. evcxr: init at 0.3.3

    Ben Hamlin committed May 1, 2019
    Copy the full SHA
    dfd2fb6 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. evcxr: makeWrapper -> nativeBuildInputs and omit Jupyter kernel

    The Jupyter kernel should be its own package. Omitting it and its dependencies here.
    Ben Hamlin committed May 3, 2019
    Copy the full SHA
    8ae2212 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2019

  1. 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.
    Ma27 committed Jul 20, 2019
    Copy the full SHA
    c4323c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2019

  1. 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
    Ma27 committed Jul 21, 2019
    Copy the full SHA
    2de35cf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #60675 from protoben/evcxr-0.3.3

    evcxr: init at 0.3.3
    Ma27 committed Jul 21, 2019
    Copy the full SHA
    e15bc90 View commit details
    Browse the repository at this point in the history