headache: add passthru.updateScript

This commit is contained in:
Niols 2023-07-07 17:22:48 +00:00
parent ab3a390386
commit b992fc1463
No known key found for this signature in database
GPG Key ID: 0B4EB01A5527EA54

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";