apr: remove no longer required darwin patch

This commit is contained in:
Sandro 2022-08-25 22:18:10 +02:00 committed by GitHub
parent 38e0579ecf
commit 16db6bc7e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
name = "cross-assume-dev-zero-mmappable.patch";
sha256 = "sha256-rsouJp1o7p0d+AJ5KvyhUU79vAJOcVHEuwSEKaCEGa8=";
})
] ++ lib.optionals stdenv.isDarwin [ ./is-this-a-compiler-bug.patch ];
];
# This test needs the net
postPatch = ''