about 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.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/graphics/plotutils/default.nix b/pkgs/tools/graphics/plotutils/default.nix
index e7263fcf11e7..bb250b9d8523 100644
--- a/pkgs/tools/graphics/plotutils/default.nix
+++ b/pkgs/tools/graphics/plotutils/default.nix
@@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
 
   buildInputs = [libpng];
 
+  patches = map fetchurl (import ./debian-patches.nix);
+
   configureFlags = "--enable-libplotter"; # required for pstoedit
 
   doCheck = true;