headache: add passthru.updateScript

This commit is contained in:
Niols
2023-10-04 12:54:22 +00:00
parent ab3a390386
commit b992fc1463
+3 -1
View File
@@ -1,4 +1,4 @@
{ lib, fetchFromGitHub, ocamlPackages }:
{ lib, fetchFromGitHub, nix-update-script, ocamlPackages }:
with ocamlPackages;
@@ -17,6 +17,8 @@ buildDunePackage rec {
camomile
];
passthru.updateScript = nix-update-script { };
meta = with lib; {
homepage = "https://github.com/frama-c/${pname}";
description = "Lightweight tool for managing headers in source code files";