Merge pull request #115154 from SuperSandro2000/expect-cross

expect: fix cross-compilation
This commit is contained in:
Sandro 2021-03-06 05:56:01 +01:00 committed by GitHub
commit 482bade1e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
patches = [
(fetchpatch {
url = "https://raw.githubusercontent.com/buildroot/buildroot/master/package/expect/0001-enable-cross-compilation.patch";
url = "https://raw.githubusercontent.com/buildroot/buildroot/c05e6aa361a4049eabd8b21eb64a34899ef83fc7/package/expect/0001-enable-cross-compilation.patch";
sha256 = "1jwx2l1slidvcpahxbyqs942l81jd62rzbxliyd9lwysk38c8b6b";
})
];