3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #53810 from NixOS/yegortimoshenko-patch-1

ghc844: update hash for d8495549ba9d194815c2d0eaee6797fc7c00756a patch
This commit is contained in:
Peter Simons 2019-01-12 12:31:41 +01:00 committed by GitHub
commit ae56467731
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -112,7 +112,7 @@ stdenv.mkDerivation (rec {
++ stdenv.lib.optional stdenv.isDarwin ./backport-dylib-command-size-limit.patch
++ stdenv.lib.optional (targetPlatform.isAarch32 || targetPlatform.isAarch64) (fetchpatch {
url = "https://git.haskell.org/ghc.git/patch/d8495549ba9d194815c2d0eaee6797fc7c00756a";
sha256 = "1czx12qcl088vjn7mqxvyja4b2ia2n09c28br8c777fd0xk069pm";
sha256 = "1yjcma507c609bcim4rnxq0gaj2dg4d001jklmbpbqpzqzxkn5sz";
});
postPatch = "patchShebangs .";