perlPackages.PLS: add missing FutureQueue dependency
This commit is contained in:
parent
306d7489c1
commit
3110d7715a
1 changed files with 1 additions and 1 deletions
|
@ -20234,7 +20234,7 @@ with self; {
|
|||
url = "mirror://cpan/authors/id/M/MR/MREISNER/PLS-0.905.tar.gz";
|
||||
hash = "sha256-RVW1J5nBZBXDy/5eMB6gLKDrvDQhTH/lLx19ykUwLik=";
|
||||
};
|
||||
propagatedBuildInputs = [ Future IOAsync PPI PPR PathTiny PerlCritic PerlTidy PodMarkdown URI ];
|
||||
propagatedBuildInputs = [ Future FutureQueue IOAsync PPI PPR PathTiny PerlCritic PerlTidy PodMarkdown URI ];
|
||||
nativeBuildInputs = lib.optional stdenv.isDarwin shortenPerlShebang;
|
||||
postInstall = lib.optionalString stdenv.isDarwin ''
|
||||
shortenPerlShebang $out/bin/pls
|
||||
|
|
Loading…
Reference in a new issue