mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-13 16:34:27 +00:00
fbthrift: add update script
(cherry picked from commit814fc8dcf1
) (cherry picked from commit1c28dbccc8
)
This commit is contained in:
parent
a1f828720c
commit
460f42b13d
@ -22,6 +22,7 @@
|
|||||||
|
|
||||||
mvfst,
|
mvfst,
|
||||||
|
|
||||||
|
nix-update-script,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
@ -109,6 +110,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
)
|
)
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.updateScript = nix-update-script { };
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Facebook's branch of Apache Thrift";
|
description = "Facebook's branch of Apache Thrift";
|
||||||
mainProgram = "thrift1";
|
mainProgram = "thrift1";
|
||||||
|
Loading…
Reference in New Issue
Block a user