rofi-wayland: fix cross

This commit is contained in:
Alyssa Ross 2023-04-23 13:39:45 +00:00
parent 2e2d5d6f11
commit 3d40934541

View file

@ -2,6 +2,7 @@
, lib , lib
, fetchFromGitHub , fetchFromGitHub
, rofi-unwrapped , rofi-unwrapped
, wayland-scanner
, wayland-protocols , wayland-protocols
, wayland , wayland
}: }:
@ -18,8 +19,8 @@ rofi-unwrapped.overrideAttrs (oldAttrs: rec {
sha256 = "sha256-ddKLV7NvqgTQl5YlAEyBK0oalcJsLASK4z3qArQPUDQ="; sha256 = "sha256-ddKLV7NvqgTQl5YlAEyBK0oalcJsLASK4z3qArQPUDQ=";
}; };
nativeBuildInputs = oldAttrs.nativeBuildInputs ++ [ wayland-protocols ]; nativeBuildInputs = oldAttrs.nativeBuildInputs ++ [ wayland-scanner ];
buildInputs = oldAttrs.buildInputs ++ [ wayland ]; buildInputs = oldAttrs.buildInputs ++ [ wayland wayland-protocols ];
meta = with lib; { meta = with lib; {
description = "Window switcher, run dialog and dmenu replacement for Wayland"; description = "Window switcher, run dialog and dmenu replacement for Wayland";