Loading pkgs/development/tools/headache/default.nix +3 −1 Original line number Diff line number Diff line { lib, fetchFromGitHub, ocamlPackages }: { lib, fetchFromGitHub, nix-update-script, ocamlPackages }: with ocamlPackages; Loading @@ -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"; Loading Loading
pkgs/development/tools/headache/default.nix +3 −1 Original line number Diff line number Diff line { lib, fetchFromGitHub, ocamlPackages }: { lib, fetchFromGitHub, nix-update-script, ocamlPackages }: with ocamlPackages; Loading @@ -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"; Loading