Merge pull request #95466 from jonringer/disable-javaobj-py3

pythonPackages.javaobj-py3: disable
This commit is contained in:
Benjamin Hipple 2020-08-14 21:03:35 -04:00 committed by GitHub
commit b5cbb98caf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,13 @@
{ buildPythonPackage
, fetchPypi
, isPy27
, lib
}:
buildPythonPackage rec {
pname = "javaobj-py3";
version = "0.4.1";
disabled = isPy27;
src = fetchPypi {
inherit pname version;