mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
[Backport release-24.05] btrbk: add mainProgram (#356351)
This commit is contained in:
commit
e4d0eea129
@ -69,5 +69,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.gpl3Only;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ asymmetric ];
|
||||
mainProgram = "btrbk";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user