Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

cryptsetup: add meta.mainProgram

Yarny0 104d8164 3aa4d642

+1
+1
pkgs/os-specific/linux/cryptsetup/default.nix
··· 78 description = "LUKS for dm-crypt"; 79 changelog = "https://gitlab.com/cryptsetup/cryptsetup/-/raw/v${version}/docs/v${version}-ReleaseNotes"; 80 license = lib.licenses.gpl2; 81 maintainers = with lib.maintainers; [ raitobezarius ]; 82 platforms = with lib.platforms; linux; 83 };
··· 78 description = "LUKS for dm-crypt"; 79 changelog = "https://gitlab.com/cryptsetup/cryptsetup/-/raw/v${version}/docs/v${version}-ReleaseNotes"; 80 license = lib.licenses.gpl2; 81 + mainProgram = "cryptsetup"; 82 maintainers = with lib.maintainers; [ raitobezarius ]; 83 platforms = with lib.platforms; linux; 84 };