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: ba0bd29a1aef
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: a780c60f9f79
Choose a head ref
  • 16 commits
  • 25 files changed
  • 10 contributors

Commits on Sep 19, 2020

  1. mariadb-connector-c: multiple outputs

    (cherry picked from commit c0825dd)
    ttuegel committed Sep 19, 2020
    Copy the full SHA
    d44e1ac View commit details
    Browse the repository at this point in the history
  2. Merge pull request #98273 from ttuegel/staging-20.09--mariadb-connect…

    …or-c-multiple-outputs
    
    mariadb-connector-c: multiple outputs
    ttuegel committed Sep 19, 2020
    Copy the full SHA
    6af8820 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. Copy the full SHA
    397fc9b View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. verilator: 4.040 -> 4.100

    Signed-off-by: Pamplemousse <xav.maso@gmail.com>
    (cherry picked from commit 9839c0b)
    Pamplemousse committed Sep 22, 2020
    Copy the full SHA
    14b64ad View commit details
    Browse the repository at this point in the history
  2. hop: fix build

    The configure process tries to escape the sandbox by writing into /tmp
    
    (cherry picked from commit 943fa12)
    vbgl committed Sep 22, 2020
    Copy the full SHA
    6e31319 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7e5277b View commit details
    Browse the repository at this point in the history
  4. python3Packages.word2vec: fix build and tests

    (cherry picked from commit 6a4e785)
    wkral authored and Jon committed Sep 22, 2020
    Copy the full SHA
    4eec4a7 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'staging-20.09' into release-20.09

    aarch64 and darwin still have a few thousand builds to finish,
    but it seems OK to merge already.
    vcunat committed Sep 22, 2020
    Copy the full SHA
    888d3a4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #98240 from Pamplemousse/backport_verilator

    [20.09] verilator: 4.040 -> 4.100
    risicle committed Sep 22, 2020
    Copy the full SHA
    0b887c6 View commit details
    Browse the repository at this point in the history
  7. coqPackages.metalib: 20170713 → 20200527

    (cherry picked from commit a1f8e0b)
    vbgl committed Sep 22, 2020
    Copy the full SHA
    bf55f0c View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. perl-cross: fix . being included in INC

    perl-cross set `default_inc_excludes_dot` to undefined by default. This
    sets `-Ddefault_inc_excludes_dot` explicitly when cross compiling.
    
    (cherry picked from commit e292657)
    stigtsp authored and Jon committed Sep 23, 2020
    Copy the full SHA
    9214e95 View commit details
    Browse the repository at this point in the history
  2. tests.haskell-shellFor: get compiling again

    (cherry picked from commit bdc7deed613290588c2f77a4e0e65f98fa1562ff)
    cdepillabout authored and Jon committed Sep 23, 2020
    Copy the full SHA
    aa37cc1 View commit details
    Browse the repository at this point in the history
  3. xmlbird: fix build with python 3.8

    also force use of gccStdenv to fix darwin build
    
    (cherry picked from commit 781b870)
    risicle authored and Jon committed Sep 23, 2020
    Copy the full SHA
    ff3baa2 View commit details
    Browse the repository at this point in the history
  4. birdfont: fix build on non-nixos/debian systems

    to do this we need to prevent platform.version() from using uname to
    discover this is a debian kernel and try dpkg nonsense
    
    (cherry picked from commit 0b67d9e)
    risicle authored and Jon committed Sep 23, 2020
    Copy the full SHA
    8c4d4ea View commit details
    Browse the repository at this point in the history
  5. why3: 1.3.1 -> 1.3.3

    (cherry picked from commit 64b68b3)
    vbgl committed Sep 23, 2020
    Copy the full SHA
    9b0e8d7 View commit details
    Browse the repository at this point in the history
  6. nixos/stage-1: set up /dev/fd

    Otherwise, stage-2-init.sh will complain about not having access to
    /dev/fd/62 as of systemd v246.
    
    On IRC, flokli said:
    
        15:14 <flokli> cole-h: hmmm... I could imagine some of the setup inside /dev has been moved into other parts of systemd
        15:14 <flokli> And given we run systemd much later (outside initramfs only) it doesn't work properly here
        15:17 <flokli> We probably don't invoke udev correctly
    
    (cherry picked from commit 4586810)
    cole-h authored and flokli committed Sep 23, 2020
    Copy the full SHA
    a780c60 View commit details
    Browse the repository at this point in the history