perlPackages.ImageMagick: rename from perlPackages.PerlMagick
This commit is contained in:
parent
55692c5a0a
commit
f173c77476
@ -38,7 +38,7 @@ perlPackages.buildPerlPackage rec {
|
|||||||
ImagePNGLibpng
|
ImagePNGLibpng
|
||||||
ImageSane
|
ImageSane
|
||||||
SetIntSpan
|
SetIntSpan
|
||||||
PerlMagick
|
ImageMagick
|
||||||
ConfigGeneral
|
ConfigGeneral
|
||||||
ListMoreUtils
|
ListMoreUtils
|
||||||
HTMLParser
|
HTMLParser
|
||||||
|
@ -8,7 +8,7 @@ let
|
|||||||
Gtk2Unique FileBaseDir FileWhich FileCopyRecursive XMLSimple NetDBus XMLTwig
|
Gtk2Unique FileBaseDir FileWhich FileCopyRecursive XMLSimple NetDBus XMLTwig
|
||||||
XMLParser HTTPMessage ProcSimple SortNaturally LocaleGettext
|
XMLParser HTTPMessage ProcSimple SortNaturally LocaleGettext
|
||||||
ProcProcessTable URI ImageExifTool Gtk2AppIndicator LWP JSON
|
ProcProcessTable URI ImageExifTool Gtk2AppIndicator LWP JSON
|
||||||
PerlMagick WWWMechanize HTTPDate HTMLForm HTMLParser HTMLTagset JSONMaybeXS
|
ImageMagick WWWMechanize HTTPDate HTMLForm HTMLParser HTMLTagset JSONMaybeXS
|
||||||
commonsense HTTPCookies NetOAuth PathClass GooCanvas X11Protocol Cairo
|
commonsense HTTPCookies NetOAuth PathClass GooCanvas X11Protocol Cairo
|
||||||
EncodeLocale TryTiny TypesSerialiser LWPMediaTypes
|
EncodeLocale TryTiny TypesSerialiser LWPMediaTypes
|
||||||
];
|
];
|
||||||
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = with perlPackages; [
|
buildInputs = with perlPackages; [
|
||||||
makeWrapper perl
|
makeWrapper perl
|
||||||
PerlMagick TermProgressBar ImageExifTool
|
ImageMagick TermProgressBar ImageExifTool
|
||||||
FileType ClassMethodMaker
|
FileType ClassMethodMaker
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ lib, stdenv, fetchurl, perlPackages, gettext, makeWrapper, PerlMagick, which, highlight
|
{ lib, stdenv, fetchurl, perlPackages, gettext, makeWrapper, ImageMagick, which, highlight
|
||||||
, gitSupport ? false, git ? null
|
, gitSupport ? false, git ? null
|
||||||
, docutilsSupport ? false, python ? null, docutils ? null
|
, docutilsSupport ? false, python ? null, docutils ? null
|
||||||
, monotoneSupport ? false, monotone ? null
|
, monotoneSupport ? false, monotone ? null
|
||||||
@ -32,7 +32,7 @@ stdenv.mkDerivation {
|
|||||||
buildInputs = [ which highlight ]
|
buildInputs = [ which highlight ]
|
||||||
++ (with perlPackages; [ perl TextMarkdown URI HTMLParser HTMLScrubber HTMLTemplate
|
++ (with perlPackages; [ perl TextMarkdown URI HTMLParser HTMLScrubber HTMLTemplate
|
||||||
TimeDate gettext makeWrapper DBFile CGISession CGIFormBuilder LocaleGettext
|
TimeDate gettext makeWrapper DBFile CGISession CGIFormBuilder LocaleGettext
|
||||||
RpcXML XMLSimple PerlMagick YAML YAMLLibYAML HTMLTree AuthenPassphrase
|
RpcXML XMLSimple ImageMagick YAML YAMLLibYAML HTMLTree AuthenPassphrase
|
||||||
NetOpenIDConsumer LWPxParanoidAgent CryptSSLeay ])
|
NetOpenIDConsumer LWPxParanoidAgent CryptSSLeay ])
|
||||||
++ lib.optionals docutilsSupport [python docutils]
|
++ lib.optionals docutilsSupport [python docutils]
|
||||||
++ lib.optionals gitSupport [git]
|
++ lib.optionals gitSupport [git]
|
||||||
|
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "032nva6iiwmw59gjipm1mv0xlcckhxsf45mc2qbnv19lbis0q22i";
|
sha256 = "032nva6iiwmw59gjipm1mv0xlcckhxsf45mc2qbnv19lbis0q22i";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ perl perlPackages.TextNSP perlPackages.PerlMagick ];
|
propagatedBuildInputs = [ perl perlPackages.TextNSP perlPackages.ImageMagick ];
|
||||||
|
|
||||||
nativeBuildInputs = [ zlib makeWrapper ];
|
nativeBuildInputs = [ zlib makeWrapper ];
|
||||||
buildInputs = lib.optional stdenv.cc.isClang openmp;
|
buildInputs = lib.optional stdenv.cc.isClang openmp;
|
||||||
|
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
wrapProgram "$out/bin/docbook2odf" \
|
wrapProgram "$out/bin/docbook2odf" \
|
||||||
--prefix PATH : "${lib.makeBinPath [ zip libxslt ]}" \
|
--prefix PATH : "${lib.makeBinPath [ zip libxslt ]}" \
|
||||||
--prefix PERL5PATH : "${perlPackages.makePerlPath [ perlPackages.PerlMagick ]}"
|
--prefix PERL5PATH : "${perlPackages.makePerlPath [ perlPackages.ImageMagick ]}"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
@ -25030,7 +25030,7 @@ in
|
|||||||
|
|
||||||
ikiwiki = callPackage ../applications/misc/ikiwiki {
|
ikiwiki = callPackage ../applications/misc/ikiwiki {
|
||||||
python = python3;
|
python = python3;
|
||||||
inherit (perlPackages.override { pkgs = pkgs // { imagemagick = imagemagickBig;}; }) PerlMagick;
|
inherit (perlPackages.override { pkgs = pkgs // { imagemagick = imagemagickBig;}; }) ImageMagick;
|
||||||
};
|
};
|
||||||
|
|
||||||
iksemel = callPackage ../development/libraries/iksemel { };
|
iksemel = callPackage ../development/libraries/iksemel { };
|
||||||
|
@ -9246,7 +9246,7 @@ let
|
|||||||
};
|
};
|
||||||
buildInputs = [ pkgs.gtk3 ];
|
buildInputs = [ pkgs.gtk3 ];
|
||||||
propagatedBuildInputs = [ Readonly Gtk3 ];
|
propagatedBuildInputs = [ Readonly Gtk3 ];
|
||||||
checkInputs = [ TestDifferences PerlMagick TryTiny TestMockObject CarpAlways pkgs.librsvg ];
|
checkInputs = [ TestDifferences ImageMagick TryTiny TestMockObject CarpAlways pkgs.librsvg ];
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
${pkgs.xvfb-run}/bin/xvfb-run -s '-screen 0 800x600x24' \
|
${pkgs.xvfb-run}/bin/xvfb-run -s '-screen 0 800x600x24' \
|
||||||
make test
|
make test
|
||||||
@ -11099,7 +11099,7 @@ let
|
|||||||
sha256 = "0dr69rgl4si9i9ww1r4dc7apgb7y6f7ih808w4g0924cvz823s0x";
|
sha256 = "0dr69rgl4si9i9ww1r4dc7apgb7y6f7ih808w4g0924cvz823s0x";
|
||||||
};
|
};
|
||||||
outputs = [ "out" "tex" ];
|
outputs = [ "out" "tex" ];
|
||||||
propagatedBuildInputs = [ ArchiveZip DBFile FileWhich IOString ImageSize JSONXS LWP ParseRecDescent PerlMagick PodParser TextUnidecode XMLLibXSLT ];
|
propagatedBuildInputs = [ ArchiveZip DBFile FileWhich IOString ImageSize JSONXS LWP ParseRecDescent ImageMagick PodParser TextUnidecode XMLLibXSLT ];
|
||||||
preCheck = ''
|
preCheck = ''
|
||||||
rm t/931_epub.t # epub test fails
|
rm t/931_epub.t # epub test fails
|
||||||
'';
|
'';
|
||||||
@ -16967,8 +16967,9 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
PerlMagick = buildPerlPackage rec {
|
PerlMagick = ImageMagick; # added 2021-08-02
|
||||||
pname = "PerlMagick";
|
ImageMagick = buildPerlPackage rec {
|
||||||
|
pname = "Image-Magick";
|
||||||
version = "7.0.11-1";
|
version = "7.0.11-1";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/J/JC/JCRISTY/Image-Magick-${version}.tar.gz";
|
url = "mirror://cpan/authors/id/J/JC/JCRISTY/Image-Magick-${version}.tar.gz";
|
||||||
|
Loading…
Reference in New Issue
Block a user