mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
h5utils: remove more 'with lib'
This commit is contained in:
parent
9aaab7493c
commit
4a965c5df1
@ -38,14 +38,14 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
++ lib.optional (hdf4 != null) hdf4
|
||||
++ lib.optional (libmatheval != null) libmatheval;
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Set of utilities for visualization and conversion of scientific data in the free, portable HDF5 format";
|
||||
homepage = "https://github.com/stevengj/h5utils";
|
||||
changelog = "https://github.com/NanoComp/h5utils/releases/tag/${finalAttrs.version}";
|
||||
license = with licenses; [
|
||||
license = with lib.licenses; [
|
||||
mit
|
||||
gpl2Plus
|
||||
];
|
||||
maintainers = with maintainers; [ sfrijters ];
|
||||
maintainers = [ lib.maintainers.sfrijters ];
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user