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: fdef413dcd78
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 39cb2244ff6d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 18, 2021

  1. rWrapper: use symlinkJoin instead of runCommand

    While trying to build a haskell-project I got:
    
    Configuring library for inline-r-0.10.4..
    cabal: The pkg-config package 'libR' version ==3.0 || >3.0 is required but it
    could not be found.
    
    the rWrapper was only bringing the R binary without its companion
    library: this fixes it.
    teto committed Jan 18, 2021
    Copy the full SHA
    ef156fb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #109717 from teto/fix-r-wrapper

    rWrapper: use symlinkJoin instead of runCommand
    peti committed Jan 18, 2021
    Copy the full SHA
    39cb224 View commit details
    Browse the repository at this point in the history