eclipses: use older cairo
In #167, Marc Weber reported that eclipse crashes after selecting a workspace with the current nixpkgs cairo. This has the same functional change as #167, but IMO the implementation is cleaner. Fixes #167 Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
897840f76f
commit
3e61084006
|
@ -6762,7 +6762,11 @@ let
|
|||
|
||||
eaglemode = callPackage ../applications/misc/eaglemode { };
|
||||
|
||||
eclipses = recurseIntoAttrs (callPackage ../applications/editors/eclipse { });
|
||||
eclipses = recurseIntoAttrs (
|
||||
(callPackage ../applications/editors/eclipse { }).deepOverride {
|
||||
cairo = cairo_1_12_2;
|
||||
}
|
||||
);
|
||||
|
||||
ed = callPackage ../applications/editors/ed { };
|
||||
|
||||
|
|
Loading…
Reference in New Issue