mpv: use sysconfdir /etc
closes #397333 supersedes #397410 Co-authored-by: Kevin Cox <kevincox@kevincox.ca>
This commit is contained in:
@@ -138,6 +138,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
mesonFlags = [
|
||||
(lib.mesonOption "default_library" "shared")
|
||||
(lib.mesonOption "sysconfdir" "/etc")
|
||||
(lib.mesonBool "libmpv" true)
|
||||
(lib.mesonEnable "manpage-build" true)
|
||||
(lib.mesonEnable "cdda" cddaSupport)
|
||||
|
||||
Reference in New Issue
Block a user