[25.11] imagemagick: fix cross compile#489024
Conversation
There was a problem hiding this comment.
This report is automatically generated by the PR / Check / cherry-pick CI workflow.
Some of the commits in this PR require the author's and reviewer's attention.
Sometimes it is not possible to cherry-pick exactly the same patch.
This most frequently happens when resolving merge conflicts.
The range-diff will help to review the resolution of conflicts.
If you need to merge this PR despite the warnings, please dismiss this review shortly before merging.
Warning
Difference between 127574d and original 624d040 may warrant inspection.
Show diff
@@ Metadata
## Commit message ##
phpPackages.imagick: cleanup
+ (cherry picked from commit 624d04074e6ebcfa7889c33b1552a7f8d20ead7f)
+
## pkgs/development/php-packages/imagick/default.nix ##
@@ pkgs/development/php-packages/imagick/default.nix: buildPecl {
pname = "imagick";
- version = "3.8.1";
-- sha256 = "sha256-OjWHwKUkwX0NrZZzoWC5DNd26DaDhHThc7VJ7YZDUu4=";
-+ hash = "sha256-OjWHwKUkwX0NrZZzoWC5DNd26DaDhHThc7VJ7YZDUu4=";
+ version = "3.8.0";
+- sha256 = "sha256-vaZ0YchU8g1hBXgrdpxST8NziLddRIHZUWRNIWf/7sY=";
++ hash = "sha256-vaZ0YchU8g1hBXgrdpxST8NziLddRIHZUWRNIWf/7sY=";
configureFlags = [ "--with-imagick=${imagemagick.dev}" ];
Hint: The full diffs are also available in the runner logs with slightly better highlighting.
Ma27
left a comment
There was a problem hiding this comment.
Eh wait, this needs to go through staging-25.11.
2b5f2f3
Backport of #474586 to
release-25.11.Cherry-picked commits: