Merge pull request #244 from NixOS/SuperSandro2000-patch-1

Remove usage of stdenv.lib
This commit is contained in:
Jörg Thalheim 2021-04-06 07:32:55 +01:00 committed by GitHub
commit eb9d3e7df1
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";