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: cfe68f2b68b7
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: d4c2f1ab5d1f
Choose a head ref
  • 19 commits
  • 14 files changed
  • 15 contributors

Commits on May 4, 2020

  1. tor: fix cross compiling

    sorki committed May 4, 2020
    Copy the full SHA
    8aab081 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. mksh: 58 -> 59

    r-ryantm committed May 6, 2020
    Copy the full SHA
    8b418f7 View commit details
    Browse the repository at this point in the history
  2. php: override outputsToInstall when using withExtensions

    At the moment, using .withExtensions on a PHP derivation will
    produce something which can't be used inside an
    environment.systemPackages array, because outputsToInstall refers
    to an output which doesn't exist on the final derivation.
    
    Instead, override it back to just containing the single output
    "out".
    lukegb committed May 6, 2020
    Copy the full SHA
    c13df54 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. nixos/resolved: Include dbus alias of resolved unit

    This will make dbus socket activation for it work
    
    When `systemd-resolved` is restarted; this would lead to unavailability
    of DNS lookups.  You're supposed to use DBUS socket activation to buffer
    resolved requests; such that restarts happen without downtime
    arianvp committed May 8, 2020
    Copy the full SHA
    7fe539f View commit details
    Browse the repository at this point in the history
  2. open-watcom-bin: fix EOVERFLOW on stat() calls

    We've already worked around failing stat() calls in the installer by
    running it in qemu-user. Turns out on some systems this workaround is
    also needed to run `wlib', the archiver of the Open Watcom toolchain.
    
    This issue manifested itself in broken VirtualBox builds due to
    /build/virtualbox/out/linux.amd64/dbgopt/obj/VBoxPcBios32/pci32.obj
    not being found by `wlib'.
    
    We now just wrap all binaries in qemu-user to avoid this.
    blitz committed May 8, 2020
    Copy the full SHA
    3dbb32f View commit details
    Browse the repository at this point in the history

Commits on May 9, 2020

  1. lxd: 4.0.1 -> 4.1

    marsam authored and bjornfor committed May 9, 2020
    Copy the full SHA
    8f50661 View commit details
    Browse the repository at this point in the history
  2. mupdf: add MIME types to .desktop

    wamserma authored and bjornfor committed May 9, 2020
    Copy the full SHA
    c22237d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9e0ab6d View commit details
    Browse the repository at this point in the history
  4. gnomeExtensions.window-is-ready-remover unstable-2020-03-25 -> 1.02

    Also add license.
    firmero authored and bjornfor committed May 9, 2020
    Copy the full SHA
    c35d8c9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #87384 from r-ryantm/auto-update/python2.7-pyroute2

    python27Packages.pyroute2: 0.5.11 -> 0.5.12
    Mic92 committed May 9, 2020
    Copy the full SHA
    c979f81 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #86767 from sorki/cc_tor

    tor: fix cross compiling
    joachifm committed May 9, 2020
    Copy the full SHA
    16e475d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #87138 from lukegb/fix-php

    php: correctly set outputsToInstall after withExtensions.
    adisbladis committed May 9, 2020
    Copy the full SHA
    2e69f89 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    77c3d14 View commit details
    Browse the repository at this point in the history
  9. maintainers: add cyplo

    cyplo authored and bjornfor committed May 9, 2020
    Copy the full SHA
    3458035 View commit details
    Browse the repository at this point in the history
  10. genpass: init at 0.4.1

    cyplo authored and bjornfor committed May 9, 2020
    Copy the full SHA
    69c6d18 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    a68a408 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #87273 from blitz/open-watcom

    virtualbox: Fix build issue due to open-watcom-bin
    flokli committed May 9, 2020
    Copy the full SHA
    5f7c449 View commit details
    Browse the repository at this point in the history
  13. bitcoin: 0.19.0.1 -> 0.19.1

    prusnak authored and bjornfor committed May 9, 2020
    Copy the full SHA
    8277fb4 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #87263 from arianvp/resolved-dbus

    nixos/resolved: Include dbus alias of resolved unit
    flokli committed May 9, 2020
    Copy the full SHA
    d4c2f1a View commit details
    Browse the repository at this point in the history