about summary refs log tree commit diff
path: root/pkgs/tools/graphics/texture-synthesis
diff options
context:
space:
mode:
authorh7x4 <h7x4@nani.wtf>2023-11-23 03:51:17 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2023-11-23 21:04:16 +0100
commitb8054ecd8af39fdd2631d2b921024fc39ce2212c (patch)
treef33b3ac371abab6673528ea5bf6d310e42f27f1f /pkgs/tools/graphics/texture-synthesis
parent1088b405d142b599132d20b6019ed965a9f4ad44 (diff)
treewide: add mainProgram
Diffstat (limited to 'pkgs/tools/graphics/texture-synthesis')
-rw-r--r--pkgs/tools/graphics/texture-synthesis/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/graphics/texture-synthesis/default.nix b/pkgs/tools/graphics/texture-synthesis/default.nix
index d4f66357fadcf..7122450587a71 100644
--- a/pkgs/tools/graphics/texture-synthesis/default.nix
+++ b/pkgs/tools/graphics/texture-synthesis/default.nix
@@ -26,5 +26,6 @@ rustPlatform.buildRustPackage rec {
     homepage = "https://github.com/embarkstudios/texture-synthesis";
     license = with licenses; [ mit /* or */ asl20 ];
     maintainers = with maintainers; [ figsoda ];
+    mainProgram = "texture-synthesis";
   };
 }