mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 17:10:48 +00:00
coq: fix issue introduced in #128603
This triggerred coq-community/coq-nix-toolbox#42.
This commit is contained in:
parent
e2eb50e6d6
commit
cc84f3906e
|
@ -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…
Reference in a new issue