stdenv.lib -> lib

This commit is contained in:
Michele Guerini Rocco 2021-05-21 10:43:08 +02:00
parent 0df16a81cd
commit a80be3b6ea
Signed by: rnhmjoj
GPG Key ID: BFBAF4C975F76450

View File

@ -1,4 +1,4 @@
{ stdenv, perlPackages }: { lib, stdenv, perlPackages }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "urxvt-config-reload"; pname = "urxvt-config-reload";
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
install -D -m644 "$src"/* -t "$out/lib/urxvt/perl" install -D -m644 "$src"/* -t "$out/lib/urxvt/perl"
''; '';
meta = with stdenv.lib; { meta = with lib; {
description = "A urxvt plugin that reloads the configuration on SIGUSR1"; description = "A urxvt plugin that reloads the configuration on SIGUSR1";
homepage = "https://maxwell.ydns.eu/git/rnhmjoj/urxvt-config-reload"; homepage = "https://maxwell.ydns.eu/git/rnhmjoj/urxvt-config-reload";
maintainers = with maintainers; [ rnhmjoj ]; maintainers = with maintainers; [ rnhmjoj ];