mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
somebar: fix cross
This commit is contained in:
parent
645bc49f34
commit
5a14c30256
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user