1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

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;
};