Minor profile improvement: link icons directory as well

svn path=/nixpkgs/trunk/; revision=1398
This commit is contained in:
Martin Bravenboer 2004-09-15 12:52:06 +00:00
parent 4e4cfda97f
commit c1ecf16402

View File

@ -763,7 +763,7 @@ rec {
inherit (gtkLibs) gtk;
inherit (gnome) libIDL;
};
files = ["bin/thunderbird"];
files = ["bin/thunderbird" "lib/thunderbird-0.8/icons"];
inherit stdenv;
};