Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
xfce.xfdashbooard: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
conferno committed Mar 2, 2020
1 parent d1d4d90 commit e0a2f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/desktops/xfce/default.nix
Expand Up @@ -78,7 +78,7 @@ lib.makeScope pkgs.newScope (self: with self; {
inherit (pkgs.gnome3) libsoup;
};

xfdashbooard = callPackage ./applications/xfdashboard {};
xfdashboard = callPackage ./applications/xfdashboard {};

# TODO: this repo is inactive for many years. Remove?
xfce4-volumed = callPackage ./applications/xfce4-volumed { };
Expand Down

0 comments on commit e0a2f0f

Please sign in to comment.