АБ
Size: a a a
АБ
SG
SG
АБ
АБ
nixpkgs.overlays = [
(self: super: {
pantheon = super.pantheon.overrideScope' (self: super: {
wingpanel-indicator-datetime = super.wingpanel-indicator-datetime.overrideAttrs (_:{
src = builtins.fetchGit https://github.com/elementary/calendar;
});
});
})
];
АБ
M🇷
АБ
M🇷
АБ
АБ
# Overlays for elementary apps
nixpkgs.overlays = [
(self: super: {
pantheon = super.pantheon.overrideScope' (self: super: {
wingpanel-indicator-datetime = super.wingpanel-indicator-datetime.overrideAttrs (oa :{
src = builtins.fetchGit https://github.com/elementary/calendar;
patches = [];
buildInputs = oa.buildInputs ++ (with pkgs; [ libchamplain folks geocode-glib geoclue2 ]);
nativeBuildInputs = oa.nativeBuildInputs ++ [ pkgs.cmake ];
});
});
})
];
АБ
АБ
АБ
АБ
АБ
АБ