cryptsetup: add meta.mainProgram
This commit is contained in:
@@ -78,6 +78,7 @@ stdenv.mkDerivation rec {
|
||||
description = "LUKS for dm-crypt";
|
||||
changelog = "https://gitlab.com/cryptsetup/cryptsetup/-/raw/v${version}/docs/v${version}-ReleaseNotes";
|
||||
license = lib.licenses.gpl2;
|
||||
mainProgram = "cryptsetup";
|
||||
maintainers = with lib.maintainers; [ raitobezarius ];
|
||||
platforms = with lib.platforms; linux;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user