pkgs/tools: stdenv.lib -> lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, callPackage, fetchFromGitHub, autoreconfHook, pkgconfig
|
||||
{ lib, stdenv, callPackage, fetchFromGitHub, autoreconfHook, pkgconfig
|
||||
, CoreFoundation, IOKit, libossp_uuid
|
||||
, curl, libcap, libuuid, lm_sensors, zlib, fetchpatch
|
||||
, nixosTests
|
||||
@@ -10,7 +10,7 @@
|
||||
, withDebug ? false
|
||||
}:
|
||||
|
||||
with stdenv.lib;
|
||||
with lib;
|
||||
|
||||
let
|
||||
go-d-plugin = callPackage ./go.d.plugin.nix {};
|
||||
|
||||
Reference in New Issue
Block a user