about summary refs log tree commit diff
path: root/pkgs/tools/graphics/argyllcms/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/graphics/argyllcms/default.nix')
-rw-r--r--pkgs/tools/graphics/argyllcms/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/graphics/argyllcms/default.nix b/pkgs/tools/graphics/argyllcms/default.nix
index a8ffc634d0e1..fce383dcc9c4 100644
--- a/pkgs/tools/graphics/argyllcms/default.nix
+++ b/pkgs/tools/graphics/argyllcms/default.nix
@@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
     curlOpts = "--user-agent 'Mozilla/5.0'";
   };
 
+  patches = [ ./gcc5.patch ];
+
   # The contents of this file comes from the Jamtop file from the
   # root of the ArgyllCMS distribution, rewritten to pick up Nixpkgs
   # library paths. When ArgyllCMS is updated, make sure that changes