nixpkgs/pkgs/desktops
Noah Fontes 7e0d8135dd
mate: expose all packages in a scope
MATE currently uses a scope, but it doesn't actually expose that scope
to callers, which makes overriding packages in overlays quite difficult
as you have to figure out where each package is plumbed through in the
attrset. You end up with contrived expressions like:

  mate = super.mate // {
    # ...

    extraPackages =
      (self.lib.remove super.mate.whatever super.mate.extraPackages)
      ++ [ self.mate.whatever ];
  };

This change exposes the scope so that we can use overrideScope' in
overlays instead.
2022-07-21 13:05:57 -07:00
..
arcan arcan.arcan: 0.6.1.1 -> 0.6.2 2022-07-18 17:39:59 +02:00
cdesktopenv cdesktopenv: add -fcommon workaround 2022-06-05 18:15:16 +01:00
cinnamon cinnamon.xreader: 3.2.2 -> 3.3.0 2022-02-23 08:05:12 +00:00
enlightenment maintainers: remove tstrobel 2022-06-29 00:54:53 +02:00
gnome gnomeExtensions: auto-update 2022-07-20 21:51:13 +02:00
gnome-2 gnome2.libglade: remove python2-dependent functionality 2022-04-25 07:10:58 -05:00
gnustep gnustep.base: Remove duplicated giflib input 2022-06-01 10:24:15 +08:00
lumina lumina: add maintainers team 2022-04-14 10:27:47 -03:00
lxde maintainers: remove hinton 2022-06-29 00:54:59 +02:00
lxqt lxqt.xdg-desktop-portal-lxqt: allow extra qt styles 2022-07-10 10:46:40 -03:00
mate mate: expose all packages in a scope 2022-07-21 13:05:57 -07:00
pantheon pantheon.elementary-files: fix crash when removing bookmark 2022-07-17 10:35:45 +08:00
plasma-5 Merge branch 'master' into staging-next 2022-07-13 09:57:41 +02:00
rox/rox-filer rox-filer: pull upstream fix for -fno-common toolchains 2022-05-08 10:09:54 +01:00
surf-display treewide: Drop myself as maintainer for some packages I don't use 2022-07-14 14:39:58 +02:00
xfce Merge pull request #181292 from romildo/upd.ristretto 2022-07-19 12:42:54 +02:00