peru: python 3.3 and 3.4 support is deprecated
See: https://github.com/buildinspace/peru/commit/42e5dfdc4ea5389e0599047167c0135659e4640a
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
{ stdenv, fetchFromGitHub, python3Packages }:
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
name = "peru-${version}";
|
||||
pname = "peru";
|
||||
version = "1.2.0";
|
||||
|
||||
disabled = python3Packages.pythonOlder "3.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "buildinspace";
|
||||
repo = "peru";
|
||||
|
||||
Reference in New Issue
Block a user