Fix derivation name of `icecat3Xul'.
svn path=/nixpkgs/trunk/; revision=16357
This commit is contained in:
parent
befe45a1d3
commit
7f080535c4
|
@ -6410,7 +6410,8 @@ let
|
||||||
});
|
});
|
||||||
|
|
||||||
icecat3Xul =
|
icecat3Xul =
|
||||||
(symlinkJoin "icecat-3-with-xulrunner" [ icecat3 icecatXulrunner3 ])
|
(symlinkJoin "icecat-with-xulrunner-${icecat3.version}"
|
||||||
|
[ icecat3 icecatXulrunner3 ])
|
||||||
// { inherit (icecat3) gtk isFirefox3Like meta; };
|
// { inherit (icecat3) gtk isFirefox3Like meta; };
|
||||||
|
|
||||||
icecatWrapper = wrapFirefox icecat3Xul "icecat" "";
|
icecatWrapper = wrapFirefox icecat3Xul "icecat" "";
|
||||||
|
|
Loading…
Reference in New Issue