Avoid top-level with ...;
in pkgs/development/tools/headache/default.nix
This commit is contained in:
parent
9df9593b0c
commit
4fc3979c5b
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
{ lib, fetchFromGitHub, nix-update-script, ocamlPackages }:
|
||||
|
||||
with ocamlPackages;
|
||||
let
|
||||
inherit (ocamlPackages) buildDunePackage camomile;
|
||||
in
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "headache";
|
||||
|
|
Loading…
Reference in a new issue