summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5/bluedevil.nix
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@riseup.net>2018-06-15 12:50:28 +0000
committerGitHub <noreply@github.com>2018-06-15 12:50:28 +0000
commit47066f0776bef7e051d3303dc007724c76d6580a (patch)
tree0738a7477d88cb13eb12350f348579475cb65c58 /pkgs/desktops/plasma-5/bluedevil.nix
parentbae863ebaed1a560fd6da5cbc40f3e977689fe23 (diff)
parent84999e76e0d02412367a1faa30f73a310c48d5f9 (diff)
downloadnixlib-47066f0776bef7e051d3303dc007724c76d6580a.tar
nixlib-47066f0776bef7e051d3303dc007724c76d6580a.tar.gz
nixlib-47066f0776bef7e051d3303dc007724c76d6580a.tar.bz2
nixlib-47066f0776bef7e051d3303dc007724c76d6580a.tar.lz
nixlib-47066f0776bef7e051d3303dc007724c76d6580a.tar.xz
nixlib-47066f0776bef7e051d3303dc007724c76d6580a.tar.zst
nixlib-47066f0776bef7e051d3303dc007724c76d6580a.zip
Merge pull request #40893 from bkchr/plasma_5_13
plasma5: 5.12 -> 5.13
Diffstat (limited to 'pkgs/desktops/plasma-5/bluedevil.nix')
-rw-r--r--pkgs/desktops/plasma-5/bluedevil.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/desktops/plasma-5/bluedevil.nix b/pkgs/desktops/plasma-5/bluedevil.nix
index 4be84589080c..b5ff3f5dd05d 100644
--- a/pkgs/desktops/plasma-5/bluedevil.nix
+++ b/pkgs/desktops/plasma-5/bluedevil.nix
@@ -11,8 +11,4 @@ mkDerivation {
     bluez-qt ki18n kio kwindowsystem plasma-framework qtdeclarative kcoreaddons
     kdbusaddons kded kiconthemes knotifications kwidgetsaddons
   ];
-  postInstall = ''
-    # 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
-  '';
 }