wemux: init at 2021-04-16

The usual wemux.conf location is /usr/local/etc, but that directory doesn't
exist, so we patch the script to look in /etc.

Reviewed-by: William Casarin <jb55@jb55.com>
Link: https://lists.sr.ht/~andir/nixpkgs-dev/%3C20210419002256.30999-1-ben@bsima.me%3E
This commit is contained in:
Ben Sima
2021-04-20 11:51:06 -07:00
committed by William Casarin
parent 2b34c2c17a
commit b4a87f0ef0
2 changed files with 40 additions and 0 deletions
+2
View File
@@ -9221,6 +9221,8 @@ in
welkin = callPackage ../tools/graphics/welkin {};
wemux = callPackage ../tools/misc/wemux { };
wf-recorder = callPackage ../applications/video/wf-recorder { };
whipper = callPackage ../applications/audio/whipper { };