pkgs/tools: stdenv.lib -> lib
This commit is contained in:
@@ -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";
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user