pkgs/tools: stdenv.lib -> lib

This commit is contained in:
Ben Siraphob
2021-01-15 17:12:36 +07:00
parent 94f3683935
commit 8c5d37129f
916 changed files with 2510 additions and 2510 deletions
+4 -4
View File
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, fetchurl
, removeReferencesTo
, cpp ? false
@@ -13,7 +13,7 @@
# (--enable-unsupported could be used to force the build)
assert !cpp || mpi == null;
let inherit (stdenv.lib) optional optionals; in
let inherit (lib) optional optionals; in
stdenv.mkDerivation rec {
version = "1.10.6";
@@ -67,8 +67,8 @@ stdenv.mkDerivation rec {
applications to evolve in their use of HDF5. The HDF5 Technology suite includes tools and
applications for managing, manipulating, viewing, and analyzing data in the HDF5 format.
'';
license = stdenv.lib.licenses.bsd3; # Lawrence Berkeley National Labs BSD 3-Clause variant
license = lib.licenses.bsd3; # Lawrence Berkeley National Labs BSD 3-Clause variant
homepage = "https://www.hdfgroup.org/HDF5/";
platforms = stdenv.lib.platforms.unix;
platforms = lib.platforms.unix;
};
}