btrbk: add mainProgram (#356350)

This commit is contained in:
Atemu 2024-11-16 05:25:12 +01:00 committed by GitHub
commit 34a626458d
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";
};
}