pkgs/development/tools: stdenv.lib -> lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchzip }:
|
||||
{ lib, stdenv, fetchzip }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "jhiccup";
|
||||
@@ -29,8 +29,8 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "Measure JVM application stalls and GC pauses";
|
||||
homepage = "https://www.azul.com/jhiccup/";
|
||||
license = stdenv.lib.licenses.cc0;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = with stdenv.lib.maintainers; [ thoughtpolice ];
|
||||
license = lib.licenses.cc0;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ thoughtpolice ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user