Author: urkud
Date: Mon Aug 15 18:05:24 2011
New Revision: 28594
URL: https://svn.nixos.org/websvn/nix/?rev=28594&sc=1
Log:
filelight moved to kdeutils in KDE 4.7 (4.6?)
Modified:
nixpkgs/trunk/pkgs/top-level/all-packages.nix
Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/all-packages.nix Mon Aug 15 18:05:16
2011 (r28593)
+++ nixpkgs/trunk/pkgs/top-level/all-packages.nix Mon Aug 15 18:05:24
2011 (r28594)
@@ -6445,7 +6445,8 @@
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;
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits