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

This commit is contained in:
Arne Keller
2024-12-12 22:41:30 +01:00
committed by GitHub
+5
View File
@@ -1,4 +1,5 @@
{
buildPackages,
lib,
stdenv,
fetchFromGitHub,
@@ -31,6 +32,10 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-9LvQ7FG/0E0WpFyIUyrL4Fvn60iYWejjbgdKHMVOFdI=";
};
depsBuildBuild = [
buildPackages.stdenv.cc
];
nativeBuildInputs = [
meson
ninja