mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 11:44:07 +00:00
[cpan2nix] perlPackages.threadsshared: removed built-in
This commit is contained in:
parent
bf715ed24f
commit
12f3a1f5d3
@ -20859,18 +20859,7 @@ let
|
||||
buildInputs = [ TestDifferences ];
|
||||
};
|
||||
|
||||
threadsshared = buildPerlPackage {
|
||||
pname = "threads-shared";
|
||||
version = "1.59";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/J/JD/JDHEDDEN/threads-shared-1.59.tar.gz";
|
||||
sha256 = "1krz69ks3siz0fhc9waf817nnlmxsgq7rc5rq99xvqg1f1g9iz6i";
|
||||
};
|
||||
meta = {
|
||||
description = "Perl extension for sharing data structures between threads";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
threadsshared = null; # part of Perl 5.30.3, 5.32.0, 5.33.1
|
||||
|
||||
ThreadQueue = null; # part of Perl 5.30.3, 5.32.0, 5.33.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user