We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 033eec1 commit db93501Copy full SHA for db93501
pkgs/applications/graphics/shutter/default.nix
@@ -18,6 +18,14 @@ stdenv.mkDerivation rec {
18
sha256 = "09cn3scwy98wqxkrjhnmxhpfnnynlbb41856yn5m3zwzqrxiyvak";
19
};
20
21
+ patches = [
22
+ (fetchpatch {
23
+ url = "http://svnweb.mageia.org/packages/cauldron/shutter/current/SOURCES/CVE-2015-0854.patch?revision=880308&view=co;"
24
+ name = "CVE-2015-0854.patch"
25
+ sha256 = "09cn3scwy98wqxkrjhnmxhpfnnynlbb41856yn5m3zwzqr1iyvak";
26
+ })
27
+ ];
28
+
29
buildInputs = [ perl makeWrapper gdk_pixbuf librsvg ] ++ perlModules;
30
31
installPhase = ''
0 commit comments