mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
xfce4: rename package xfce4screenshooter to xfce4-screenshooter
This commit is contained in:
parent
1498dfd24a
commit
1b5de9df06
1 changed files with 1 additions and 1 deletions
|
@ -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 { };
|
||||
|
|
Loading…
Reference in a new issue