3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #181587 from Awkor/jellyfin-media-player-dbus

This commit is contained in:
Sandro 2022-07-17 00:24:20 +02:00 committed by GitHub
commit 90381a86f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,7 @@
, qtwebengine
, qtx11extras
, jellyfin-web
, withDbus ? stdenv.isLinux, dbus
}:
mkDerivation rec {
@ -74,6 +75,8 @@ mkDerivation rec {
"-DCMAKE_BUILD_TYPE=Release"
"-DQTROOT=${qtbase}"
"-GNinja"
] ++ lib.optionals (!withDbus) [
"-DLINUX_X11POWER=ON"
];
preBuild = ''