stdenv.lib -> lib
This commit is contained in:
parent
0df16a81cd
commit
a80be3b6ea
@ -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 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user