coq: fix issue introduced in #128603

This triggerred coq-community/coq-nix-toolbox#42.
launchpad/nixpkgs/master
Théo Zimmermann 3 years ago committed by Vincent Laporte
parent e2eb50e6d6
commit cc84f3906e
  1. 2
      pkgs/applications/science/logic/coq/default.nix

@ -130,7 +130,7 @@ self = stdenv.mkDerivation {
(if versionAtLeast "8.10"
then [ ocamlPackages.lablgtk3-sourceview3 glib gnome.adwaita-icon-theme wrapGAppsHook ]
else [ ocamlPackages.lablgtk ])
++ optional (versionAtLeast "8.14") [ ocamlPackages.dune_2 ]
++ optional (versionAtLeast "8.14") ocamlPackages.dune_2
;
postPatch = ''

Loading…
Cancel
Save