From c1ecf1640251ecde477d304b8806d46e17785331 Mon Sep 17 00:00:00 2001 From: Martin Bravenboer Date: Wed, 15 Sep 2004 12:52:06 +0000 Subject: [PATCH] Minor profile improvement: link icons directory as well svn path=/nixpkgs/trunk/; revision=1398 --- pkgs/system/all-packages-generic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix index c368d48a8a58..973f8431613b 100644 --- a/pkgs/system/all-packages-generic.nix +++ b/pkgs/system/all-packages-generic.nix @@ -763,7 +763,7 @@ rec { inherit (gtkLibs) gtk; inherit (gnome) libIDL; }; - files = ["bin/thunderbird"]; + files = ["bin/thunderbird" "lib/thunderbird-0.8/icons"]; inherit stdenv; };