pythonPackages.lammps-cython: remove unused input

This commit is contained in:
Sandro Jäckel 2021-02-18 16:58:42 +01:00
parent 1db2eb8991
commit 87ea32d17a
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -47,5 +47,7 @@ buildPythonPackage rec {
homepage = "https://gitlab.com/costrouc/lammps-cython";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ costrouc ];
# fails import check
broken = true;
};
}