summary refs log tree commit diff
path: root/pkgs/development/libraries/globalarrays/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/globalarrays/default.nix')
-rw-r--r--pkgs/development/libraries/globalarrays/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/globalarrays/default.nix b/pkgs/development/libraries/globalarrays/default.nix
index 5f700f73515..049e262bb17 100644
--- a/pkgs/development/libraries/globalarrays/default.nix
+++ b/pkgs/development/libraries/globalarrays/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchpatch, fetchFromGitHub, autoreconfHook
+{ lib, stdenv, fetchpatch, fetchFromGitHub, autoreconfHook
 , blas, gfortran, openssh, openmpi
 } :
 
@@ -30,7 +30,7 @@ in stdenv.mkDerivation {
 
   enableParallelBuilding = true;
 
-  meta = with stdenv.lib; {
+  meta = with lib; {
     description = "Global Arrays Programming Models";
     homepage = "http://hpc.pnl.gov/globalarrays/";
     maintainers = [ maintainers.markuskowa ];