lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+2
+2
pkgs/applications/graphics/PythonMagick/default.nix
··· 1 + # This expression provides Python bindings to ImageMagick. Python libraries are supposed to be called via `python-packages.nix`. 2 + 1 3 {stdenv, fetchurl, python, boost, pkgconfig, imagemagick}: 2 4 3 5 stdenv.mkDerivation rec {