Skip to content

Commit

Permalink
nixos/redmine: replace imagemagickBig with imagemagick (#57078)
Browse files Browse the repository at this point in the history
  • Loading branch information
aanderse authored and xeji committed Mar 8, 2019
1 parent 10ec32a commit d800bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/misc/redmine.nix
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ in
environment.REDMINE_LANG = "en";
environment.SCHEMA = "${cfg.stateDir}/cache/schema.db";
path = with pkgs; [
imagemagickBig
imagemagick
bazaar
cvs
darcs
Expand Down

0 comments on commit d800bd9

Please sign in to comment.