luaPackages.luaexpat: don't set isLibrary

This flag seems to be useless.
This commit is contained in:
Satoshi Shishiku 2017-03-01 00:57:02 +00:00 committed by Florian Jacob
parent ec07abf316
commit 309c74fd84

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";