Import lib in changed files

This commit is contained in:
2023-05-23 14:28:32 -04:00
parent 016a641c38
commit 8019407c69
19 changed files with 19 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub
{ stdenv, lib, fetchFromGitHub
, jdk, ant, makeWrapper
, jre, perl }:

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, cmake, gfortran
{ stdenv, lib, fetchurl, cmake, gfortran
, netcdf, hdf5 }:
stdenv.mkDerivation rec {

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, cmake
{ stdenv, lib, fetchFromGitHub, cmake
, openmpi }:
stdenv.mkDerivation rec {

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchFromBitbucket, cmake }:
{ stdenv, lib, fetchFromBitbucket, cmake }:
stdenv.mkDerivation rec {
version = "5.1.0-p4";

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchFromBitbucket, cmake
{ stdenv, lib, fetchFromBitbucket, cmake
, openmpi
, metis }:

View File

@@ -1,4 +1,4 @@
{ stdenv, callPackage, writeText, fetchFromGitHub, python, gfortran
{ stdenv, lib, callPackage, writeText, fetchFromGitHub, python, gfortran
, openmpi, blas, liblapack, hdf5, netcdf, eigen
, sowing, metis, hypre, parmetis, exodus }:

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchFromBitbucket, ghostscript }:
{ stdenv, lib, fetchFromBitbucket, ghostscript }:
stdenv.mkDerivation rec {
version = "1.1.25-p1";

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchsvn, autoreconfHook, pkg-config
{ stdenv, lib, fetchsvn, autoreconfHook, pkg-config
, libxml2, python2Packages, swig }:
stdenv.mkDerivation rec {

View File

@@ -1,5 +1,5 @@
# This file was generated by https://github.com/kamilchm/go2nix v1.3.0
{ stdenv, buildGoPackage, fetchgit, fetchhg, fetchbzr, fetchsvn }:
{ stdenv, lib, buildGoPackage, fetchgit, fetchhg, fetchbzr, fetchsvn }:
buildGoPackage rec {
name = "gsort-${version}";

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl
{ stdenv, lib, fetchurl
, bash }:
stdenv.mkDerivation rec {

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, which, autoconf, automake
{ stdenv, lib, fetchFromGitHub, which, autoconf, automake
, zlib, curl
, python2, hexdump, sambamba, samblaster, samtools }:

View File

@@ -1,4 +1,4 @@
{ stdenv, overrideCC, gcc49, fetchurl, makeWrapper, gzip, cmake
{ stdenv, lib, overrideCC, gcc49, fetchurl, makeWrapper, gzip, cmake
, boost, perl, perlPackages, gnuplot }:
# gcc 5.x c++11 requires istream to be explicitly cast to bool

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, fetchFromGitHub
{ stdenv, lib, fetchurl, fetchFromGitHub
, cmake, gfortran, python38, pkg-config
, openmpi, netcdf, boost }:

View File

@@ -1,4 +1,4 @@
{ stdenv, bashInteractive, fetchFromGitHub, makeWrapper, flex, bison
{ stdenv, lib, bashInteractive, fetchFromGitHub, makeWrapper, flex, bison
, zlib, boost, openmpi, readline, gperftools, cgal, metis, scotch, mpfr }:

View File

@@ -1,4 +1,4 @@
{ stdenv, autoreconfHook, pkg-config, fetchFromGitHub
{ stdenv, lib, autoreconfHook, pkg-config, fetchFromGitHub
, zlib, openjpeg, libtiff, cairo, libpng, gdk-pixbuf, libxml2, sqlite }:
stdenv.mkDerivation rec {

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, ldc
{ stdenv, lib, fetchFromGitHub, ldc
, python3, glibc, which, zlib }:
stdenv.mkDerivation rec {

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub }:
{ stdenv, lib, fetchFromGitHub }:
stdenv.mkDerivation rec {
version = "0.1.24";

View File

@@ -1,5 +1,5 @@
# This file was generated by https://github.com/kamilchm/go2nix v1.3.0
{ stdenv, buildGoPackage, fetchgit, fetchhg, fetchbzr, fetchsvn, makeWrapper
{ stdenv, lib, buildGoPackage, fetchgit, fetchhg, fetchbzr, fetchsvn, makeWrapper
, gzip, gsort, htslib, lumpy, samtools, svtyper, mosdepth }:
buildGoPackage rec {

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, unzip
{ stdenv, lib, fetchurl, unzip
, lzma, bzip2, zlib, libjpeg, libtiff, openssl
, mesa, xorg
, fox, xercesc, proj, gdal, hdf5, curl }: