Unverified Commit b992fc14 authored by Niols's avatar Niols
Browse files

headache: add passthru.updateScript

parent ab3a3903
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
{ 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";