Unverified Commit fb4a87a5 authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #227586 from alyssais/somebar-cross

parents acb91f14 5a14c302
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
, wayland
, pango
, wayland-protocols
, wayland-scanner
, conf ? null
}:

@@ -26,7 +27,7 @@ stdenv.mkDerivation rec {
    sha256 = "sha256-PBxCy1dZrOL1nmhVDQozvF0XL79uKMhhERGNpPPzaRU=";
  };

  nativeBuildInputs = [ meson ninja pkg-config ];
  nativeBuildInputs = [ meson ninja pkg-config wayland-scanner ];
  buildInputs = [ pango wayland wayland-protocols ];

  prePatch = ''