summary refs log tree commit diff
path: root/pkgs/applications/graphics/PythonMagick
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/PythonMagick')
-rw-r--r--pkgs/applications/graphics/PythonMagick/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/PythonMagick/default.nix b/pkgs/applications/graphics/PythonMagick/default.nix
index 332bb8794e71..b1f64afd9aee 100644
--- a/pkgs/applications/graphics/PythonMagick/default.nix
+++ b/pkgs/applications/graphics/PythonMagick/default.nix
@@ -1,3 +1,5 @@
+# This expression provides Python bindings to ImageMagick. Python libraries are supposed to be called via `python-packages.nix`.
+
 {stdenv, fetchurl, python, boost, pkgconfig, imagemagick}:
 
 stdenv.mkDerivation rec {