fclones-gui: add nix-update-script
This commit is contained in:
committed by
Michael Daniels
parent
b404549895
commit
68753365e6
@@ -7,6 +7,7 @@
|
||||
gdk-pixbuf,
|
||||
gtk4,
|
||||
libadwaita,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
@@ -40,6 +41,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
install -Dm 0644 snap/gui/fclones-gui.png -t $out/share/icons/hicolor/256x256/apps
|
||||
'';
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "Interactive duplicate file remover";
|
||||
mainProgram = "fclones-gui";
|
||||
|
||||
Reference in New Issue
Block a user