parent
15ff0ec2c7
commit
e3cfcdaeb9
|
@ -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
|
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" ];
|
outputs = [ "out" "assets" "extraUnmanagedDeps" "waterboxCores" ];
|
||||||
passthru = {
|
passthru = {
|
||||||
inherit mono;
|
inherit gnome-themes-extra mono;
|
||||||
hawkSourceInfo = hawkSourceInfo';
|
hawkSourceInfo = hawkSourceInfo';
|
||||||
};
|
};
|
||||||
meta.sourceProvenance = [ lib.sourceTypes.binaryNativeCode lib.sourceTypes.binaryBytecode ];
|
meta.sourceProvenance = [ lib.sourceTypes.binaryNativeCode lib.sourceTypes.binaryBytecode ];
|
||||||
|
|
Loading…
Reference in New Issue