mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-13 08:23:25 +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,
|
||||
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
@ -109,6 +110,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
)
|
||||
'';
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "Facebook's branch of Apache Thrift";
|
||||
mainProgram = "thrift1";
|
||||
|
Loading…
Reference in New Issue
Block a user