forked from mirrors/nixpkgs
filelight moved to kdeutils in KDE 4.7 (4.6?)
svn path=/nixpkgs/trunk/; revision=28594
This commit is contained in:
parent
e78db258f4
commit
2d52a050a5
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue