biome: 1.9.2 -> 1.9.3
[NixPkgs.git] / pkgs / kde / plasma / plasma-mobile / default.nix
blob18654f28dc3d3cc7a3ec3611551427f7825c519d
2   mkKdeDerivation,
3   pkg-config,
4   qtsensors,
5   plasma-workspace,
6 }:
7 mkKdeDerivation {
8   pname = "plasma-mobile";
10   extraNativeBuildInputs = [ pkg-config ];
11   extraBuildInputs = [ qtsensors ];
12   postFixup = ''
13     substituteInPlace "$out/share/wayland-sessions/plasma-mobile.desktop" \
14       --replace-fail \
15         "$out/libexec/plasma-dbus-run-session-if-needed" \
16         "${plasma-workspace}/libexec/plasma-dbus-run-session-if-needed"
17   '';
18   passthru.providedSessions = [ "plasma-mobile" ];