mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/akkoma: include ImageMagick by default (#353164)
This commit is contained in:
commit
4ff852554d
1 changed files with 2 additions and 2 deletions
|
@ -501,8 +501,8 @@ in {
|
|||
|
||||
extraPackages = mkOption {
|
||||
type = with types; listOf package;
|
||||
default = with pkgs; [ exiftool ffmpeg-headless graphicsmagick-imagemagick-compat ];
|
||||
defaultText = literalExpression "with pkgs; [ exiftool ffmpeg-headless graphicsmagick-imagemagick-compat ]";
|
||||
default = with pkgs; [ exiftool ffmpeg-headless imagemagick ];
|
||||
defaultText = literalExpression "with pkgs; [ exiftool ffmpeg-headless imagemagick ]";
|
||||
example = literalExpression "with pkgs; [ exiftool ffmpeg-full imagemagick ]";
|
||||
description = ''
|
||||
List of extra packages to include in the executable search path of the service unit.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue