pkgs/tools: stdenv.lib -> lib

This commit is contained in:
Ben Siraphob
2021-01-15 17:12:36 +07:00
parent 94f3683935
commit 8c5d37129f
916 changed files with 2510 additions and 2510 deletions
+4 -4
View File
@@ -1,5 +1,5 @@
# This file was generated by https://github.com/kamilchm/go2nix v1.3.0
{ stdenv, buildGoPackage, fetchgit, fetchhg, fetchbzr, fetchsvn }:
{ lib, stdenv, buildGoPackage, fetchgit, fetchhg, fetchbzr, fetchsvn }:
buildGoPackage rec {
name = "waitron-unstable-${version}";
@@ -23,8 +23,8 @@ buildGoPackage rec {
meta = {
description = "A tool to manage network booting of machines";
homepage = "https://github.com/ns1/waitron";
license = stdenv.lib.licenses.asl20;
maintainers = with stdenv.lib.maintainers; [ guibert ];
platforms = stdenv.lib.platforms.linux;
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ guibert ];
platforms = lib.platforms.linux;
};
}