nixos/gitlab: gitlab-workhorse requires exiftool on path to process uploaded images

This commit is contained in:
Johan Thomsen
2019-07-22 16:41:16 +00:00
committed by Robin Gloster
parent d893a9acf8
commit bbd4a0c100
+1
View File
@@ -585,6 +585,7 @@ in {
after = [ "network.target" ];
wantedBy = [ "multi-user.target" ];
path = with pkgs; [
exiftool
gitAndTools.git
gnutar
gzip