pkgsMusl.libcdio: fix build (#203252)

authored by

Yureka and committed by
GitHub
2e55337c d9ec37c1

+7
+7
pkgs/development/libraries/libcdio/default.nix
··· 17 17 url = "https://savannah.gnu.org/patch/download.php?file_id=52179"; 18 18 sha256 = "1v15gxhpi4bgcr12pb3d9c3hiwj0drvc832vic7sham34lhjmcbb"; 19 19 }) 20 + ] ++ lib.optionals stdenv.hostPlatform.isMusl [ 21 + (fetchpatch { 22 + name = "musl-realpath-test.patch"; 23 + url = "https://git.alpinelinux.org/aports/plain/community/libcdio/disable-broken-test.patch?id=058a8695c12ae13b40c981ee98809352490b6155"; 24 + includes = [ "test/driver/realpath.c" ]; 25 + sha256 = "sha256-6j2bjMed2l+TFZ5emjCcozzF/kkGA8FVifJB8U7QceU="; 26 + }) 20 27 ]; 21 28 22 29 postPatch = ''