ikiwiki: use PerlMagick with imagemagickBig rather than the light version
Ikiwiki needs a version of PerlMagick that has ghostscript to fix https://github.com/NixOS/nixpkgs/issues/9473. This patch is brought to you courtesy of the venerable @vcunat.
This commit is contained in:
parent
c310a5f608
commit
614ed1e1ad
@ -11845,8 +11845,9 @@ let
|
|||||||
ikiwiki = callPackage ../applications/misc/ikiwiki {
|
ikiwiki = callPackage ../applications/misc/ikiwiki {
|
||||||
inherit (perlPackages) TextMarkdown URI HTMLParser HTMLScrubber
|
inherit (perlPackages) TextMarkdown URI HTMLParser HTMLScrubber
|
||||||
HTMLTemplate TimeDate CGISession DBFile CGIFormBuilder LocaleGettext
|
HTMLTemplate TimeDate CGISession DBFile CGIFormBuilder LocaleGettext
|
||||||
RpcXML XMLSimple PerlMagick YAML YAMLLibYAML HTMLTree Filechdir
|
RpcXML XMLSimple YAML YAMLLibYAML HTMLTree Filechdir
|
||||||
AuthenPassphrase NetOpenIDConsumer LWPxParanoidAgent CryptSSLeay;
|
AuthenPassphrase NetOpenIDConsumer LWPxParanoidAgent CryptSSLeay;
|
||||||
|
inherit (perlPackages.override { pkgs = pkgs // { imagemagick = imagemagickBig;}; }) PerlMagick;
|
||||||
};
|
};
|
||||||
|
|
||||||
imagemagick_light = imagemagick.override {
|
imagemagick_light = imagemagick.override {
|
||||||
|
Loading…
Reference in New Issue
Block a user