mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
mwlib may use imagemagick (convert)
This commit is contained in:
parent
d88f704516
commit
58f6da5cc6
1 changed files with 1 additions and 0 deletions
|
@ -226,6 +226,7 @@ in
|
|||
chmod -Rc u=rwX,go= '${cfg.nslave.cachedir}'
|
||||
'';
|
||||
|
||||
path = with pkgs; [ imagemagick ];
|
||||
environment = {
|
||||
PYTHONPATH = concatMapStringsSep ":"
|
||||
(m: "${pypkgs.${m}}/lib/${python.libPrefix}/site-packages")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue