guile-hall: fix cross build (#377762)

This commit is contained in:
Nikolay Korotkiy
2025-03-14 00:01:42 +04:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -19,8 +19,11 @@ stdenv.mkDerivation rec {
hash = "sha256-n4ukGCyIx5G1ITfKSqS6FGJ6dnDBsyxXKSFNi81E4Gg=";
};
strictDeps = true;
nativeBuildInputs = [
autoreconfHook
guile
pkg-config
texinfo
];
+3
View File
@@ -21,8 +21,11 @@ stdenv.mkDerivation rec {
hash = "sha256-TUCN8kW44X6iGbSJURurcz/Tc2eCH1xgmXH1sMOMOXs=";
};
strictDeps = true;
nativeBuildInputs = [
autoreconfHook
guile
pkg-config
texinfo
makeWrapper