about summary refs log tree commit diff
path: root/pkgs/development/compilers/gerbil/gerbil-lmdb.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/gerbil/gerbil-lmdb.nix')
-rw-r--r--pkgs/development/compilers/gerbil/gerbil-lmdb.nix31
1 files changed, 0 insertions, 31 deletions
diff --git a/pkgs/development/compilers/gerbil/gerbil-lmdb.nix b/pkgs/development/compilers/gerbil/gerbil-lmdb.nix
deleted file mode 100644
index f86912aeaaa8..000000000000
--- a/pkgs/development/compilers/gerbil/gerbil-lmdb.nix
+++ /dev/null
@@ -1,31 +0,0 @@
-{ pkgs, lib, fetchFromGitHub, gerbilPackages, lmdb, ... }:
-
-{
-  pname = "gerbil-lmdb";
-  version = "unstable-2023-09-23";
-  git-version = "6d64813";
-  gerbil-package = "clan";
-  gerbilInputs = [ ];
-  nativeBuildInputs = [ pkgs.pkg-config ];
-  buildInputs = [ lmdb ];
-  version-path = "";
-  softwareName = "Gerbil-LMDB";
-
-  pre-src = {
-    fun = fetchFromGitHub;
-    owner = "mighty-gerbils";
-    repo = "gerbil-lmdb";
-    rev = "6d64813afe5766776a0d7ef45f80c784b820742c";
-    sha256 = "12kywxx4qjxchmhcd66700r2yfqjnh12ijgqnpqaccvigi07iq9b";
-  };
-
-  meta = with lib; {
-    description = "LMDB bindings for Gerbil";
-    homepage    = "https://github.com/mighty-gerbils/gerbil-lmdb";
-    license     = licenses.asl20;
-    platforms   = platforms.unix;
-    maintainers = with maintainers; [ fare ];
-  };
-
-  # "-L${lmdb.out}/lib"
-}