mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
listadmin: fix deprecation
This commit is contained in:
parent
9feb144c8c
commit
321045ad35
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ stdenvNoCC.mkDerivation rec {
|
|||
|
||||
wrapProgram $out/bin/listadmin \
|
||||
--prefix PERL5LIB : "${with perl.pkgs; makeFullPerlPath [
|
||||
TextReform NetINET6Glue LWPProtocolhttps
|
||||
TextReform NetINET6Glue LWPProtocolHttps
|
||||
]}"
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue