Remove usage of stdenv.lib
This commit is contained in:
parent
758bc63af2
commit
bbb03cc6fe
|
@ -1,6 +1,6 @@
|
|||
{ stdenv, buildPackages, fetchurl, perl, buildLinux, modDirVersionArg ? null, ... } @ args:
|
||||
{ lib, stdenv, buildPackages, fetchurl, perl, buildLinux, modDirVersionArg ? null, ... } @ args:
|
||||
|
||||
with stdenv.lib;
|
||||
with lib;
|
||||
|
||||
buildLinux (args // rec {
|
||||
version = "5.10.19";
|
||||
|
|
Loading…
Reference in a new issue