luaPackages.luaexpat: don't set isLibrary
This flag seems to be useless.
This commit is contained in:
parent
ec07abf316
commit
309c74fd84
@ -141,7 +141,6 @@ let
|
||||
luaexpat = buildLuaPackage rec {
|
||||
version = "1.3.0";
|
||||
name = "expat-${version}";
|
||||
isLibrary = true;
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://matthewwild.co.uk/projects/luaexpat/luaexpat-${version}.tar.gz";
|
||||
|
Loading…
Reference in New Issue
Block a user