summary refs log tree commit diff
path: root/pkgs/applications/editors/xed-editor/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/xed-editor/default.nix')
-rw-r--r--pkgs/applications/editors/xed-editor/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/xed-editor/default.nix b/pkgs/applications/editors/xed-editor/default.nix
index 834130af12b..0cbca2ea2bd 100644
--- a/pkgs/applications/editors/xed-editor/default.nix
+++ b/pkgs/applications/editors/xed-editor/default.nix
@@ -7,7 +7,7 @@
 , gtk3
 , gtksourceview4
 , gspell
-, xapps
+, xapp
 , pkg-config
 , python3
 , meson
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
     gtksourceview4
     libpeas
     gspell
-    xapps
+    xapp
   ];
 
   doInstallCheck = true;