From 1b5de9df061cf572b9c9818ddb7254726f3dcd72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Romildo=20Malaquias?= Date: Sat, 14 May 2016 09:29:09 -0300 Subject: [PATCH] xfce4: rename package xfce4screenshooter to xfce4-screenshooter --- pkgs/desktops/xfce/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/desktops/xfce/default.nix b/pkgs/desktops/xfce/default.nix index 06046bc122b..0da2756f877 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 { };