tv diff-so-fancy: stdenv.lib -> lib

Deprecated since nixpkgs 21.05
This commit is contained in:
tv 2021-06-02 00:26:03 +02:00
parent d91cf6bfaa
commit 4297b6b3bd

View File

@ -1,4 +1,6 @@
{stdenv, git, perl, ncurses, coreutils, fetchFromGitHub, makeWrapper, ...}: { fetchFromGitHub, lib, stdenv
, coreutils, git, makeWrapper, ncurses, perl
}:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "diff-so-fancy-${version}"; name = "diff-so-fancy-${version}";
@ -34,7 +36,7 @@ stdenv.mkDerivation rec {
--prefix PATH : "${ncurses.out}/bin" --prefix PATH : "${ncurses.out}/bin"
''; '';
meta = with stdenv.lib; { meta = with lib; {
homepage = https://github.com/so-fancy/diff-so-fancy; homepage = https://github.com/so-fancy/diff-so-fancy;
description = "Good-looking diffs filter for git"; description = "Good-looking diffs filter for git";
license = licenses.mit; license = licenses.mit;