Skip to content

Commit

Permalink
rofi-wayland: fix cross
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssais committed Apr 27, 2023
1 parent 2e2d5d6 commit 3d40934
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/applications/misc/rofi/wayland.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
, lib
, fetchFromGitHub
, rofi-unwrapped
, wayland-scanner
, wayland-protocols
, wayland
}:
Expand All @@ -18,8 +19,8 @@ rofi-unwrapped.overrideAttrs (oldAttrs: rec {
sha256 = "sha256-ddKLV7NvqgTQl5YlAEyBK0oalcJsLASK4z3qArQPUDQ=";
};

nativeBuildInputs = oldAttrs.nativeBuildInputs ++ [ wayland-protocols ];
buildInputs = oldAttrs.buildInputs ++ [ wayland ];
nativeBuildInputs = oldAttrs.nativeBuildInputs ++ [ wayland-scanner ];
buildInputs = oldAttrs.buildInputs ++ [ wayland wayland-protocols ];

meta = with lib; {
description = "Window switcher, run dialog and dmenu replacement for Wayland";
Expand Down

0 comments on commit 3d40934

Please sign in to comment.