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