add PythonMagic
svn path=/nixpkgs/trunk/; revision=9086
This commit is contained in:
parent
4cdef6e368
commit
eb6d79c872
@ -3222,6 +3222,11 @@ rec {
|
||||
inherit fetchurl stdenv ncurses;
|
||||
};
|
||||
|
||||
pythonmagick = import ../applications/graphics/PythonMagick {
|
||||
inherit fetchurl stdenv pkgconfig imagemagick boost;
|
||||
python = python25;
|
||||
};
|
||||
|
||||
ratpoison = import ../applications/window-managers/ratpoison {
|
||||
inherit fetchurl stdenv fontconfig readline;
|
||||
inherit (xlibs) libX11 inputproto libXt libXpm libXft
|
||||
|
Loading…
x
Reference in New Issue
Block a user