mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
tofi: fix cross
This commit is contained in:
parent
a7333e6b43
commit
d7d3821ab8
@ -6,6 +6,7 @@
|
||||
, meson
|
||||
, scdoc
|
||||
, wayland-protocols
|
||||
, wayland-scanner
|
||||
, freetype
|
||||
, harfbuzz
|
||||
, cairo
|
||||
@ -25,7 +26,10 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "sha256-lokp6Zmdt7WuAyuRnHBkKD4ydbNiQY7pEVY97Z62U90=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ meson ninja pkg-config scdoc wayland-protocols ];
|
||||
depsBuildBuild = [ pkg-config ];
|
||||
nativeBuildInputs = [
|
||||
meson ninja pkg-config scdoc wayland-protocols wayland-scanner
|
||||
];
|
||||
buildInputs = [ freetype harfbuzz cairo pango wayland libxkbcommon ];
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user