Fix derivation name of `icecat3Xul'.

svn path=/nixpkgs/trunk/; revision=16357
This commit is contained in:
Ludovic Courtès 2009-07-14 15:22:31 +00:00
parent befe45a1d3
commit 7f080535c4

View File

@ -6410,7 +6410,8 @@ let
});
icecat3Xul =
(symlinkJoin "icecat-3-with-xulrunner" [ icecat3 icecatXulrunner3 ])
(symlinkJoin "icecat-with-xulrunner-${icecat3.version}"
[ icecat3 icecatXulrunner3 ])
// { inherit (icecat3) gtk isFirefox3Like meta; };
icecatWrapper = wrapFirefox icecat3Xul "icecat" "";