pkgs/development/libraries: stdenv.lib -> lib
This commit is contained in:
committed by
Jonathan Ringer
parent
046d24424e
commit
66e44425c6
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchFromGitHub, boost, cmake, hwloc, gperftools, pkg-config, python }:
|
||||
{ lib, stdenv, fetchFromGitHub, boost, cmake, hwloc, gperftools, pkg-config, python }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "hpx";
|
||||
@@ -17,8 +17,8 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "C++ standard library for concurrency and parallelism";
|
||||
homepage = "https://github.com/STEllAR-GROUP/hpx";
|
||||
license = stdenv.lib.licenses.boost;
|
||||
platforms = [ "x86_64-linux" ]; # stdenv.lib.platforms.linux;
|
||||
maintainers = with stdenv.lib.maintainers; [ bobakker ];
|
||||
license = lib.licenses.boost;
|
||||
platforms = [ "x86_64-linux" ]; # lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ bobakker ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user