enhance python version check

This commit is contained in:
David Pätzel 2016-10-23 23:13:36 +02:00 committed by Michael Raskin
parent 3414470d9d
commit 2d38cad288

View File

@ -15,7 +15,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ urwid ];
# FIXME doesn't work with 2.7; others than 2.7 and 3.5 were not tested (yet)
disabled = ! isPy35;
disabled = !pythonOlder "3.5";
meta = with stdenv.lib; {
description = "Mutt and terminal url selector (similar to urlview)";