dic: stdenv.lib -> lib

Deprecated since nixpkgs 21.05
This commit is contained in:
tv 2021-06-02 00:34:31 +02:00
parent 4ec068373a
commit 51b94e5100

View File

@ -1,4 +1,6 @@
{ coreutils, curl, fetchgit, gnugrep, gnused, stdenv, utillinux }: { fetchgit, lib, stdenv
, coreutils, curl, gnugrep, gnused, utillinux
}:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "dic"; name = "dic";
@ -16,7 +18,7 @@ stdenv.mkDerivation {
installPhase = installPhase =
let let
path = stdenv.lib.makeBinPath [ path = lib.makeBinPath [
coreutils coreutils
curl curl
gnused gnused