filelight moved to kdeutils in KDE 4.7 (4.6?)

svn path=/nixpkgs/trunk/; revision=28594
This commit is contained in:
Yury G. Kudryashov 2011-08-15 18:05:24 +00:00
parent e78db258f4
commit 2d52a050a5
1 changed files with 2 additions and 1 deletions

View File

@ -6445,7 +6445,8 @@ let
feh = callPackage ../applications/graphics/feh { };
filelight = newScope pkgs.kde4 ../applications/misc/filelight { };
filelight = if pkgs.kde4.kdeutils ? filelight then pkgs.kde4.kdeutils.filelight
else newScope pkgs.kde4 ../applications/misc/filelight { };
firefox = firefoxPkgs.firefox;