Skip to content

Commit

Permalink
Revert "luaPackages.lsqlite3complete: init at 0.9.5-1"
Browse files Browse the repository at this point in the history
This reverts commit 776bc0a.

broke eval
  • Loading branch information
zowoq committed Jan 2, 2023
1 parent ba633b0 commit 2c4b97d
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions pkgs/top-level/lua-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -133,28 +133,6 @@ rec {
};
}) {};

lsqlite3complete = callPackage ({ fetchzip }:
buildLuarocksPackage {
pname = "lsqlite3complete";
version = "0.9.5-1";

src = fetchzip {
url =
"http://lua.sqlite.org/index.cgi/zip/lsqlite3_fsl09y.zip?uuid=fsl_9y";
extension = "zip";
hash = "sha256-lNiYaqZPw31Y8jzW8i7mETtRh9G3/q5EwckJeCg3EL8=";
};

propagatedBuildInputs = [ glibc.out ];
nativeBuildInputs = [ pkg-config ];

meta = {
homepage = "http://lua.sqlite.org/";
description = "A binding for Lua to the SQLite3 database library";
license.fullName = "MIT";
};
}) {};

nfd = callPackage ../development/lua-modules/nfd {
inherit (pkgs.gnome) zenity;
inherit (pkgs.darwin.apple_sdk.frameworks) AppKit;
Expand Down

1 comment on commit 2c4b97d

@wegank
Copy link
Member

@wegank wegank commented on 2c4b97d Jan 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe just add pkg-config to callPackage ({ fetchzip }: ?

Please # to comment.