summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2021-07-18 11:55:00 +0100
committerGitHub <noreply@github.com>2021-07-18 11:55:00 +0100
commite99777e9280856155569f9d9c31f02d21555b5de (patch)
tree5e5681bd9c63f441a9473f07d717000c298c2cc7 /pkgs
parent9a96cf3c8c6bd209c8245a14526b63b36a0d5241 (diff)
parent14d592728d25650b487245e8744b4381a63d6a65 (diff)
downloadnixpkgs-e99777e9280856155569f9d9c31f02d21555b5de.tar
nixpkgs-e99777e9280856155569f9d9c31f02d21555b5de.tar.gz
nixpkgs-e99777e9280856155569f9d9c31f02d21555b5de.tar.bz2
nixpkgs-e99777e9280856155569f9d9c31f02d21555b5de.tar.lz
nixpkgs-e99777e9280856155569f9d9c31f02d21555b5de.tar.xz
nixpkgs-e99777e9280856155569f9d9c31f02d21555b5de.tar.zst
nixpkgs-e99777e9280856155569f9d9c31f02d21555b5de.zip
Merge pull request #130531 from kidonng/patch-2
smartmontools: add meta.mainProgram
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/system/smartmontools/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/system/smartmontools/default.nix b/pkgs/tools/system/smartmontools/default.nix
index 0142156a737..669d1a9fbc6 100644
--- a/pkgs/tools/system/smartmontools/default.nix
+++ b/pkgs/tools/system/smartmontools/default.nix
@@ -38,5 +38,6 @@ in stdenv.mkDerivation rec {
     license     = licenses.gpl2Plus;
     maintainers = with maintainers; [ peti Frostman ];
     platforms   = with platforms; linux ++ darwin;
+    mainProgram = "smartctl";
   };
 }