diff --git a/pkgs/desktops/xfce/default.nix b/pkgs/desktops/xfce/default.nix index 06046bc122b3..0da2756f877f 100644 --- a/pkgs/desktops/xfce/default.nix +++ b/pkgs/desktops/xfce/default.nix @@ -61,7 +61,7 @@ xfce_self = rec { # the lines are very long but it seems better than the even-od xfce4notifyd = callPackage ./applications/xfce4-notifyd.nix { }; xfce4taskmanager= callPackage ./applications/xfce4-taskmanager.nix { }; xfce4terminal = callPackage ./applications/terminal.nix { }; - xfce4screenshooter = callPackage ./applications/xfce4-screenshooter.nix { }; + xfce4-screenshooter = callPackage ./applications/xfce4-screenshooter.nix { }; xfce4volumed = let gst = callPackage ./applications/xfce4-volumed.nix { }; pulse = callPackage ./applications/xfce4-volumed-pulse.nix { };