smartmontools: add meta.mainProgram

This commit is contained in:
Kid 2021-07-18 17:28:33 +08:00 committed by GitHub
parent 6626933865
commit 14d592728d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,5 +38,6 @@ in stdenv.mkDerivation rec {
license = licenses.gpl2Plus;
maintainers = with maintainers; [ peti Frostman ];
platforms = with platforms; linux ++ darwin;
mainProgram = "smartctl";
};
}