about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-01-03 04:35:40 +0100
committerGitHub <noreply@github.com>2024-01-03 04:35:40 +0100
commit5b233dd64050ac37f20c57464cc252592205ca0d (patch)
tree9d2be2f915b099ff81e17488d05d953424ff3a51 /pkgs/os-specific
parentf42f3d9eb608fe785400d983f948c2490828db8c (diff)
parenta66dd462a826c9248ed25f5a93a2376d39375d81 (diff)
Merge pull request #273125 from mrnossiom/master
workstyle, dconf, rnix-lsp, marksman, macchanger, restic: add meta.mainProgram
Diffstat (limited to 'pkgs/os-specific')
-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";
   };
 }