openexr: Use separate dev and bin outputs
This commit is contained in:
parent
8c4aeb1780
commit
b1841490e7
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0ca2j526n4wlamrxb85y2jrgcv0gf21b3a19rr0gh4rjqkv1581n";
|
||||
};
|
||||
|
||||
outputs = [ "out" "doc" ];
|
||||
outputs = [ "dev" "bin" "out" "doc" ];
|
||||
|
||||
preConfigure = ''
|
||||
./bootstrap
|
||||
|
Loading…
Reference in New Issue
Block a user