Skip to content
This repository was 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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c3796a7d1b64
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 76b654c4d5cd
Choose a head ref
  • 3 commits
  • 4 files changed
  • 3 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

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    marsam Mario Rodas
    Copy the full SHA
    a6e2a55 View commit details
  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

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    a015527 View commit details
  3. python.pkgs.py3status: fix build

    (cherry picked from commit 0410434)
    Robert Schütz committed Sep 5, 2018

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    76b654c View commit details
Loading