Unverified Commit 5a14c302 authored by Alyssa Ross's avatar Alyssa Ross
Browse files

somebar: fix cross

parent 645bc49f
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 = ''