Skip to content

Commit

Permalink
[Backport release-24.11] openslide: expose build system compiler to m…
Browse files Browse the repository at this point in the history
…eson to fix cross build (#364724)
  • Loading branch information
FliegendeWurst authored Dec 13, 2024
2 parents f40eaa4 + 8df52f3 commit 9db70a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/by-name/op/openslide/package.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
buildPackages,
lib,
stdenv,
fetchFromGitHub,
Expand Down Expand Up @@ -31,6 +32,10 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-9LvQ7FG/0E0WpFyIUyrL4Fvn60iYWejjbgdKHMVOFdI=";
};

depsBuildBuild = [
buildPackages.stdenv.cc
];

nativeBuildInputs = [
meson
ninja
Expand Down

0 comments on commit 9db70a5

Please sign in to comment.