openexr: Use separate dev and bin outputs

This commit is contained in:
Eelco Dolstra 2016-09-01 12:07:41 +02:00
parent 8c4aeb1780
commit b1841490e7

View File

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "0ca2j526n4wlamrxb85y2jrgcv0gf21b3a19rr0gh4rjqkv1581n"; sha256 = "0ca2j526n4wlamrxb85y2jrgcv0gf21b3a19rr0gh4rjqkv1581n";
}; };
outputs = [ "out" "doc" ]; outputs = [ "dev" "bin" "out" "doc" ];
preConfigure = '' preConfigure = ''
./bootstrap ./bootstrap