mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 10:57:33 +00:00
shocco: use python3
This commit is contained in:
parent
ea6b67af0b
commit
0d6e7fed1e
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user