pkgs/development/libraries: stdenv.lib -> lib
This commit is contained in:
committed by
Jonathan Ringer
parent
046d24424e
commit
66e44425c6
@@ -1,4 +1,4 @@
|
||||
{ stdenv, cmake, fetchFromGitHub }:
|
||||
{ lib, stdenv, cmake, fetchFromGitHub }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "marl";
|
||||
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
# Turn on the flag to install after building the library.
|
||||
cmakeFlags = ["-DMARL_INSTALL=ON"];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/google/marl";
|
||||
description = "A hybrid thread / fiber task scheduler written in C++ 11";
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user