Unverified Commit ac9983e7 authored by Ben Siraphob's avatar Ben Siraphob Committed by GitHub
Browse files

Merge pull request #299264 from NickCao/libchardet-cross

libchardet: add autoreconfHook, fixing cross compilation
parents 073542a1 2d28cc4c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ lib, stdenv, fetchFromGitHub, perl }:
{ lib, stdenv, fetchFromGitHub, autoreconfHook, perl }:

stdenv.mkDerivation rec {
  pname = "libchardet";
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
    sha256 = "sha256-JhEiWM3q8X+eEBHxv8k9yYOaTGoJOzI+/iFYC0gZJJs=";
  };

  nativeBuildInputs = [ perl ];
  nativeBuildInputs = [ autoreconfHook perl ];

  enableParallelBuilding = true;