Nix expr: Use correct path for libgdiplus, fixes testroms projects

fixes e8a3b7b25
This commit is contained in:
James Groom 2024-03-07 15:21:29 +10:00 committed by GitHub
parent 7c4f997f88
commit 39a52105e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 2 deletions

View File

@ -63,8 +63,13 @@
'';
dontFixup = true;
};
genDepsHostTargetFor = { hawkSourceInfo, mono' ? mono }: [ libgdiplus lua mono' openal (lib.getOutput "out" zstd) ]
++ lib.optionals hawkSourceInfo.needsSDL [ SDL2 (lib.getOutput "out" udev) ]
genDepsHostTargetFor = { hawkSourceInfo, mono' ? mono }: [
(lib.getOutput "out" libgdiplus)
lua
mono'
openal
(lib.getOutput "out" zstd)
] ++ lib.optionals hawkSourceInfo.needsSDL [ SDL2 (lib.getOutput "out" udev) ]
++ lib.optional hawkSourceInfo.needsLibGLVND (lib.getOutput "out" libGL);
/**
* see splitReleaseArtifact re: outputs