Commit a4d32962 authored by Doron Behar's avatar Doron Behar
Browse files

python3.pkgs.dawg-python: no with lib; in meta

parent cc5fd04d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,10 +17,10 @@ buildPythonPackage rec {

  pythonImportsCheck = [ "dawg_python" ];

  meta = with lib; {
  meta = {
    description = "Pure Python reader for DAWGs created by dawgdic C++ library or DAWG Python extension";
    homepage = "https://github.com/pytries/DAWG-Python";
    license = licenses.mit;
    license = lib.licenses.mit;
    maintainers = [ ];
  };
}