pkgs/tools: stdenv.lib -> lib

This commit is contained in:
Ben Siraphob
2021-01-15 17:12:36 +07:00
parent 94f3683935
commit 8c5d37129f
916 changed files with 2510 additions and 2510 deletions
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
# Optional patch adds support for custom configurable colors
# https://github.com/Chlorm/chlorm_overlay/blob/master/net-p2p/rtorrent/README.md
patches = stdenv.lib.optional colorSupport (fetchurl {
patches = lib.optional colorSupport (fetchurl {
url = "https://gist.githubusercontent.com/codyopel/a816c2993f8013b5f4d6/raw/b952b32da1dcf14c61820dfcf7df00bc8918fec4/rtorrent-color.patch";
sha256 = "00gcl7yq6261rrfzpz2k8bd7mffwya0ifji1xqcvhfw50syk8965";
});