Skip to content
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d49e4f607ff3
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9914060dfbb3
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 21, 2018

  1. nullmailer: fix darwin build

    /cc ZHF #36454
    
    (cherry picked from commit 0477af8)
    LnL7 committed Mar 21, 2018

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    LnL7 Daiderd Jordan
    Copy the full SHA
    9914060 View commit details
Showing with 3 additions and 1 deletion.
  1. +3 −1 pkgs/top-level/all-packages.nix
4 changes: 3 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
@@ -14278,7 +14278,9 @@ with pkgs;
inherit (callPackages ../data/fonts/noto-fonts {})
noto-fonts noto-fonts-cjk noto-fonts-emoji;

nullmailer = callPackage ../servers/mail/nullmailer { };
nullmailer = callPackage ../servers/mail/nullmailer {
stdenv = gccStdenv;
};

numix-icon-theme = callPackage ../data/icons/numix-icon-theme { };