pkgs/applications: stdenv.lib -> lib

This commit is contained in:
Ben Siraphob
2021-01-15 14:24:03 +07:00
parent 2e34288f0d
commit 108bdac3d9
427 changed files with 1160 additions and 1154 deletions
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, python2Packages, intltool, libxml2Python }:
{ lib, stdenv, fetchurl, python2Packages, intltool, libxml2Python }:
with stdenv.lib;
with lib;
let version = "0.600.4"; in
@@ -39,9 +39,9 @@ stdenv.mkDerivation rec {
meta = {
homepage = "http://virt-manager.org";
license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [qknight];
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [qknight];
description = "Command line tool which provides an easy way to provision operating systems into virtual machines";
platforms = with stdenv.lib.platforms; linux;
platforms = with lib.platforms; linux;
};
}