Skip to content

Commit

Permalink
openxpki: fix build, use current python3Packages (#46860)
Browse files Browse the repository at this point in the history
Build used python34Packages and failed because python34Packages.pytest
didn't build anymore. Use python3Packages instead.
  • Loading branch information
xeji committed Sep 19, 2018
1 parent c996916 commit 0126822
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/openxpki/default.nix
@@ -1,4 +1,4 @@
{ stdenv, buildPerlPackage, fetchgit, perl, openssl, perlPackages, gettext, python34Packages
{ stdenv, buildPerlPackage, fetchgit, perl, openssl, perlPackages, gettext, python3Packages
# TODO: Remove extra dependencies once it is clear that they are NOT needed somewhere.
, extraDependencies1 ? false, extraDependencies2 ? false, extraDependencies3 ? false }:

Expand All @@ -11,7 +11,7 @@ buildPerlPackage {
sha256 = "05bmhani2c7ays488xv3hx5xbxb612bnwq5rdjwmsj51xpaz454p";
};

buildInputs = [ perl openssl gettext python34Packages.sphinx ];
buildInputs = [ perl openssl gettext python3Packages.sphinx ];
propagatedBuildInputs = with perlPackages;
[ # dependencies from Makefile.PL
libintl_perl ConfigVersioned LWP ClassAccessorChained IOSocketSSL ClassStd
Expand Down

0 comments on commit 0126822

Please sign in to comment.