about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorKira Bruneau <kira.bruneau@pm.me>2024-04-30 20:30:25 -0400
committerKira Bruneau <kira.bruneau@pm.me>2024-05-01 17:55:19 -0400
commitc4cbe99d0c8b11366ade274f86d817fd85e4ce55 (patch)
tree1bb0f4c31caa41e3c8eb71abba3aae66f780a98e /pkgs/top-level
parentcf8cc1201be8bc71b7cbbbdaf349b22f4f99c7ae (diff)
rmg: add option to build with experimental wayland support
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 7c05a8a4b35f7..90b2cfee3f3cb 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -2781,6 +2781,10 @@ with pkgs;
 
   ripes = qt6Packages.callPackage ../applications/emulators/ripes { };
 
+  rmg-wayland = callPackage ../by-name/rm/rmg/package.nix {
+    withWayland = true;
+  };
+
   rpcemu = callPackage ../applications/emulators/rpcemu { };
 
   ruffle = callPackage ../applications/emulators/ruffle { };