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:
parent
dc460ec76c
commit
846ac99b90
|
@ -69,5 +69,6 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.gpl3Only;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ asymmetric ];
|
||||
mainProgram = "btrbk";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue