shocco: use python3
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchFromGitHub, perlPackages, pythonPackages }:
|
||||
{ lib, stdenv, fetchFromGitHub, perlPackages, python3 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "shocco";
|
||||
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
substituteInPlace configure --replace PATH= NIRVANA=
|
||||
'';
|
||||
|
||||
buildInputs = [ perlPackages.TextMarkdown pythonPackages.pygments ];
|
||||
buildInputs = [ perlPackages.TextMarkdown python3.pkgs.pygments ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A quick-and-dirty, literate-programming-style documentation generator for / in POSIX shell";
|
||||
|
||||
Reference in New Issue
Block a user