Skip to content

Commit

Permalink
WIP: mate.mate-utils: Enable wayland
Browse files Browse the repository at this point in the history
  • Loading branch information
bobby285271 committed Feb 24, 2024
1 parent 065e2a7 commit 375421f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pkgs/desktops/mate/mate-utils/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
, gettext
, itstool
, glib
, gtk-layer-shell
, gtk3
, libxml2
, libgtop
Expand All @@ -14,6 +15,7 @@
, mate-desktop
, mate-panel
, hicolor-icon-theme
, wayland
, wrapGAppsHook
, mateUpdateScript
}:
Expand All @@ -35,9 +37,8 @@ stdenv.mkDerivation rec {
wrapGAppsHook
];

# --enable-wayland does not build
# https://github.com/mate-desktop/mate-utils/issues/361
buildInputs = [
gtk-layer-shell
gtk3
libgtop
libcanberra-gtk3
Expand All @@ -46,8 +47,11 @@ stdenv.mkDerivation rec {
mate-desktop
mate-panel
hicolor-icon-theme
wayland
];

configureFlags = [ "--enable-wayland" ];

env.NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/gio-unix-2.0";

enableParallelBuilding = true;
Expand Down

0 comments on commit 375421f

Please sign in to comment.