summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-02-12 13:49:54 +0100
committerRobin Gloster <mail@glob.in>2016-02-12 13:49:54 +0100
commit648e596c5fca56ea1d2da1c20ff4b9a0215242a5 (patch)
treeff6ba44aa521f730567d5874329b844a99af80e8 /pkgs/desktops
parent57d63ad5376db331b51cc3ce630d20853ecb4186 (diff)
parentddfb660f7bb2dfc203f9d25be381211271f33238 (diff)
downloadnixlib-648e596c5fca56ea1d2da1c20ff4b9a0215242a5.tar
nixlib-648e596c5fca56ea1d2da1c20ff4b9a0215242a5.tar.gz
nixlib-648e596c5fca56ea1d2da1c20ff4b9a0215242a5.tar.bz2
nixlib-648e596c5fca56ea1d2da1c20ff4b9a0215242a5.tar.lz
nixlib-648e596c5fca56ea1d2da1c20ff4b9a0215242a5.tar.xz
nixlib-648e596c5fca56ea1d2da1c20ff4b9a0215242a5.tar.zst
nixlib-648e596c5fca56ea1d2da1c20ff4b9a0215242a5.zip
Merge pull request #12683 from heydojo/bluetooth--plasma5
kde5 bluedevil plasmoid : enable bluez5 bluetooth functionality
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/plasma-5.5/bluedevil.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/desktops/plasma-5.5/bluedevil.nix b/pkgs/desktops/plasma-5.5/bluedevil.nix
index dc11ee170b35..6596c246202f 100644
--- a/pkgs/desktops/plasma-5.5/bluedevil.nix
+++ b/pkgs/desktops/plasma-5.5/bluedevil.nix
@@ -20,5 +20,7 @@ plasmaPackage {
   postInstall = ''
     wrapQtProgram "$out/bin/bluedevil-wizard"
     wrapQtProgram "$out/bin/bluedevil-sendfile"
+    # Fix the location of logic.js for the plasmoid
+    ln -s $out/share/plasma/plasmoids/org.kde.plasma.bluetooth/contents/code/logic.js $out/share/plasma/plasmoids/org.kde.plasma.bluetooth/contents/ui/logic.js
   '';
 }