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