about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/macchanger
diff options
context:
space:
mode:
authorMilo Moisson <milomoisson@gmail.com>2023-12-09 13:23:37 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-01-04 22:44:18 +0000
commitc353d132123592a44d12b87fe33087cab996cf5d (patch)
treea2527c272b46d35013557e83c900b2cd96d29f8d /pkgs/os-specific/linux/macchanger
parent2416431830e79f3d56627ec20cc9ccacba062847 (diff)
feat(workstyle,dconf,rnix-lsp,marksman,macchanger,restic): add meta.mainProgram
(cherry picked from commit a66dd462a826c9248ed25f5a93a2376d39375d81)
Diffstat (limited to 'pkgs/os-specific/linux/macchanger')
-rw-r--r--pkgs/os-specific/linux/macchanger/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/macchanger/default.nix b/pkgs/os-specific/linux/macchanger/default.nix
index c862fd4e16754..e998bfad93613 100644
--- a/pkgs/os-specific/linux/macchanger/default.nix
+++ b/pkgs/os-specific/linux/macchanger/default.nix
@@ -44,5 +44,6 @@ stdenv.mkDerivation rec {
     license = licenses.gpl2Plus;
     homepage = "https://github.com/alobbs/macchanger";
     platforms = platforms.linux;
+    mainProgram = "macchanger";
   };
 }