From e3cfcdaeb987c3d45344681425a615505e2ff83a Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Sat, 28 Sep 2024 12:03:17 +1000 Subject: [PATCH] Nix expr: Fix `emuhawk-*-bin` eval error fixes 760a5b528 --- Dist/packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dist/packages.nix b/Dist/packages.nix index abbcbadc94..e68ae1837d 100644 --- a/Dist/packages.nix +++ b/Dist/packages.nix @@ -278,7 +278,7 @@ in { buildInputs = genDepsHostTargetFor { hawkSourceInfo = hawkSourceInfo'; }; # is using `buildInputs` like this correct? it's necessary because the launch script reads from it outputs = [ "out" "assets" "extraUnmanagedDeps" "waterboxCores" ]; passthru = { - inherit mono; + inherit gnome-themes-extra mono; hawkSourceInfo = hawkSourceInfo'; }; meta.sourceProvenance = [ lib.sourceTypes.binaryNativeCode lib.sourceTypes.binaryBytecode ];