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: c3796a7d1b64
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 6f3bd5db2f4d
Choose a head ref
  • 5 commits
  • 7 files changed
  • 5 contributors

Commits on Sep 5, 2018

  1. nixos/tests/opensmtpd: prevent non-deterministic failure (#46071)

    A sporadic failure occured on Hydra because a request was sent
    to smtpd after the systemd unit was started, but before the daemon
    was actually listening. Fix by checking for open ports first.
    
    (cherry picked from commit f70dc57)
    xeji committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    a6e2a55 View commit details
    Browse the repository at this point in the history
  2. nixos/activation: fix activation script for non-POSIX shells (#46042)

    This fixes an issue with shells like fish that are not fully POSIX
    compliant. The syntax `ENV=val cmd' doesn't work properly in there.
    
    This issue has been addressed in #45932 and #45945, however it has been
    recommended to use a single shell (`stdenv.shell' which is either
    `bash' or `sh') to significantly reduce the maintenance overload in the
    future.
    
    See NixOS/nixpkgs#45897 (comment)
    
    Fixes #45897
    
    /cc @FRidh @xaverdh @etu
    
    (cherry picked from commit df05618)
    Ma27 authored and xeji committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    a015527 View commit details
    Browse the repository at this point in the history
  3. python.pkgs.py3status: fix build

    (cherry picked from commit 0410434)
    Robert Schütz committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    76b654c View commit details
    Browse the repository at this point in the history
  4. gnu-smalltalk: fix build

    disable format hardening
    
    (cherry picked from commit e5d9c16)
    xeji authored and Mic92 committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    5b82747 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2018

  1. linux: Remove 4.17

    (cherry picked from commit f89d6d9)
    NeQuissimus committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    6f3bd5d View commit details
    Browse the repository at this point in the history