mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
hdf5: Fix flavored builds with multiple outputs
This commit is contained in:
parent
7f01d9b913
commit
734979f794
@ -53,7 +53,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
find "$out" -type f -exec remove-references-to -t ${stdenv.cc} '{}' +
|
find "$out" -type f -exec remove-references-to -t ${stdenv.cc} '{}' +
|
||||||
moveToOutput bin/h5cc "''${!outputDev}"
|
moveToOutput 'bin/h5cc' "''${!outputDev}"
|
||||||
|
moveToOutput 'bin/h5c++' "''${!outputDev}"
|
||||||
|
moveToOutput 'bin/h5fc' "''${!outputDev}"
|
||||||
|
moveToOutput 'bin/h5pcc' "''${!outputDev}"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user