mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
disable szip for hdf5 because of its unfree nature
This commit is contained in:
parent
ba654b9368
commit
70548a6ac2
1 changed files with 3 additions and 1 deletions
|
@ -1254,7 +1254,9 @@ let
|
|||
|
||||
hddtemp = callPackage ../tools/misc/hddtemp { };
|
||||
|
||||
hdf5 = callPackage ../tools/misc/hdf5 { };
|
||||
hdf5 = callPackage ../tools/misc/hdf5 {
|
||||
szip = null;
|
||||
};
|
||||
|
||||
heimdall = callPackage ../tools/misc/heimdall { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue