pkgs/development/tools: stdenv.lib -> lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, pkg-config, glib, gtk2, popt, babeltrace }:
|
||||
{ lib, stdenv, fetchurl, pkg-config, glib, gtk2, popt, babeltrace }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "lttv-1.5";
|
||||
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ glib gtk2 popt babeltrace ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
description = "Graphical trace viewer for LTTng trace files";
|
||||
homepage = "https://lttng.org/";
|
||||
# liblttvtraceread (ltt/ directory) is distributed under the GNU LGPL v2.1.
|
||||
|
||||
Reference in New Issue
Block a user