Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: 5dc7050bd662
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: aa1a41b60b22
Choose a head ref
  • 19 commits
  • 11 files changed
  • 9 contributors

Commits on Nov 6, 2019

  1. multipath-tools: Fix prefix

    udev rules and manpages in section 8 were installed into $out/usr
    
    Results in the following derivation output diff:
    
     lib/systemd/system
     lib/systemd/system/multipathd.service
     lib/systemd/system/multipathd.socket
    +lib/udev
    +lib/udev/kpartx_id
    +lib/udev/rules.d
    +lib/udev/rules.d/11-dm-mpath.rules
    +lib/udev/rules.d/11-dm-parts.rules
    +lib/udev/rules.d/56-multipath.rules
    +lib/udev/rules.d/66-kpartx.rules
    +lib/udev/rules.d/68-del-part-nodes.rules
     sbin
     share
     share/man
    @@ -79,25 +87,14 @@
     share/man/man3/mpath_persistent_reserve_out.3.gz
     share/man/man5
     share/man/man5/multipath.conf.5.gz
    +share/man/man8
    +share/man/man8/kpartx.8.gz
    +share/man/man8/mpathpersist.8.gz
    +share/man/man8/multipath.8.gz
    +share/man/man8/multipathd.8.gz
     usr
     usr/include
     usr/include/libdmmp
     usr/include/libdmmp/libdmmp.h
     usr/include/mpath_cmd.h
     usr/include/mpath_persist.h
    -usr/lib
    -usr/lib/udev
    -usr/lib/udev/kpartx_id
    -usr/lib/udev/rules.d
    -usr/lib/udev/rules.d/11-dm-mpath.rules
    -usr/lib/udev/rules.d/11-dm-parts.rules
    -usr/lib/udev/rules.d/56-multipath.rules
    -usr/lib/udev/rules.d/66-kpartx.rules
    -usr/lib/udev/rules.d/68-del-part-nodes.rules
    -usr/share
    -usr/share/man
    -usr/share/man/man8
    -usr/share/man/man8/kpartx.8.gz
    -usr/share/man/man8/mpathpersist.8.gz
    -usr/share/man/man8/multipath.8.gz
    -usr/share/man/man8/multipathd.8.gz
    JohnAZoidberg committed Nov 6, 2019
    Copy the full SHA
    27aa4bf View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2019

  1. golden-cheetah: Enable libusb support

    Makes it possible to use ANT+ sensors using an ANT+ USB transceiver.
    JohnAZoidberg committed Dec 22, 2019
    Copy the full SHA
    6c8283e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    57ad131 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    358ab81 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

  1. rofi: fix displaying hicolor icons

    This adds the hicolor theme to XDG_DATA_DIRS for rofi and moves all
    wrapping to rofi/wrapper.nix.
    
    The wrapper will now always be generated, even when a theme is not provided.
    kira-bruneau committed Dec 23, 2019
    Copy the full SHA
    b12dfd0 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2019

  1. nixosTests.mumble: port to python

    nh2 committed Dec 24, 2019
    Copy the full SHA
    c6a032e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3cf9a08 View commit details
    Browse the repository at this point in the history
  3. spamassassin: fix IPv6

    The Net::CIDR::Lite package was missing.
    alyssais committed Dec 24, 2019
    Copy the full SHA
    7ea65c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2019

  1. pipelight: fix build

    I removed the "propagatedbuildInputs" line because it's misspelled, and
    so will never have worked.  Nobody seems to have complained, so
    presumably wasn't necessary.
    alyssais committed Dec 25, 2019
    Copy the full SHA
    349872f View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2019

  1. Merge pull request #76511 from alyssais/pipelight

    pipelight: fix build
    Ma27 committed Dec 26, 2019
    Copy the full SHA
    0201822 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #76452 from zowoq/youtube-dl

    youtube-dl: 2019.11.28 -> 2019.12.25
    Ma27 committed Dec 26, 2019
    Copy the full SHA
    9ba6cc9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c7d9ec5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #76467 from alyssais/spamassassin-ipv6

    spamassassin: fix IPv6
    Ma27 committed Dec 26, 2019
    Copy the full SHA
    8daee5f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #76302 from MetaDark/rofi

    rofi: fix displaying hicolor icons
    Ma27 committed Dec 26, 2019
    Copy the full SHA
    622c199 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #76172 from JohnAZoidberg/golden-cheetah-libusb

    golden-cheetah: Add libusb (ANT+ sensors), 3.5-DEV1903 -> 3.5-RC2X
    JohnAZoidberg committed Dec 26, 2019
    Copy the full SHA
    25ce30d View commit details
    Browse the repository at this point in the history
  7. multipath-tools: Fix prefix (#72917)

    multipath-tools: Fix prefix
    JohnAZoidberg committed Dec 26, 2019
    Copy the full SHA
    95710aa View commit details
    Browse the repository at this point in the history
  8. Merge pull request #76410 from nh2/mumble-test-python

    nixosTests.mumble: port to python
    Ma27 committed Dec 26, 2019
    Copy the full SHA
    ec253e1 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #75124 from ericdallo/add-clojure-lsp

    clojure-lsp: init at release-20191223T204324
    marsam committed Dec 26, 2019
    Copy the full SHA
    dce6d41 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    aa1a41b View commit details
    Browse the repository at this point in the history