Unverified Commit 61a88acc authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

openslide: expose build system compiler to meson to fix cross build (#357339)

parents 41c787ba 8c9f891d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
{
  buildPackages,
  lib,
  stdenv,
  fetchFromGitHub,
@@ -31,6 +32,10 @@ stdenv.mkDerivation (finalAttrs: {
    hash = "sha256-9LvQ7FG/0E0WpFyIUyrL4Fvn60iYWejjbgdKHMVOFdI=";
  };

  depsBuildBuild = [
    buildPackages.stdenv.cc
  ];

  nativeBuildInputs = [
    meson
    ninja