Commit 4fc3979c authored by Philip Taron's avatar Philip Taron Committed by Vincent Laporte
Browse files

Avoid top-level `with ...;` in pkgs/development/tools/headache/default.nix

parent 9df9593b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
{ lib, fetchFromGitHub, nix-update-script, ocamlPackages }:

with ocamlPackages;
let
  inherit (ocamlPackages) buildDunePackage camomile;
in

buildDunePackage rec {
  pname = "headache";