pkgs/development/libraries: stdenv.lib -> lib
This commit is contained in:
committed by
Jonathan Ringer
parent
046d24424e
commit
66e44425c6
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl }:
|
||||
{ lib, stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "rlog-1.4";
|
||||
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
homepage = "https://www.arg0.net/rlog";
|
||||
description = "A C++ logging library used in encfs";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
license = stdenv.lib.licenses.lgpl3;
|
||||
platforms = lib.platforms.linux;
|
||||
license = lib.licenses.lgpl3;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user