mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
eclipse: use latest cairo/gtk
Eclipse seems to work fine without this now (after x-updates merge).
This commit is contained in:
parent
d51c01ac8e
commit
ffddc1be9f
@ -7149,11 +7149,7 @@ let
|
||||
|
||||
eaglemode = callPackage ../applications/misc/eaglemode { };
|
||||
|
||||
eclipses = recurseIntoAttrs (
|
||||
(callPackage ../applications/editors/eclipse { }).deepOverride {
|
||||
cairo = cairo_1_12_2;
|
||||
}
|
||||
);
|
||||
eclipses = recurseIntoAttrs (callPackage ../applications/editors/eclipse { });
|
||||
|
||||
ed = callPackage ../applications/editors/ed { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user