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

Commits on Mar 27, 2019

  1. imagemagick7Big: Revert meta.broken to false (#58414)

    imagemagickBig and imagemagick7Big were marked broken in #55634 due
    to #55118.  #57313 fixed the bug but reverted the broken bit only on
    imagemagickBig.  Revert it on imagemagick7Big too.
    
    Signed-off-by: Anders Kaseorg <andersk@mit.edu>
    andersk authored and veprbl committed Mar 27, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    marsam Mario Rodas
    Copy the full SHA
    0a88820 View commit details
Showing with 0 additions and 1 deletion.
  1. +0 −1 pkgs/applications/graphics/ImageMagick/7.0.nix
1 change: 0 additions & 1 deletion pkgs/applications/graphics/ImageMagick/7.0.nix
Original file line number Diff line number Diff line change
@@ -84,7 +84,6 @@ stdenv.mkDerivation rec {
description = "A software suite to create, edit, compose, or convert bitmap images";
platforms = platforms.linux ++ platforms.darwin;
license = licenses.asl20;
broken = ghostscript != null; # https://github.com/NixOS/nixpkgs/issues/55118
maintainers = with maintainers; [ the-kenny ];
};
}