pkgs/tools: stdenv.lib -> lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{stdenv, fetchFromGitHub, perl}:
|
||||
{lib, stdenv, fetchFromGitHub, perl}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "vmtouch";
|
||||
@@ -19,8 +19,8 @@ stdenv.mkDerivation rec {
|
||||
description = "Portable file system cache diagnostics and control";
|
||||
longDescription = "vmtouch is a tool for learning about and controlling the file system cache of unix and unix-like systems.";
|
||||
homepage = "https://hoytech.com/vmtouch/";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
maintainers = [ stdenv.lib.maintainers.garrison ];
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.garrison ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user