Merge pull request #262524 from qbit/futurequeue

perlPackages.PLS: add missing Future::Queue dependency

authored by Stig and committed by GitHub 6b4e4578 e7ce7111

+16 -1
+16 -1
pkgs/top-level/perl-packages.nix
··· 10200 }; 10201 }; 10202 10203 GamesSolitaireVerify = buildPerlModule { 10204 pname = "Games-Solitaire-Verify"; 10205 version = "0.2403"; ··· 20224 url = "mirror://cpan/authors/id/M/MR/MREISNER/PLS-0.905.tar.gz"; 20225 hash = "sha256-RVW1J5nBZBXDy/5eMB6gLKDrvDQhTH/lLx19ykUwLik="; 20226 }; 20227 - propagatedBuildInputs = [ Future IOAsync PPI PPR PathTiny PerlCritic PerlTidy PodMarkdown URI ]; 20228 nativeBuildInputs = lib.optional stdenv.isDarwin shortenPerlShebang; 20229 postInstall = lib.optionalString stdenv.isDarwin '' 20230 shortenPerlShebang $out/bin/pls
··· 10200 }; 10201 }; 10202 10203 + FutureQueue = buildPerlModule { 10204 + pname = "Future-Queue"; 10205 + version = "0.51"; 10206 + src = fetchurl { 10207 + url = "mirror://cpan/authors/id/P/PE/PEVANS/Future-Queue-0.51.tar.gz"; 10208 + hash = "sha256-HVAcOpot3/x8YPlvpmlp1AyykuCSBM9t7NHCuLUAPNY="; 10209 + }; 10210 + buildInputs = [ Test2Suite ]; 10211 + propagatedBuildInputs = [ Future ]; 10212 + meta = { 10213 + description = "A FIFO queue of values that uses L<Future>s"; 10214 + license = with lib.licenses; [ artistic1 gpl1Plus ]; 10215 + }; 10216 + }; 10217 + 10218 GamesSolitaireVerify = buildPerlModule { 10219 pname = "Games-Solitaire-Verify"; 10220 version = "0.2403"; ··· 20239 url = "mirror://cpan/authors/id/M/MR/MREISNER/PLS-0.905.tar.gz"; 20240 hash = "sha256-RVW1J5nBZBXDy/5eMB6gLKDrvDQhTH/lLx19ykUwLik="; 20241 }; 20242 + propagatedBuildInputs = [ Future FutureQueue IOAsync PPI PPR PathTiny PerlCritic PerlTidy PodMarkdown URI ]; 20243 nativeBuildInputs = lib.optional stdenv.isDarwin shortenPerlShebang; 20244 postInstall = lib.optionalString stdenv.isDarwin '' 20245 shortenPerlShebang $out/bin/pls