Skip to content

Commit 3d2cfab

Browse files
committedMay 29, 2017
hdf5: add comment about multiple outputs
1 parent 1d56c2f commit 3d2cfab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎pkgs/tools/misc/hdf5/default.nix

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
# (--enable-unsupported could be used to force the build)
1313
assert !cpp || mpi == null;
1414

15+
# No point splitting version 1.8.18 into multiple outputs.
16+
# The library /lib/libhdf5.so has a reference to gcc-wrapper
17+
1518
let inherit (stdenv.lib) optional optionals; in
1619

1720
stdenv.mkDerivation rec {

0 commit comments

Comments
 (0)
Please sign in to comment.