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: 0129b95b13e2
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: de66fc6a2a24
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jan 13, 2020

  1. release.nix and release-small.nix: remove unar, fixes #76927

    This package is hardly used in Nixpkgs. Why is it considered
    sufficiently important to block a channel?
    
    It's been blocking the nixpkgs-unstable for 8 days now, so removing it
    from release*.nix.
    FRidh committed Jan 13, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    bwoodsend Brénainn Woodsend
    Copy the full SHA
    de66fc6 View commit details
Showing with 0 additions and 2 deletions.
  1. +0 −1 pkgs/top-level/release-small.nix
  2. +0 −1 pkgs/top-level/release.nix
1 change: 0 additions & 1 deletion pkgs/top-level/release-small.nix
Original file line number Diff line number Diff line change
@@ -156,7 +156,6 @@ with import ./release-lib.nix { inherit supportedSystems; };
time = linux;
tinycc = linux;
udev = linux;
unar = linux;
unzip = all;
usbutils = linux;
utillinux = linux;
1 change: 0 additions & 1 deletion pkgs/top-level/release.nix
Original file line number Diff line number Diff line change
@@ -105,7 +105,6 @@ let
jobs.nix-info-tested.x86_64-linux
# Ensure that X11/GTK are in order.
jobs.thunderbird.x86_64-linux
jobs.unar.x86_64-linux
jobs.cachix.x86_64-linux

/*