pythonmagick: note to whoever maintains this that expression should be moved

This commit is contained in:
Frederik Rietdijk 2017-07-19 14:35:21 +02:00
parent 6b628d7c03
commit ac594af559

View File

@ -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 {