summary refs log tree commit diff
path: root/pkgs/tools/graphics/plotutils/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/graphics/plotutils/default.nix')
-rw-r--r--pkgs/tools/graphics/plotutils/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/graphics/plotutils/default.nix b/pkgs/tools/graphics/plotutils/default.nix
index 47cf0a60c2f..c6bde4c5b0c 100644
--- a/pkgs/tools/graphics/plotutils/default.nix
+++ b/pkgs/tools/graphics/plotutils/default.nix
@@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
   buildInputs = [ libpng ];
 
   # disable failing test on i686
+  # https://lists.gnu.org/archive/html/bug-plotutils/2016-04/msg00002.html
   prePatch = stdenv.lib.optionalString stdenv.isi686 ''
     substituteInPlace test/Makefile.in --replace 'spline.test' ' '
   '';