mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
Revert "luaPackages.lsqlite3complete: init at 0.9.5-1"
This reverts commit 776bc0a8a5
.
broke eval
This commit is contained in:
parent
ba633b04e7
commit
2c4b97d6a0
@ -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 {
|
nfd = callPackage ../development/lua-modules/nfd {
|
||||||
inherit (pkgs.gnome) zenity;
|
inherit (pkgs.gnome) zenity;
|
||||||
inherit (pkgs.darwin.apple_sdk.frameworks) AppKit;
|
inherit (pkgs.darwin.apple_sdk.frameworks) AppKit;
|
||||||
|
Loading…
Reference in New Issue
Block a user