[Backport release-24.05] btrbk: add mainProgram (#356351)

This commit is contained in:
Masum Reza 2024-11-16 09:59:56 +05:30 committed by GitHub
commit e4d0eea129
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,5 +69,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Only;
platforms = platforms.unix;
maintainers = with maintainers; [ asymmetric ];
mainProgram = "btrbk";
};
}