aboutsummaryrefslogtreecommitdiffhomepage
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index 2011bf574..eec82624d 100644
--- a/default.nix
+++ b/default.nix
@@ -46,7 +46,6 @@ stdenv.mkDerivation rec {
] else []) ++ (if buildDoc then [
# Sphinx doc dependencies
- ocamlPackages.lablgtk
pkgconfig (python3.withPackages
(ps: [ ps.sphinx ps.sphinx_rtd_theme ps.pexpect ps.beautifulsoup4
ps.antlr4-python3-runtime ps.sphinxcontrib-bibtex ]))