rapidraw: set updateScript
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
npmHooks,
|
||||
cargo-tauri,
|
||||
writableTmpDirAsHomeHook,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
@@ -152,6 +153,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
--set ORT_STRATEGY "system"
|
||||
'';
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "Blazingly-fast, non-destructive, and GPU-accelerated RAW image editor built with performance in mind";
|
||||
homepage = "https://github.com/CyberTimon/RapidRAW";
|
||||
|
||||
Reference in New Issue
Block a user