luaPackages.luaexpat: don't set isLibrary

This flag seems to be useless.
This commit is contained in:
Satoshi Shishiku
2017-11-01 13:37:56 +01:00
committed by Florian Jacob
parent ec07abf316
commit 309c74fd84
-1
View File
@@ -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";