summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMartin Bravenboer <martin.bravenboer@logicblox.com>2004-09-15 12:52:06 +0000
committerMartin Bravenboer <martin.bravenboer@logicblox.com>2004-09-15 12:52:06 +0000
commitc1ecf1640251ecde477d304b8806d46e17785331 (patch)
tree9df4606c1dad347a68ef528ad50e836e07257c16 /pkgs
parent4e4cfda97fdec324ced0bc52922e294fa506efcd (diff)
downloadnixpkgs-c1ecf1640251ecde477d304b8806d46e17785331.tar
nixpkgs-c1ecf1640251ecde477d304b8806d46e17785331.tar.gz
nixpkgs-c1ecf1640251ecde477d304b8806d46e17785331.tar.bz2
nixpkgs-c1ecf1640251ecde477d304b8806d46e17785331.tar.lz
nixpkgs-c1ecf1640251ecde477d304b8806d46e17785331.tar.xz
nixpkgs-c1ecf1640251ecde477d304b8806d46e17785331.tar.zst
nixpkgs-c1ecf1640251ecde477d304b8806d46e17785331.zip
Minor profile improvement: link icons directory as well
svn path=/nixpkgs/trunk/; revision=1398
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/system/all-packages-generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index c368d48a8a5..973f8431613 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;
     };