aboutsummaryrefslogtreecommitdiff
path: root/pkgs/desktops/plasma-5
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2020-09-04 08:19:47 +0800
committerGitHub <noreply@github.com>2020-09-04 08:19:47 +0800
commit0fd664e0b0098c4da88b9dda730b406a0bbf546d (patch)
treea2ab4481b0c4e3a0db5f61ca73551961adecf1fa /pkgs/desktops/plasma-5
parent8f43f32af93b41bac06a5c5df28d3b4e11d829db (diff)
parent31cb1dc7552621a7cba2e6a7bc8785c535a9b8a9 (diff)
Merge pull request #97022 from samuelgrf/fix/kwin-scripts-typo
krohnkite,kwin-tiling: fix typo
Diffstat (limited to 'pkgs/desktops/plasma-5')
-rw-r--r--pkgs/desktops/plasma-5/kwin/scripts/krohnkite.nix2
-rw-r--r--pkgs/desktops/plasma-5/kwin/scripts/tiling.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/plasma-5/kwin/scripts/krohnkite.nix b/pkgs/desktops/plasma-5/kwin/scripts/krohnkite.nix
index abd655db3753..95480bc5b968 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; {
diff --git a/pkgs/desktops/plasma-5/kwin/scripts/tiling.nix b/pkgs/desktops/plasma-5/kwin/scripts/tiling.nix
index da424d04da90..8a455cb88826 100644
--- a/pkgs/desktops/plasma-5/kwin/scripts/tiling.nix
+++ b/pkgs/desktops/plasma-5/kwin/scripts/tiling.nix
@@ -31,7 +31,7 @@ mkDerivation rec {
plasmapkg2 --type kwinscript --install ${src} --packageroot $out/share/kwin/scripts
install -Dm644 ${src}/metadata.desktop $out/share/kservices5/kwin-script-tiling.desktop
- runHook postInstalll
+ runHook postInstall
'';
meta = with lib; {