treewide: stdenv.lib -> lib

This commit is contained in:
Ben Siraphob
2021-01-27 13:08:40 +07:00
parent 02ee14b9d5
commit 36c91cea1d
13 changed files with 35 additions and 35 deletions
@@ -1,6 +1,6 @@
{stdenv, clwrapper, pkgs, sbcl, coreutils, nix, asdf}:
{lib, stdenv, clwrapper, pkgs, sbcl, coreutils, nix, asdf}:
let lispPackages = rec {
inherit pkgs clwrapper stdenv;
inherit lib pkgs clwrapper stdenv;
nixLib = pkgs.lib;
callPackage = nixLib.callPackageWith lispPackages;