pius: switch to Python 3
pius 3.0.0 requires Python 3.
This commit is contained in:
parent
06f3c7a1a3
commit
680ee0a45a
@ -1,7 +1,7 @@
|
|||||||
{ fetchFromGitHub, stdenv, pythonPackages, gnupg, perl }:
|
{ fetchFromGitHub, stdenv, python3Packages, gnupg, perl }:
|
||||||
|
|
||||||
let version = "3.0.0"; in
|
let version = "3.0.0"; in
|
||||||
pythonPackages.buildPythonApplication {
|
python3Packages.buildPythonApplication {
|
||||||
name = "pius-${version}";
|
name = "pius-${version}";
|
||||||
namePrefix = "";
|
namePrefix = "";
|
||||||
|
|
||||||
@ -19,7 +19,7 @@ pythonPackages.buildPythonApplication {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ perl ];
|
nativeBuildInputs = [ perl ];
|
||||||
propagatedBuildInputs = with pythonPackages; [ six ];
|
propagatedBuildInputs = with python3Packages; [ six ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://www.phildev.net/pius/;
|
homepage = https://www.phildev.net/pius/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user