about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/gsl
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2021-04-02 09:09:57 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2021-04-02 14:12:12 +0200
commit170bad5b0adacefd915f41b46b50fa43bd572ac0 (patch)
tree9e838db5acc8073031c6eaf83f2bd97e94a45876 /pkgs/development/ocaml-modules/gsl
parent57c7d7c50a7000b43a7073c5ad0cf422e9370b20 (diff)
ocamlPackages.gsl: use Dune 2
Diffstat (limited to 'pkgs/development/ocaml-modules/gsl')
-rw-r--r--pkgs/development/ocaml-modules/gsl/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/gsl/default.nix b/pkgs/development/ocaml-modules/gsl/default.nix
index 046c92afca0ae..eacdda27f435f 100644
--- a/pkgs/development/ocaml-modules/gsl/default.nix
+++ b/pkgs/development/ocaml-modules/gsl/default.nix
@@ -4,6 +4,8 @@ buildDunePackage rec {
   pname = "gsl";
   version = "1.24.3";
 
+  useDune2 = true;
+
   minimumOCamlVersion = "4.08";
 
   src = fetchurl {