Nix expr: Fix `emuhawk-*-bin` eval error

fixes 760a5b528
This commit is contained in:
YoshiRulz 2024-09-28 12:03:17 +10:00
parent 15ff0ec2c7
commit e3cfcdaeb9
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

@ -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 ];