summaryrefslogtreecommitdiffstats
path: root/pkgs/development/ocaml-modules/gg/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/gg/default.nix')
-rw-r--r--pkgs/development/ocaml-modules/gg/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/gg/default.nix b/pkgs/development/ocaml-modules/gg/default.nix
index c772b9a8b547..58e2b67eacc6 100644
--- a/pkgs/development/ocaml-modules/gg/default.nix
+++ b/pkgs/development/ocaml-modules/gg/default.nix
@@ -1,7 +1,7 @@
{ lib, stdenv, fetchurl, ocaml, findlib, ocamlbuild, opaline }:
let
- inherit (stdenv.lib) getVersion versionAtLeast;
+ inherit (lib) getVersion versionAtLeast;
pname = "gg";
version = "0.9.1";