pkgs/applications: stdenv.lib -> lib
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user