libcdio: remove musl patch (#228392)

The patch that was applied for glibc-2.36 tackles the same issue
This commit is contained in:
Yureka 2023-04-26 23:10:46 +02:00 committed by GitHub
parent 6f0cdeea23
commit 46a7383d87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,13 +23,6 @@ stdenv.mkDerivation rec {
url = "https://savannah.gnu.org/patch/download.php?file_id=52179";
sha256 = "1v15gxhpi4bgcr12pb3d9c3hiwj0drvc832vic7sham34lhjmcbb";
})
] ++ lib.optionals stdenv.hostPlatform.isMusl [
(fetchpatch {
name = "musl-realpath-test.patch";
url = "https://git.alpinelinux.org/aports/plain/community/libcdio/disable-broken-test.patch?id=058a8695c12ae13b40c981ee98809352490b6155";
includes = [ "test/driver/realpath.c" ];
sha256 = "sha256-6j2bjMed2l+TFZ5emjCcozzF/kkGA8FVifJB8U7QceU=";
})
];
postPatch = ''