alttpr-opentracker: autoPatchelfIgnoreMissingDeps is now a list

This commit is contained in:
Samuel Ainsworth 2022-04-11 01:29:06 +00:00
parent 3d558785a1
commit 3a84954a89

View File

@ -52,7 +52,7 @@ buildDotnetModule rec {
xinput
];
autoPatchelfIgnoreMissingDeps = true; # Attempts to patchelf unneeded SOs
autoPatchelfIgnoreMissingDeps = [ "libc.musl-x86_64.so.1" ]; # Attempts to patchelf unneeded SOs
meta = with lib; {
description = "A tracking application for A Link to the Past Randomizer";