Merge pull request #227593 from alyssais/wlclock-cross

This commit is contained in:
Artturi 2023-04-22 21:38:27 +03:00 committed by GitHub
commit ac23e126f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@
, ninja
, cmake
, pkg-config
, wayland-scanner
, wayland-protocols
, wayland
, cairo
@ -22,18 +23,23 @@ stdenv.mkDerivation rec {
sha256 = "sha256-aHA4kXHYH+KvAJSep5X3DqsiK6WFpXr3rGQl/KNiUcY=";
};
depsBuildBuild = [
pkg-config
];
nativeBuildInputs = [
meson
ninja
cmake
pkg-config
scdoc
wayland-scanner
];
buildInputs = [
wayland-protocols
wayland
cairo
scdoc
];
meta = with lib; {