diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 27 |
1 files changed, 0 insertions, 27 deletions
@@ -100,32 +100,6 @@ }; }; - discount = luaPkgs.buildLuarocksPackage { - pname = "discount"; - version = "0.4-1"; - - knownRockspec = - (pkgs.fetchurl { - url = mirror://luarocks/discount-0.4-1.rockspec; - hash = "sha256-7bIW6KKFNPGNiVB3m1DasIPI8znq7ZC2iBS5fCevglU="; - }) - .outPath; - - src = pkgs.fetchurl { - url = https://craigbarnes.gitlab.io/dist/lua-discount/lua-discount-0.4.tar.gz; - hash = "sha256-NTHu3d5KidW3pKubNZp/AaiKyF3U+sYVVOsZkWXP3q0="; - }; - - buildInputs = [pkgs.discount]; - propagatedBuildInputs = [luaPkgs.lua]; - - meta = { - homepage = "https://github.com/craigbarnes/lua-discount"; - description = "Lua bindings for the Discount Markdown library"; - license = lib.licenses.isc; - }; - }; - ldoc = luaPkgs.buildLuarocksPackage rec { pname = "ldoc"; version = "scm-2"; @@ -191,7 +165,6 @@ fltk4lua losc busted - discount lua-rtmidi ] ++ ( |
