9 python3Packages.buildPythonApplication rec {
13 src = fetchFromGitHub {
14 owner = "obdasystems";
17 sha256 = "12j77bbva5py9bd57c80cmjvf8vll40h19n81h16lvv2r2r7jynh";
20 propagatedBuildInputs = [
23 python3Packages.setuptools
24 python3Packages.rfc3987
25 python3Packages.jpype1
29 # Tests fail with: ImportError: cannot import name 'QtXmlPatterns' from 'PyQt5'
37 wrapQtApp "$out/bin/eddy" --prefix JAVA_HOME : ${jre}
41 homepage = "http://www.obdasystems.com/eddy";
42 description = "Graphical editor for the specification and visualization of Graphol ontologies";
44 license = licenses.gpl3Only;
45 platforms = platforms.linux;
46 maintainers = with maintainers; [ koslambrou ];