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: 96ea00a5ce84
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 17d334e05c6a
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Sep 1, 2020

  1. zotero: fix reliance on coreutils being in PATH

    zotero currently fails in pure environments with:
    
    .zotero-wrapped: line 12: readlink: command not found
    .zotero-wrapped: line 12: dirname: command not found
    .zotero-wrapped: line 13: /zotero-bin: No such file or directory
    
    Because the script assumes that readlink and dirname are
    available. Fix by adding coreutils to PATH using the wrapper.
    danieldk committed Sep 1, 2020
    Copy the full SHA
    13ab2b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Merge pull request #96900 from danieldk/zotero-impurity

    zotero: fix reliance on coreutils being in PATH
    danieldk committed Sep 3, 2020
    Copy the full SHA
    17d334e View commit details
    Browse the repository at this point in the history