Unverified Commit ed890bd5 authored by Sefa Eyeoglu's avatar Sefa Eyeoglu Committed by GitHub
Browse files

opencomposite: fix cross build (#373816)

parents 301aa4b7 bb368542
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -26,13 +26,15 @@ stdenv.mkDerivation {
    hash = "sha256-SV8E+4qu5J7MueHmdsdTDKNx4CH085fidgIJyewj8RQ=";
  };

  nativeBuildInputs = [ cmake ];
  nativeBuildInputs = [
    cmake
    python3
  ];

  buildInputs = [
    glm
    jsoncpp
    libGL
    python3
    vulkan-headers
    vulkan-loader
    xorg.libX11