Unverified Commit 34a62645 authored by Atemu's avatar Atemu Committed by GitHub
Browse files

btrbk: add mainProgram (#356350)

parents 2aadf1cf 846ac99b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -69,5 +69,6 @@ stdenv.mkDerivation rec {
    license = licenses.gpl3Only;
    platforms = platforms.unix;
    maintainers = with maintainers; [ asymmetric ];
    mainProgram = "btrbk";
  };
}