pkgs/tools: stdenv.lib -> lib
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ stdenv, fetchFromGitHub, makeWrapper, perlPackages, beancount }:
|
||||
{ lib, stdenv, fetchFromGitHub, makeWrapper, perlPackages, beancount }:
|
||||
|
||||
with stdenv.lib;
|
||||
with lib;
|
||||
|
||||
let
|
||||
perlDeps = with perlPackages; [
|
||||
|
||||
Reference in New Issue
Block a user