From 66c695e1c30122477a485f9fc79077684b866ddd Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sun, 2 Jun 2013 23:27:46 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20=E2=80=98Unable=20to=20handle=20files=20w?= =?UTF-8?q?ith=20the=20extension=20'conf'=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Config::Any uses Module::Pluggable to seach for plugins, so it needs the patched Module::Pluggable in Nixpkgs (rather than the one in Perl itself) to properly find plugins in symlink trees created by buildEnv. --- release.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/release.nix b/release.nix index 28e4b8ba..fb941da3 100644 --- a/release.nix +++ b/release.nix @@ -54,7 +54,8 @@ rec { perlDeps = buildEnv { name = "hydra-perl-deps"; paths = with perlPackages; - [ CatalystAuthenticationStoreDBIxClass + [ ModulePluggable + CatalystAuthenticationStoreDBIxClass CatalystPluginAccessLog CatalystPluginAuthorizationRoles CatalystPluginCaptcha @@ -103,7 +104,7 @@ rec { [ makeWrapper libtool unzip nukeReferences pkgconfig boehmgc sqlite gitAndTools.topGit mercurial subversion bazaar openssl bzip2 guile # optional, for Guile + Guix support - perl perlDeps + perlDeps perl ]; hydraPath = lib.makeSearchPath "bin" (