mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 13:05:08 +00:00
Revert "imagemagick: 7.1.1-15 -> 7.1.1-17"
This commit is contained in:
parent
9ae6d1e6f6
commit
63fb056bfe
@ -47,13 +47,13 @@ in
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "imagemagick";
|
pname = "imagemagick";
|
||||||
version = "7.1.1-17";
|
version = "7.1.1-15";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ImageMagick";
|
owner = "ImageMagick";
|
||||||
repo = "ImageMagick";
|
repo = "ImageMagick";
|
||||||
rev = finalAttrs.version;
|
rev = finalAttrs.version;
|
||||||
hash = "sha256-N4SSa3fg3VbJfisQtcYTRsrhzo7/lNg2pAeti8fR0Xk=";
|
hash = "sha256-/fI/RrwcgvKX5loIrDAur60VF5O4FgyPYN7BbcPP/bU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "dev" "doc" ]; # bin/ isn't really big
|
outputs = [ "out" "dev" "doc" ]; # bin/ isn't really big
|
||||||
@ -134,7 +134,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
description = "A software suite to create, edit, compose, or convert bitmap images";
|
description = "A software suite to create, edit, compose, or convert bitmap images";
|
||||||
pkgConfigModules = [ "ImageMagick" "MagickWand" ];
|
pkgConfigModules = [ "ImageMagick" "MagickWand" ];
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
changelog = "https://github.com/ImageMagick/Website/blob/main/ChangeLog.md";
|
|
||||||
maintainers = with maintainers; [ erictapen dotlambda rhendric ];
|
maintainers = with maintainers; [ erictapen dotlambda rhendric ];
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
mainProgram = "magick";
|
mainProgram = "magick";
|
||||||
|
Loading…
Reference in New Issue
Block a user