summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorTomaSajt <62384384+TomaSajt@users.noreply.github.com>2023-08-20 22:04:00 +0200
committerTomaSajt <62384384+TomaSajt@users.noreply.github.com>2023-10-23 14:04:14 +0200
commit92c4f2d4a94bb1002433fc7d8fa76ea0626f82c4 (patch)
treec5d633a9a04c18230e0a45745041c1139acbad66 /pkgs/top-level
parent9a4eb3234a4e4fb3aa05858d62727f70f28eddbf (diff)
downloadnixpkgs-92c4f2d4a94bb1002433fc7d8fa76ea0626f82c4.tar
nixpkgs-92c4f2d4a94bb1002433fc7d8fa76ea0626f82c4.tar.gz
nixpkgs-92c4f2d4a94bb1002433fc7d8fa76ea0626f82c4.tar.bz2
nixpkgs-92c4f2d4a94bb1002433fc7d8fa76ea0626f82c4.tar.lz
nixpkgs-92c4f2d4a94bb1002433fc7d8fa76ea0626f82c4.tar.xz
nixpkgs-92c4f2d4a94bb1002433fc7d8fa76ea0626f82c4.tar.zst
nixpkgs-92c4f2d4a94bb1002433fc7d8fa76ea0626f82c4.zip
perlPackages.FFIPlatypus: init at 2.08
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/perl-packages.nix17
1 files changed, 17 insertions, 0 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index 0c7b704ea9e..c2886590dd5 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -9221,6 +9221,23 @@ with self; {
     };
   };
 
+  FFIPlatypus = buildPerlPackage {
+    pname = "FFI-Platypus";
+    version = "2.08";
+    src = fetchurl {
+      url = "mirror://cpan/authors/id/P/PL/PLICEASE/FFI-Platypus-2.08.tar.gz";
+      hash = "sha256-EbOrEU7ZY1YxzYWzjSKXhuFEv5Sjr5rAnD17s0M2uSQ=";
+    };
+    buildInputs = [ AlienFFI Test2Suite ];
+    propagatedBuildInputs = [ CaptureTiny FFICheckLib ];
+    meta = {
+      homepage = "https://pl.atypus.org";
+      description = "Write Perl bindings to non-Perl libraries with FFI. No XS required";
+      license = with lib.licenses; [ artistic1 gpl1Plus ];
+      maintainers = with maintainers; [ tomasajt ];
+    };
+  };
+
   FennecLite = buildPerlModule {
     pname = "Fennec-Lite";
     version = "0.004";