about summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5/kwin
diff options
context:
space:
mode:
authorSamuel Gräfenstein <git@samuelgrf.com>2020-09-03 16:03:01 +0200
committerSamuel Gräfenstein <git@samuelgrf.com>2020-09-03 16:15:03 +0200
commiteda3730e6fbf9679f657b043ddd06a80116c6b98 (patch)
tree405314f356a62b98814ad55618711cfe877d7ffe /pkgs/desktops/plasma-5/kwin
parent55e8cbd26304ca0d82fd1ae2a53731dc9e1723fe (diff)
krohnkite: fix typo
Diffstat (limited to 'pkgs/desktops/plasma-5/kwin')
-rw-r--r--pkgs/desktops/plasma-5/kwin/scripts/krohnkite.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/plasma-5/kwin/scripts/krohnkite.nix b/pkgs/desktops/plasma-5/kwin/scripts/krohnkite.nix
index abd655db37534..95480bc5b9680 100644
--- a/pkgs/desktops/plasma-5/kwin/scripts/krohnkite.nix
+++ b/pkgs/desktops/plasma-5/kwin/scripts/krohnkite.nix
@@ -26,7 +26,7 @@ mkDerivation rec {
     plasmapkg2 --type kwinscript --install ${src}/res/ --packageroot $out/share/kwin/scripts
     install -Dm644 ${src}/res/metadata.desktop $out/share/kservices5/krohnkite.desktop
 
-    runHook postInstalll
+    runHook postInstall
   '';
 
   meta = with lib; {