pkgs/development/libraries: stdenv.lib -> lib
This commit is contained in:
committed by
Jonathan Ringer
parent
046d24424e
commit
66e44425c6
@@ -1,9 +1,9 @@
|
||||
{ stdenv, fetchurl, pkg-config
|
||||
{ lib, stdenv, fetchurl, pkg-config
|
||||
, dbus, dbus-glib, gtk3, gobject-introspection
|
||||
, gtk-doc, docbook_xml_dtd_45, docbook_xsl
|
||||
, libxslt, libxml2 }:
|
||||
|
||||
with stdenv.lib;
|
||||
with lib;
|
||||
stdenv.mkDerivation rec {
|
||||
|
||||
majorVer = "3.0";
|
||||
@@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
|
||||
description = "A library for writing single instance applications";
|
||||
license = licenses.lgpl21;
|
||||
maintainers = [ maintainers.AndersonTorres ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user