mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
yafc-ce: add update script passthru attribute (#531653)
This commit is contained in:
commit
2efbc606cd
1 changed files with 10 additions and 1 deletions
|
|
@ -1,11 +1,18 @@
|
|||
{
|
||||
buildDotnetModule,
|
||||
lib,
|
||||
|
||||
# Build
|
||||
buildDotnetModule,
|
||||
fetchFromGitHub,
|
||||
dotnetCorePackages,
|
||||
|
||||
# Runtime
|
||||
SDL2,
|
||||
SDL2_image,
|
||||
SDL2_ttf,
|
||||
|
||||
# Updates
|
||||
nix-update-script,
|
||||
}:
|
||||
let
|
||||
dotnet = dotnetCorePackages.dotnet_8;
|
||||
|
|
@ -39,6 +46,8 @@ buildDotnetModule (finalAttrs: {
|
|||
SDL2_image
|
||||
];
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "Powerful Factorio calculator/analyser that works with mods, Community Edition";
|
||||
longDescription = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue