about summary refs log tree commit diff
path: root/pkgs/top-level/perl-packages.nix
diff options
context:
space:
mode:
authorStig <stig@stig.io>2023-11-21 16:19:17 +0100
committerGitHub <noreply@github.com>2023-11-21 16:19:17 +0100
commit5142b8641019ca1e285ae473c4d38a2516de23b6 (patch)
tree494ada512eb7730e65bbd1e73dbe928a7ca0d5d3 /pkgs/top-level/perl-packages.nix
parentc26a9e5fa2cf7d608f6ab26678479ce677903267 (diff)
parent78cbf53e821616d3e63756ff83fa092a4914b23e (diff)
Merge pull request #268950 from stigtsp/perl/fix-hailo
perlPackages.Hailo: fix tests
Diffstat (limited to 'pkgs/top-level/perl-packages.nix')
-rw-r--r--pkgs/top-level/perl-packages.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index eafccffef9c94..639bc2ae5d8a5 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -11348,6 +11348,9 @@ with self; {
     buildInputs = [ BotTrainingMegaHAL BotTrainingStarCraft DataSection FileSlurp PodSection TestException TestExpect TestOutput TestScript TestScriptRun ];
     propagatedBuildInputs = [ ClassLoad DBDSQLite DataDump DirSelf FileCountLines GetoptLongDescriptive IOInteractive IPCSystemSimple ListMoreUtils Moose MooseXGetopt MooseXStrictConstructor MooseXTypes RegexpCommon TermSk namespaceclean ];
     nativeBuildInputs = lib.optional stdenv.isDarwin shortenPerlShebang;
+    patches = [
+      ../development/perl-modules/Hailo-fix-test-gld.patch
+    ];
     postPatch = ''
       patchShebangs bin
     '';