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: 66b4de79e384
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 855fbf5533e0
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 16, 2018

  1. kpcli: Fix darwin build

    adding MacPasteboard to perl path to support using clipboard on darwin
    
    (cherry picked from commit f198189)
    ciderale authored and LnL7 committed Jan 16, 2018
    Copy the full SHA
    96fece0 View commit details
    Browse the repository at this point in the history
  2. perlPackages.Clipboard: Fix darwin build

    Darwin requires dependency on MacPasteboard
    
    The test runs successfully when executed interactively from a nix-shell.
    Disable doCheck as paste pasteboard is not accessible in (non-interactive) nix-build.
    
    (cherry picked from commit 9e2e219)
    ciderale authored and LnL7 committed Jan 16, 2018
    Copy the full SHA
    74808b2 View commit details
    Browse the repository at this point in the history
  3. perlPackages.MacPasteboard: init at 0.009

    (cherry picked from commit 9ea67c1)
    ciderale authored and LnL7 committed Jan 16, 2018
    Copy the full SHA
    855fbf5 View commit details
    Browse the repository at this point in the history