Remove usage of stdenv.lib

This commit is contained in:
Sandro 2021-04-01 21:24:49 +02:00 committed by GitHub
parent 758bc63af2
commit bbb03cc6fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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";