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: 8891b98fbd08
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 20fccce6e611
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 6, 2020

  1. nco: Patch hardcoded paths cp and mv

    Commit b83ed3efe81525302469a3052982f41393a616e0 in the nco source
    repo, hard-coded the paths to cp and mv, so as to point to their FHS
    locations, which resulted in ncrename throwing a "file not found"
    error when invoked outside of an FHS sandbox.
    
    This nixpkgs commit patches the src/nco_fl_utl.c to instead point the
    associated nixpkgs.coreutils locations. The hard-coded paths actually
    occur in a number of other locations, but this is enough to quash the
    error w/ ncrename (and presumably the other CLI nco tooling, although
    this isn't tested).
    tviti committed May 6, 2020
    Copy the full SHA
    5377640 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. Merge pull request #87038 from tviti/patch-nco

    nco: Patch hardcoded paths cp and mv
    ryantm committed May 7, 2020
    Copy the full SHA
    20fccce View commit details
    Browse the repository at this point in the history