about summary refs log tree commit diff
path: root/pkgs/applications/misc/sticky
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-07-27 12:05:17 +0800
committerBobby Rong <rjl931189261@126.com>2022-08-03 20:47:04 +0800
commitbe91726358a412da3503c8cadffd2eeec67df439 (patch)
treebd0e9f2a37f69afd060ae19ab229a7fd86a46573 /pkgs/applications/misc/sticky
parent4a50454cfea56edb806318e409ebd031452457a2 (diff)
treewide: rename cinnamon.xapps to cinnamon.xapp
https://github.com/linuxmint/xapps redirects to https://github.com/linuxmint/xapp, and the meson project name is xapp.
Diffstat (limited to 'pkgs/applications/misc/sticky')
-rw-r--r--pkgs/applications/misc/sticky/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/sticky/default.nix b/pkgs/applications/misc/sticky/default.nix
index b9d12066affd0..a66fecd83b76c 100644
--- a/pkgs/applications/misc/sticky/default.nix
+++ b/pkgs/applications/misc/sticky/default.nix
@@ -33,7 +33,7 @@ python3.pkgs.buildPythonApplication rec {
   buildInputs = [
     glib
     gobject-introspection
-    cinnamon.xapps
+    cinnamon.xapp
     gspell
   ];