mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
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 =
|
||||
(symlinkJoin "icecat-3-with-xulrunner" [ icecat3 icecatXulrunner3 ])
|
||||
(symlinkJoin "icecat-with-xulrunner-${icecat3.version}"
|
||||
[ icecat3 icecatXulrunner3 ])
|
||||
// { inherit (icecat3) gtk isFirefox3Like meta; };
|
||||
|
||||
icecatWrapper = wrapFirefox icecat3Xul "icecat" "";
|
||||
|
Loading…
Reference in New Issue
Block a user