1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

btrbk: add mainProgram

This commit is contained in:
Atemu 2024-11-16 05:18:06 +01:00
parent dc460ec76c
commit 846ac99b90

View file

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