expat: split dev output

This commit is contained in:
Vladimír Čunát
2015-10-15 13:57:38 +02:00
parent ad02a45af0
commit dd915f82e7
11 changed files with 19 additions and 16 deletions

View File

@@ -10,6 +10,10 @@ stdenv.mkDerivation rec {
patches = [ ./CVE-2015-1283.patch ];
outputs = [ "dev" "out" ]; # TODO: fix referrers
outputBin = "dev";
outputMan = "dev"; # tiny page for a dev tool
meta = with stdenv.lib; {
homepage = http://www.libexpat.org/;
description = "A stream-oriented XML parser library written in C";