pythonPackages.lammps-cython: remove unused input
This commit is contained in:
parent
1db2eb8991
commit
87ea32d17a
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user