hdf5: add comment about multiple outputs

This commit is contained in:
Frederik Rietdijk 2017-05-29 21:25:30 +02:00
parent 1d56c2fa43
commit 3d2cfabad6

View file

@ -12,6 +12,9 @@
# (--enable-unsupported could be used to force the build)
assert !cpp || mpi == null;
# No point splitting version 1.8.18 into multiple outputs.
# The library /lib/libhdf5.so has a reference to gcc-wrapper
let inherit (stdenv.lib) optional optionals; in
stdenv.mkDerivation rec {