summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/caqti/driver-sqlite3.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-10-09 12:01:31 +0000
committerGitHub <noreply@github.com>2022-10-09 12:01:31 +0000
commit8972888c554bd9eafcaf5c17551adc606bba686d (patch)
treedaca9fbee710c86dffbc519682193569ad73659a /pkgs/development/ocaml-modules/caqti/driver-sqlite3.nix
parent7cce28d594fcc094dfb76eb89430806002c04352 (diff)
parentb31c42831f1b99544f81bc27f9da183d3276e9aa (diff)
downloadnixpkgs-8972888c554bd9eafcaf5c17551adc606bba686d.tar
nixpkgs-8972888c554bd9eafcaf5c17551adc606bba686d.tar.gz
nixpkgs-8972888c554bd9eafcaf5c17551adc606bba686d.tar.bz2
nixpkgs-8972888c554bd9eafcaf5c17551adc606bba686d.tar.lz
nixpkgs-8972888c554bd9eafcaf5c17551adc606bba686d.tar.xz
nixpkgs-8972888c554bd9eafcaf5c17551adc606bba686d.tar.zst
nixpkgs-8972888c554bd9eafcaf5c17551adc606bba686d.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/development/ocaml-modules/caqti/driver-sqlite3.nix')
-rw-r--r--pkgs/development/ocaml-modules/caqti/driver-sqlite3.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/caqti/driver-sqlite3.nix b/pkgs/development/ocaml-modules/caqti/driver-sqlite3.nix
index 5282ba5ef50..822c002a8de 100644
--- a/pkgs/development/ocaml-modules/caqti/driver-sqlite3.nix
+++ b/pkgs/development/ocaml-modules/caqti/driver-sqlite3.nix
@@ -2,7 +2,6 @@
 
 buildDunePackage {
   pname = "caqti-driver-sqlite3";
-  useDune2 = true;
   inherit (caqti) version src;
 
   propagatedBuildInputs = [ caqti ocaml_sqlite3 ];