pkgs/os-specific: stdenv.lib -> lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, autoreconfHook, pkgconfig, perl, docbook2x
|
||||
{ lib, stdenv, fetchurl, autoreconfHook, pkgconfig, perl, docbook2x
|
||||
, docbook_xml_dtd_45, python3Packages, pam
|
||||
|
||||
# Optional Dependencies
|
||||
@@ -6,7 +6,7 @@
|
||||
, libcap ? null, systemd ? null
|
||||
}:
|
||||
|
||||
with stdenv.lib;
|
||||
with lib;
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "lxc";
|
||||
version = "4.0.5";
|
||||
|
||||
Reference in New Issue
Block a user