imagemagick: set passthru.updateScript (#531156)
This commit is contained in:
@@ -61,6 +61,7 @@
|
||||
nixos-icons,
|
||||
perlPackages,
|
||||
python3,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
assert libXtSupport -> libX11Support;
|
||||
@@ -204,6 +205,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
};
|
||||
};
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
homepage = "http://www.imagemagick.org/";
|
||||
changelog = "https://github.com/ImageMagick/Website/blob/main/ChangeLog.md";
|
||||
|
||||
Reference in New Issue
Block a user