mkdocs: default to Python 3
This commit is contained in:
parent
7218f3a791
commit
ee17a6a837
|
@ -1,6 +1,6 @@
|
||||||
{ stdenv, lib, python, fetchFromGitHub }:
|
{ stdenv, lib, python3, fetchFromGitHub }:
|
||||||
|
|
||||||
with python.pkgs;
|
with python3.pkgs;
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "mkdocs";
|
pname = "mkdocs";
|
||||||
|
|
Loading…
Reference in New Issue