Unverified Commit 6c3a72a7 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

guile-hall: fix cross build (#377762)

parents 741d5890 40eeae15
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -19,8 +19,11 @@ stdenv.mkDerivation rec {
    hash = "sha256-n4ukGCyIx5G1ITfKSqS6FGJ6dnDBsyxXKSFNi81E4Gg=";
  };

  strictDeps = true;

  nativeBuildInputs = [
    autoreconfHook
    guile
    pkg-config
    texinfo
  ];
+3 −0
Original line number Diff line number Diff line
@@ -21,8 +21,11 @@ stdenv.mkDerivation rec {
    hash = "sha256-TUCN8kW44X6iGbSJURurcz/Tc2eCH1xgmXH1sMOMOXs=";
  };

  strictDeps = true;

  nativeBuildInputs = [
    autoreconfHook
    guile
    pkg-config
    texinfo
    makeWrapper