about summary refs log tree commit diff
path: root/pkgs/tools/system/ddrescueview/default.nix
diff options
context:
space:
mode:
authorh7x4 <h7x4@nani.wtf>2023-11-27 02:17:53 +0100
committerh7x4 <h7x4@nani.wtf>2023-11-27 02:17:53 +0100
commit41974d5ed904a364dcf2f6251b1a25bb5aaa77c1 (patch)
treec1f175ca64b72db5dc39f77f9d1e070650dd4094 /pkgs/tools/system/ddrescueview/default.nix
parent5171694860f185961daff3b1b413dabcab421300 (diff)
downloadnixlib-41974d5ed904a364dcf2f6251b1a25bb5aaa77c1.tar
nixlib-41974d5ed904a364dcf2f6251b1a25bb5aaa77c1.tar.gz
nixlib-41974d5ed904a364dcf2f6251b1a25bb5aaa77c1.tar.bz2
nixlib-41974d5ed904a364dcf2f6251b1a25bb5aaa77c1.tar.lz
nixlib-41974d5ed904a364dcf2f6251b1a25bb5aaa77c1.tar.xz
nixlib-41974d5ed904a364dcf2f6251b1a25bb5aaa77c1.tar.zst
nixlib-41974d5ed904a364dcf2f6251b1a25bb5aaa77c1.zip
treewide: add mainProgram
Diffstat (limited to 'pkgs/tools/system/ddrescueview/default.nix')
-rw-r--r--pkgs/tools/system/ddrescueview/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/system/ddrescueview/default.nix b/pkgs/tools/system/ddrescueview/default.nix
index c22c74cd4a84..3576c0eb6537 100644
--- a/pkgs/tools/system/ddrescueview/default.nix
+++ b/pkgs/tools/system/ddrescueview/default.nix
@@ -33,5 +33,6 @@ stdenv.mkDerivation rec {
     license = licenses.gpl3Plus;
     platforms = platforms.linux;
     maintainers = with maintainers; [ orivej ];
+    mainProgram = "ddrescueview";
   };
 }