Commit cdec8121 authored by Guy Chronister's avatar Guy Chronister
Browse files

git-publish: fix python error

parent 047b5cd1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  python,
  python3,
  perl,
  fetchFromGitHub,
  installShellFiles,
@@ -21,7 +21,7 @@ stdenv.mkDerivation (finalAttrs: {
    perl
    installShellFiles
  ];
  buildInputs = [ python ];
  buildInputs = [ python3 ];

  installPhase = ''
    runHook preInstall