pythonPackages.pathlib2: remove unnecessary python version check

This commit is contained in:
Mario Rodas 2018-10-17 21:38:38 -05:00 committed by Frederik Rietdijk
parent 3026f55a0c
commit 5df3a4d9b9

View File

@ -8,7 +8,7 @@
, mock , mock
}: }:
if !(pythonOlder "3.4") then null else buildPythonPackage rec { buildPythonPackage rec {
pname = "pathlib2"; pname = "pathlib2";
version = "2.3.2"; version = "2.3.2";