diff options
author | Ethel Morgan <eth@ethulhu.co.uk> | 2020-05-24 22:13:17 +0100 |
---|---|---|
committer | Ethel Morgan <eth@ethulhu.co.uk> | 2020-05-24 22:13:17 +0100 |
commit | 46040ea7b1911c09b270f65cf5a5548a91f16e95 (patch) | |
tree | ae9c372529b62766d7534ad9dd51ad1905b108be /pkgs/default.nix | |
parent | 72ceb05070fb2a4aecefbecc6f582b41b9e71b1c (diff) |
add DLNAtoad package & service module
Diffstat (limited to '')
-rw-r--r-- | pkgs/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix index af5e4f1..4597568 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -10,6 +10,8 @@ pkgs: super: { helix = pkgs.callPackage ( builtins.fetchGit { url = "https://github.com/ethulhu/helix"; rev = "142be94fb81ee3ff7aba1694836fd45330d22862"; } ) {}; + dlnatoad = pkgs.callPackage ./dlnatoad {}; + libnpupnp = pkgs.callPackage ./libnpupnp { }; libupnpp = pkgs.callPackage ./libupnpp { }; upmpdcli = pkgs.callPackage ./upmpdcli { }; |