mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
glmark2: fix cross
This commit is contained in:
parent
48532d5957
commit
b80dd48f26
@ -5,6 +5,7 @@
|
|||||||
, makeWrapper
|
, makeWrapper
|
||||||
, meson
|
, meson
|
||||||
, ninja
|
, ninja
|
||||||
|
, wayland-scanner
|
||||||
, libjpeg
|
, libjpeg
|
||||||
, libpng
|
, libpng
|
||||||
, xorg
|
, xorg
|
||||||
@ -28,7 +29,8 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "sha256-WCvc5GqrAdpIKQ4LVqwO6ZGbzBgLCl49NxiGJynIjSQ=";
|
sha256 = "sha256-WCvc5GqrAdpIKQ4LVqwO6ZGbzBgLCl49NxiGJynIjSQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config makeWrapper meson ninja ];
|
depsBuildBuild = [ pkg-config ];
|
||||||
|
nativeBuildInputs = [ pkg-config makeWrapper meson ninja wayland-scanner ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libjpeg
|
libjpeg
|
||||||
libpng
|
libpng
|
||||||
|
Loading…
Reference in New Issue
Block a user