Skip to content

Commit 0a5d47a

Browse files
06kellyjacJohnRTitor
authored andcommitted
ryubing: only link to sndio on linux
1 parent 2212a62 commit 0a5d47a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/ry/ryubing/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ buildDotnetModule rec {
101101
"--set SDL_VIDEODRIVER x11"
102102
];
103103

104-
preInstall = ''
104+
preInstall = lib.optionalString stdenv.isLinux ''
105105
# workaround for https://github.com/Ryujinx/Ryujinx/issues/2349
106106
mkdir -p $out/lib/sndio-6
107107
ln -s ${sndio}/lib/libsndio.so $out/lib/sndio-6/libsndio.so.6

0 commit comments

Comments
 (0)