summary refs log tree commit diff
path: root/nixos/modules/services/networking/minidlna.nix
diff options
context:
space:
mode:
authorAmbroz Bizjak <ambrop7@gmail.com>2015-07-03 23:05:57 +0200
committerAmbroz Bizjak <ambrop7@gmail.com>2015-07-04 09:16:28 +0200
commit42a5ad5c5ec9b9b309428ede6740e042ec7edaea (patch)
treef05de04e251dafc1ba08d5df6c86ed075dc4259d /nixos/modules/services/networking/minidlna.nix
parentb451382c63496bbf868405d217dcbf5b2e47c7bc (diff)
downloadnixlib-42a5ad5c5ec9b9b309428ede6740e042ec7edaea.tar
nixlib-42a5ad5c5ec9b9b309428ede6740e042ec7edaea.tar.gz
nixlib-42a5ad5c5ec9b9b309428ede6740e042ec7edaea.tar.bz2
nixlib-42a5ad5c5ec9b9b309428ede6740e042ec7edaea.tar.lz
nixlib-42a5ad5c5ec9b9b309428ede6740e042ec7edaea.tar.xz
nixlib-42a5ad5c5ec9b9b309428ede6740e042ec7edaea.tar.zst
nixlib-42a5ad5c5ec9b9b309428ede6740e042ec7edaea.zip
minidlna: 1.0.25 -> 1.1.4
Changes:
- gettext is needed to build
- Switched to using non-legacy ffmpeg.
- Removed ffmpeg stuff from include path since it causes build errors related to
a time.h header.
- Removed unneeded patch.
- Adjusted NixOS service due to the binary being renamed.
Diffstat (limited to 'nixos/modules/services/networking/minidlna.nix')
-rw-r--r--nixos/modules/services/networking/minidlna.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/minidlna.nix b/nixos/modules/services/networking/minidlna.nix
index 51850496e2c9..aa28502a12c4 100644
--- a/nixos/modules/services/networking/minidlna.nix
+++ b/nixos/modules/services/networking/minidlna.nix
@@ -97,7 +97,7 @@ in
             Type = "forking";
             PIDFile = "/run/minidlna/pid";
             ExecStart =
-              "@${pkgs.minidlna}/sbin/minidlna minidlna -P /run/minidlna/pid" +
+              "@${pkgs.minidlna}/sbin/minidlnad minidlnad -P /run/minidlna/pid" +
               " -f ${pkgs.writeText "minidlna.conf" cfg.config}";
           };
       };