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:08:11 +0200
committerTomaSajt <62384384+TomaSajt@users.noreply.github.com>2023-10-23 14:04:16 +0200
commit91c898787ed1e278a1e68e3bdd6858fb6f7d919a (patch)
tree4d6a74a8374f62e05a968ae203d63d9472fb1373 /pkgs/top-level
parent1bb779a8d1ab1d179e4ccb98b3e8fd45f208e922 (diff)
downloadnixpkgs-91c898787ed1e278a1e68e3bdd6858fb6f7d919a.tar
nixpkgs-91c898787ed1e278a1e68e3bdd6858fb6f7d919a.tar.gz
nixpkgs-91c898787ed1e278a1e68e3bdd6858fb6f7d919a.tar.bz2
nixpkgs-91c898787ed1e278a1e68e3bdd6858fb6f7d919a.tar.lz
nixpkgs-91c898787ed1e278a1e68e3bdd6858fb6f7d919a.tar.xz
nixpkgs-91c898787ed1e278a1e68e3bdd6858fb6f7d919a.tar.zst
nixpkgs-91c898787ed1e278a1e68e3bdd6858fb6f7d919a.zip
perlPackages.FFIPlatypusTypeEnum: init at 0.06
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 020ffa1b8a0..4e721645a34 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -9255,6 +9255,23 @@ with self; {
     };
   };
 
+  FFIPlatypusTypeEnum = buildPerlPackage {
+    pname = "FFI-Platypus-Type-Enum";
+    version = "0.06";
+    src = fetchurl {
+      url = "mirror://cpan/authors/id/P/PL/PLICEASE/FFI-Platypus-Type-Enum-0.06.tar.gz";
+      hash = "sha256-yVSmBPfWkpYk+pQT2NDh2DtL2XfQVifKznPtU6lcd98=";
+    };
+    buildInputs = [ FFIPlatypus Test2Suite ];
+    propagatedBuildInputs = [ RefUtil ];
+    meta = {
+      homepage = "https://metacpan.org/pod/FFI::Platypus::Type::Enum";
+      description = "Custom platypus type for dealing with C enumerated types";
+      license = with lib.licenses; [ artistic1 gpl1Plus ];
+      maintainers = with maintainers; [ tomasajt ];
+    };
+  };
+
   FennecLite = buildPerlModule {
     pname = "Fennec-Lite";
     version = "0.004";