aboutsummaryrefslogtreecommitdiffhomepage
path: root/default.nix
diff options
context:
space:
mode:
authorGravatar Vincent Laporte <Vincent.Laporte@gmail.com>2018-03-09 16:01:29 +0000
committerGravatar Vincent Laporte <Vincent.Laporte@gmail.com>2018-03-09 16:11:30 +0000
commitd7232032b3d25e965c5265c5453fc609833317b5 (patch)
tree420c3933d96209a0116266c71f5cbc287c284331 /default.nix
parent5542ffe43dde333cec6d118fd4b0424313330c33 (diff)
[default.nix] minor cleaning
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 ]))