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: 3418e7346987
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e39775fd495d
Choose a head ref
  • 5 commits
  • 4 files changed
  • 1 contributor

Commits on Sep 12, 2017

  1. chromaprint: Disable on Darwin

    Last successful build 2015-09-20 08:03:33
    
    https://hydra.nixos.org/build/60589826
    (cherry picked from commit 817c20c)
    dezgeg committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    37fc2c0 View commit details
    Browse the repository at this point in the history
  2. toxic: Disable on Darwin

    Last successful build 2014-03-12 17:47:58
    
    https://hydra.nixos.org/build/59716009
    (cherry picked from commit e6e8565)
    dezgeg committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    1b6e075 View commit details
    Browse the repository at this point in the history
  3. pythonPackages.alot: Disable on Darwin

    Last successful build 2015-12-31 19:17:08
    
    https://hydra.nixos.org/build/60775312
    (cherry picked from commit 8d85d27)
    dezgeg committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    7b05f25 View commit details
    Browse the repository at this point in the history
  4. pythonPackages.audiotools: Disable on Darwin

    Last successful build 2015-09-20 07:44:17
    
    https://hydra.nixos.org/build/60587519
    (cherry picked from commit 8f566f4)
    dezgeg committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    6b5eeca View commit details
    Browse the repository at this point in the history
  5. lib.cleanSourceFilter: Fix VIM swap file filtering

    The backslash wasn't properly escaped, and "\." is apparently equal to
    ".". So it's accidentally filtering out these valid file names (in
    Nixpkgs):
    
    trace: excluding clfswm
    trace: excluding larswm
    trace: excluding mkpasswd
    
    While at it, turn the file filter stricter to what it was before
    e2589b3. That is, the file name must
    start with a dot: '.swp', '.foo.swo' are filtered but 'bar.swf' is not.
    
    (cherry picked from commit 9275c33)
    dezgeg committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    e39775f View commit details
    Browse the repository at this point in the history