From 39a52105e983a02ef8b77d71fbbe6896342f039c Mon Sep 17 00:00:00 2001 From: James Groom Date: Thu, 7 Mar 2024 15:21:29 +1000 Subject: [PATCH] Nix expr: Use correct path for libgdiplus, fixes testroms projects fixes e8a3b7b25 --- Dist/packages.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Dist/packages.nix b/Dist/packages.nix index cad11d516d..a05479df2e 100644 --- a/Dist/packages.nix +++ b/Dist/packages.nix @@ -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