imagemagick: Remove obsolete patch
According to https://www.imagemagick.org/discourse-server/viewtopic.php?f=4&t=29588 this has been mitigated in versions 6.9.4-7 and 7.0.1-9, which we're well past already.
This commit is contained in:
parent
ed2c6a0e21
commit
4c1bf57f37
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
|||||||
inherit (cfg) sha256;
|
inherit (cfg) sha256;
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./imagetragick.patch ] ++ cfg.patches;
|
patches = cfg.patches;
|
||||||
|
|
||||||
outputs = [ "out" "dev" "doc" ]; # bin/ isn't really big
|
outputs = [ "out" "dev" "doc" ]; # bin/ isn't really big
|
||||||
outputMan = "out"; # it's tiny
|
outputMan = "out"; # it's tiny
|
||||||
|
@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
|
|||||||
inherit (cfg) sha256;
|
inherit (cfg) sha256;
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./imagetragick.patch ] ++ cfg.patches;
|
patches = cfg.patches;
|
||||||
|
|
||||||
outputs = [ "out" "dev" "doc" ]; # bin/ isn't really big
|
outputs = [ "out" "dev" "doc" ]; # bin/ isn't really big
|
||||||
outputMan = "out"; # it's tiny
|
outputMan = "out"; # it's tiny
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
--- a/config/policy.xml
|
|
||||||
+++ b/config/policy.xml
|
|
||||||
67a68,72
|
|
||||||
> <policy domain="coder" rights="none" pattern="EPHEMERAL" />
|
|
||||||
> <policy domain="coder" rights="none" pattern="URL" />
|
|
||||||
> <policy domain="coder" rights="none" pattern="HTTPS" />
|
|
||||||
> <policy domain="coder" rights="none" pattern="MVG" />
|
|
||||||
> <policy domain="coder" rights="none" pattern="MSL" />
|
|
Loading…
x
Reference in New Issue
Block a user